Home
last modified time | relevance | path

Searched defs:z3 (Results 1 – 25 of 167) sorted by relevance

1234567

/aosp_15_r20/external/libjpeg-turbo/
H A Djidctint.c179 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 …]
H A Djfdctflt.c64 FAST_FLOAT z1, z2, z3, z4, z5, z11, z13; variable
/aosp_15_r20/external/libjpeg-turbo/simd/arm/
H A Djidctint-neon.c405 int32x4_t z3 = vmull_lane_s16(z3_s16, consts.val[2], 3); in jsimd_idct_islow_pass1_regular() local
515 int32x4_t z3 = vmull_lane_s16(z3_s16, consts.val[2], 3); in jsimd_idct_islow_pass1_sparse() local
616 int32x4_t z3 = vmull_lane_s16(z3_s16, consts.val[2], 3); in jsimd_idct_islow_pass2_regular() local
746 int32x4_t z3 = vmull_lane_s16(z3_s16, consts.val[2], 3); in jsimd_idct_islow_pass2_sparse() local
H A Djidctred-neon.c265 int16x4_t z3 = vmul_s16(vget_high_s16(row6), quant_row6); in jsimd_idct_4x4_neon() local
318 int16x4_t z3 = vmul_s16(vget_low_s16(row6), quant_row6); in jsimd_idct_4x4_neon() local
365 int16x8_t z3 = vmulq_s16(row6, quant_row6); in jsimd_idct_4x4_neon() local
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/modes/gcm/
H A DGCMUtil.java119 int z0 = 0, z1 = 0, z2 = 0, z3 = 0; in multiply() local
195 long z3 = h3; in multiply() local
317 long z0 = t[0], z1 = t[1], z2 = t[2], z3 = t[3]; in square() local
440 long z3 = (x0 * y3) ^ (x1 * y2) ^ (x2 * y1) ^ (x3 * y0); in implMul64() local
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/modes/gcm/
H A DGCMUtil.java119 int z0 = 0, z1 = 0, z2 = 0, z3 = 0; in multiply() local
195 long z3 = h3; in multiply() local
317 long z0 = t[0], z1 = t[1], z2 = t[2], z3 = t[3]; in square() local
440 long z3 = (x0 * y3) ^ (x1 * y2) ^ (x2 * y1) ^ (x3 * y0); in implMul64() local
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
H A DGCMUtil.java115 int z0 = 0, z1 = 0, z2 = 0, z3 = 0; in multiply() local
191 long z3 = h3; in multiply() local
313 long z0 = t[0], z1 = t[1], z2 = t[2], z3 = t[3]; in square() local
436 long z3 = (x0 * y3) ^ (x1 * y2) ^ (x2 * y1) ^ (x3 * y0); in implMul64() local
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/arch/x86/
Dcrc32_fold_vpclmulqdq.c23 __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/packages/modules/Bluetooth/system/stack/smp/
Dp_256_ecc_pp.cc49 uint32_t* z3; in ECC_Double() local
100 uint32_t* z3; in ECC_Add() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/internal/
H A DCurve25519.java142 long[] z3, in monty()
364 private static boolean isCollinear(long[] x1, long[] x2, long[] x3, long[] z3) { in isCollinear()
H A DEllipticCurvesUtil.java278 BigInteger z3 = y1z1.multiply(y1z1).mod(modulus).subtract(yy).subtract(zz).mod(modulus); in doubleJacobianPoint() local
313 BigInteger z3 = in addJacobianPoints() local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dconst-global-linkage.cpp13 const volatile char z3[] = "zxcv"; variable
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_mat4x3.inl61 T const & x3, T const & y3, T const & z3
97 X3 const & x3, Y3 const & y3, Z3 const & z3,
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_mat4x3.inl61 T const & x3, T const & y3, T const & z3
97 X3 const & x3, Y3 const & y3, Z3 const & z3,
/aosp_15_r20/external/clang/test/SemaCUDA/
H A Dbad-attributes.cu30 __device__ __shared__ int z3; variable
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue12577.go17 z3 = -z2 const
/aosp_15_r20/external/arm-optimized-routines/pl/math/
H A Dsv_atanf_2u9.c61 svfloat32_t z3 = svmul_x (pg, z2, az); in SV_NAME_F1() local
H A Dsv_atan_2u5.c70 svfloat64_t z3 = svmul_x (pg, z2, az); in SV_NAME_D1() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
H A DWell512a.java96 final int z3 = z1 ^ z2; in next() local
H A DWell1024a.java96 final int z3 = z1 ^ z2; in next() local
H A DWell19937c.java97 final int z3 = z1 ^ z2; in next() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/random/
H A DWell512a.java101 final int z3 = z1 ^ z2; in next() local
H A DWell1024a.java101 final int z3 = z1 ^ z2; in next() local
H A DWell19937a.java102 final int z3 = z1 ^ z2; in next() local
H A DWell19937c.java102 final int z3 = z1 ^ z2; in next() local

1234567