/aosp_15_r20/external/libjpeg-turbo/ |
H A D | jidctint.c | 179 JLONG z1, z2, z3, z4, z5; variable 432 JLONG z1, z2, z3; in jpeg_idct_7x7() local 581 JLONG z1, z2, z3; in jpeg_idct_6x6() local 702 JLONG z1, z2, z3; in jpeg_idct_5x5() local 907 JLONG z1, z2, z3, z4; in jpeg_idct_9x9() local 1079 JLONG z1, z2, z3, z4, z5; in jpeg_idct_10x10() local 1274 JLONG z1, z2, z3, z4; in jpeg_idct_11x11() local 1468 JLONG z1, z2, z3, z4; in jpeg_idct_12x12() local 1684 JLONG z1, z2, z3, z4; in jpeg_idct_13x13() local 1912 JLONG z1, z2, z3, z4; in jpeg_idct_14x14() local [all …]
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | default2.cpp | 92 Z z2; // expected-error{{no matching constructor for initialization}} in f() local 97 Z z2(z); // expected-error{{no matching constructor for initialization of 'Z'}} in test_Z() local 102 Z z2(z); // expected-error{{no matching constructor for initialization of 'Z'}} in test_Z() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/ |
H A D | sort_ops_test.py | 149 def compare_lt(x1, x2, y1, y2, z1, z2): argument 189 def compare_lexicographic(x1, x2, y1, y2, z1, z2): argument 220 def compare_lt(x1, x2, y1, y2, z1, z2): argument
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/modes/gcm/ |
H A D | GCMUtil.java | 119 int z0 = 0, z1 = 0, z2 = 0, z3 = 0; in multiply() local 194 long z2 = h2 ^ h1 ^ h3 ^ h5; in multiply() local 317 long z0 = t[0], z1 = t[1], z2 = t[2], z3 = t[3]; in square() local 439 long z2 = (x0 * y2) ^ (x1 * y1) ^ (x2 * y0) ^ (x3 * y3); in implMul64() local
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/modes/gcm/ |
H A D | GCMUtil.java | 119 int z0 = 0, z1 = 0, z2 = 0, z3 = 0; in multiply() local 194 long z2 = h2 ^ h1 ^ h3 ^ h5; in multiply() local 317 long z0 = t[0], z1 = t[1], z2 = t[2], z3 = t[3]; in square() local 439 long z2 = (x0 * y2) ^ (x1 * y1) ^ (x2 * y0) ^ (x3 * y3); in implMul64() local
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/ |
H A D | GCMUtil.java | 115 int z0 = 0, z1 = 0, z2 = 0, z3 = 0; in multiply() local 190 long z2 = h2 ^ h1 ^ h3 ^ h5; in multiply() local 313 long z0 = t[0], z1 = t[1], z2 = t[2], z3 = t[3]; in square() local 435 long z2 = (x0 * y2) ^ (x1 * y1) ^ (x2 * y0) ^ (x3 * y3); in implMul64() local
|
/aosp_15_r20/external/clang/test/PCH/ |
H A D | variables.c | 16 int z2 = 17; variable 36 int z2 = 18; // expected-error{{redefinition}} expected-note@16{{previous}} variable
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/distribution/ |
H A D | SaddlePointExpansion.java | 102 double z2 = 2.0 * z; in getStirlingError() local 109 double z2 = z * z; in getStirlingError() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
H A D | SaddlePointExpansion.java | 110 double z2 = 2.0 * z; in getStirlingError() local 118 double z2 = z * z; in getStirlingError() local
|
/aosp_15_r20/external/aac/libAACdec/src/ |
H A D | ldfiltbank.cpp | 134 FIXP_DBL z0, z2, tmp; in multE2_DinvF_fdk() local 164 FIXP_DBL z0, z2, tmp0, tmp1; in multE2_DinvF_fdk() local
|
/aosp_15_r20/external/libjpeg-turbo/simd/arm/ |
H A D | jidctred-neon.c | 264 int16x4_t z2 = vmul_s16(vget_high_s16(row2), quant_row2); in jsimd_idct_4x4_neon() local 317 int16x4_t z2 = vmul_s16(vget_low_s16(row2), quant_row2); in jsimd_idct_4x4_neon() local 364 int16x8_t z2 = vmulq_s16(row2, quant_row2); in jsimd_idct_4x4_neon() local
|
/aosp_15_r20/external/arm-optimized-routines/pl/math/ |
H A D | v_tanf_3u5.c | 49 float32x4_t z2 = vmulq_f32 (z, z); in eval_poly() local 111 float32x4_t z2 = vmulq_f32 (r, r); in V_NAME_F1() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/arch/x86/ |
D | crc32_fold_vpclmulqdq.c | 23 __m512i z0, z1, z2, z3; in fold_16_vpclmulqdq() local 122 __m512i z0, z1, z2, z3; in fold_16_vpclmulqdq_nocp() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
D | p256.c | 255 const fiat_p256_felem z2) { in fiat_p256_point_add() 415 fiat_p256_felem z1, z2; in ec_GFp_nistp256_point_get_affine_coordinates() local 440 fiat_p256_felem x1, y1, z1, x2, y2, z2; in ec_GFp_nistp256_add() local
|
D | p224-64.c | 697 const p224_felem z2) { in p224_point_add() 886 p224_felem z1, z2; in ec_GFp_nistp224_point_get_affine_coordinates() local 916 p224_felem x1, y1, z1, x2, y2, z2; in ec_GFp_nistp224_add() local
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/ec/ |
H A D | p256.c | 258 const fiat_p256_felem z2) { in fiat_p256_point_add() 425 fiat_p256_felem z1, z2; in ec_GFp_nistp256_point_get_affine_coordinates() local 450 fiat_p256_felem x1, y1, z1, x2, y2, z2; in ec_GFp_nistp256_add() local
|
H A D | p224-64.c | 681 const p224_felem z2) { in p224_point_add() 872 p224_felem z1, z2; in ec_GFp_nistp224_point_get_affine_coordinates() local 902 p224_felem x1, y1, z1, x2, y2, z2; in ec_GFp_nistp224_add() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/ |
H A D | p256.c | 258 const fiat_p256_felem z2) { in fiat_p256_point_add() 425 fiat_p256_felem z1, z2; in ec_GFp_nistp256_point_get_affine_coordinates() local 450 fiat_p256_felem x1, y1, z1, x2, y2, z2; in ec_GFp_nistp256_add() local
|
H A D | p224-64.c | 681 const p224_felem z2) { in p224_point_add() 872 p224_felem z1, z2; in ec_GFp_nistp224_point_get_affine_coordinates() local 902 p224_felem x1, y1, z1, x2, y2, z2; in ec_GFp_nistp224_add() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
D | p256.c | 255 const fiat_p256_felem z2) { in fiat_p256_point_add() 415 fiat_p256_felem z1, z2; in ec_GFp_nistp256_point_get_affine_coordinates() local 440 fiat_p256_felem x1, y1, z1, x2, y2, z2; in ec_GFp_nistp256_add() local
|
D | p224-64.c | 697 const p224_felem z2) { in p224_point_add() 886 p224_felem z1, z2; in ec_GFp_nistp224_point_get_affine_coordinates() local 916 p224_felem x1, y1, z1, x2, y2, z2; in ec_GFp_nistp224_add() local
|
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_control_flow.py | 54 def true_false_true_fn(x2, y2, z2): argument 57 def true_false_false_fn(x2, y2, z2): argument 68 def false_true_true_fn(x2, y2, z2): argument 71 def false_true_false_fn(x2, y2, z2): argument
|
/aosp_15_r20/external/libwebsockets/plugins/ssh-base/crypto/ |
H A D | fe25519.c | 221 fe25519 z2; in fe25519_invert() local 288 fe25519 z2; in fe25519_pow2523() local
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | tls-model.c | 11 int z2; variable
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ |
D | tgmath.h | 84 #define __TGMATH_CPLX_2(z1,z2,R,C) \ argument 119 #define pow(z1,z2) __TGMATH_CPLX_2(z1, z2, pow, cpow) argument
|