/aosp12/art/test/ProtoCompare/ |
H A D | ProtoCompare.java | 18 int m1(short x, int y, long z) { return x + y + (int)z; } in m1() 19 int m2(short x, int y, long z) { return x + y + (int)z; } in m2() 20 int m3(long x, int y, short z) { return (int)x + y + z; } in m3() 21 long m4(long x, int y, short z) { return x + y + z; } in m4()
|
/aosp12/art/test/ProtoCompare2/ |
H A D | ProtoCompare2.java | 18 int m1(short x, int y, long z) { return x + y + (int)z; } in m1() 19 int m2(short x, int y, long z) { return x + y + (int)z; } in m2() 20 int m3(long x, int y, short z) { return (int)x + y + z; } in m3() 21 long m4(long x, int y, short z) { return x + y + z; } in m4()
|
/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsCpuRuntimeMath.cpp | 55 static void SC_MatrixLoadRotate(Matrix4x4 *m, float rot, float x, float y, float z) { in SC_MatrixLoadRotate() 58 static void SC_MatrixLoadScale(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixLoadScale() 61 static void SC_MatrixLoadTranslate(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixLoadTranslate() 64 static void SC_MatrixRotate(Matrix4x4 *m, float rot, float x, float y, float z) { in SC_MatrixRotate() 67 static void SC_MatrixScale(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixScale() 70 static void SC_MatrixTranslate(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixTranslate() 158 float x, float y, float z) { in rsMatrixLoadScale() 162 float x, float y, float z) { in rsMatrixLoadTranslate() 166 float x, float y, float z) { in rsMatrixRotate() 170 float y, float z) { in rsMatrixScale() [all …]
|
/aosp12/bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/ |
H A D | sha1.c | 67 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument 68 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument 69 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument 70 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument 71 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument 100 #define nR0(v,w,x,y,z,i) R0(*v,*w,*x,*y,*z,i) argument 101 #define nR1(v,w,x,y,z,i) R1(*v,*w,*x,*y,*z,i) argument 102 #define nR2(v,w,x,y,z,i) R2(*v,*w,*x,*y,*z,i) argument 103 #define nR3(v,w,x,y,z,i) R3(*v,*w,*x,*y,*z,i) argument 104 #define nR4(v,w,x,y,z,i) R4(*v,*w,*x,*y,*z,i) argument
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | catrig.c | 277 casinh(double complex z) in casinh() 338 casin(double complex z) in casin() 358 cacos(double complex z) in cacos() 432 cacosh(double complex z) in cacosh() 457 clog_for_large_values(double complex z) in clog_for_large_values() 574 catanh(double complex z) in catanh() 641 catan(double complex z) in catan()
|
H A D | catrigf.c | 148 casinhf(float complex z) in casinhf() 195 casinf(float complex z) in casinf() 203 cacosf(float complex z) in cacosf() 262 cacoshf(float complex z) in cacoshf() 280 clog_for_large_values(float complex z) in clog_for_large_values() 341 catanhf(float complex z) in catanhf() 390 catanf(float complex z) in catanf()
|
H A D | catrigl.c | 167 casinhl(long double complex z) in casinhl() 214 casinl(long double complex z) in casinl() 223 cacosl(long double complex z) in cacosl() 282 cacoshl(long double complex z) in cacoshl() 300 clog_for_large_values(long double complex z) in clog_for_large_values() 362 catanhl(long double complex z) in catanhl() 411 catanl(long double complex z) in catanl()
|
H A D | s_ccoshf.c | 44 ccoshf(float complex z) in ccoshf() 100 ccosf(float complex z) in ccosf()
|
H A D | s_csinhf.c | 44 csinhf(float complex z) in csinhf() 100 csinf(float complex z) in csinf()
|
H A D | s_ccosh.c | 52 ccosh(double complex z) in ccosh() 154 ccos(double complex z) in ccos()
|
H A D | s_csinh.c | 52 csinh(double complex z) in csinh() 153 csin(double complex z) in csin()
|
H A D | s_ctanhf.c | 42 ctanhf(float complex z) in ctanhf() 81 ctanf(float complex z) in ctanf()
|
H A D | s_ctanh.c | 77 ctanh(double complex z) in ctanh() 141 ctan(double complex z) in ctan()
|
H A D | e_j1.c | 89 double z, s,c,ss,cc,r,u,v,y; in __ieee754_j1() local 145 double z, s,c,ss,cc,u,v; in __ieee754_y1() local 274 double z,r,s; in pone() local 371 double s,r,z; in qone() local
|
H A D | e_j1f.c | 51 float z, s,c,ss,cc,r,u,v,y; in __ieee754_j1f() local 107 float z, s,c,ss,cc,u,v; in __ieee754_y1f() local 229 float z,r,s; in ponef() local 326 float s,r,z; in qonef() local
|
/aosp12/frameworks/rs/tests/lldb/tests/harness/ |
H A D | assert_mixins.py | 33 self, breakpoint_expr, x, y=None, z=None, kernel_type='kernel' argument 63 self, soname, func_name, x, y=None, z=None, stopped=True argument
|
/aosp12/art/test/481-regression-phi-cond/src/ |
H A D | Main.java | 25 public static boolean inlinePhi(boolean x, boolean y, boolean z) { in inlinePhi() 39 public static boolean testCase(boolean x, boolean y, boolean z) { in testCase()
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
H A D | valuetest.cpp | 301 Value z(true); in TEST() local 326 Value z; in TEST() local 352 Value z; in TEST() local 401 Value z; in TEST() local 435 Value z; in TEST() local 481 Value z; in TEST() local 527 Value z; in TEST() local 565 Value z; in TEST() local 636 Value z; in TEST() local 902 Value z; in TEST() local [all …]
|
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
H A D | trsMatrix.h | 42 inline double ProjX(double trs[3][3], double x, double y, double z, double f) in ProjX() 47 inline double ProjY(double trs[3][3], double x, double y, double z, double f) in ProjY()
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Camera.java | 54 public native void translate(float x, float y, float z); in translate() 100 public native void rotate(float x, float y, float z); in rotate() 131 public native void setLocation(float x, float y, float z); in setLocation()
|
/aosp12/packages/services/Car/cpp/evs/apps/default/ |
H A D | config.json | 31 "z" : 48, number 45 "z" : 48, number 59 "z" : 88, number 73 "z" : 88, number
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
H A D | misc.c | 181 ULong xi, z; local 290 ULLong carry, z; local 292 ULong carry, z; local 471 ULong *x, *x1, *xe, z; local 567 ULong z; local 657 ULong *xa, *xa0, w, y, z; local 732 ULong *x, y, z; local
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | Matrix4f.java | 155 public void loadRotate(float rot, float x, float y, float z) { in loadRotate() 200 public void loadScale(float x, float y, float z) { in loadScale() 215 public void loadTranslate(float x, float y, float z) { in loadTranslate() 374 public void rotate(float rot, float x, float y, float z) { in rotate() 388 public void scale(float x, float y, float z) { in scale() 402 public void translate(float x, float y, float z) { in translate()
|
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | Matrix4f.java | 156 public void loadRotate(float rot, float x, float y, float z) { in loadRotate() 201 public void loadScale(float x, float y, float z) { in loadScale() 216 public void loadTranslate(float x, float y, float z) { in loadTranslate() 375 public void rotate(float rot, float x, float y, float z) { in rotate() 389 public void scale(float x, float y, float z) { in scale() 403 public void translate(float x, float y, float z) { in translate()
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | Matrix.java | 287 final float z = -2.0f * (r_depth); in orthoM() local 414 public static float length(float x, float y, float z) { in length() 448 float x, float y, float z) { in scaleM() 469 float x, float y, float z) { in scaleM() 493 float x, float y, float z) { in translateM() 516 float x, float y, float z) { in translateM() 539 float a, float x, float y, float z) { in rotateM() 558 float a, float x, float y, float z) { in rotateM() 581 float a, float x, float y, float z) { in setRotateM() 647 float x, float y, float z) { in setRotateEulerM()
|