Home
last modified time | relevance | path

Searched defs:x_2 (Results 1 – 25 of 62) sorted by relevance

123

/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/
H A Dmath_grad.cc419 auto x_2 = ConjugateHelper(scope, op.input(1)); in MulGrad() local
433 auto x_2 = ConjugateHelper(scope, op.input(1)); in DivGrad() local
448 auto x_2 = ConjugateHelper(scope, op.input(1)); in RealDivGrad() local
463 auto x_2 = ConjugateHelper(scope, op.input(1)); in DivNoNanGrad() local
478 auto x_2 = ConjugateHelper(scope, op.input(1)); in SquaredDifferenceGrad() local
/aosp_15_r20/external/libxaac/decoder/generic/
H A Dixheaacd_qmf_dec_generic.c980 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_esbr_postradixcompute2() local
1066 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_esbr_postradixcompute4() local
1837 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_postradixcompute4() local
1938 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_postradixcompute2() local
/aosp_15_r20/external/swiftshader/tests/MathUnitTests/
H A Dunittests.cpp487 float x_2 = 0.25f - x * (0.5f / pi); in TEST() local
504 float x_2 = x * (0.5f / pi); in TEST() local
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
H A DNat192.java725 long x_2 = x[2] & M; in square() local
841 long x_2 = x[xOff + 2] & M; in square() local
H A DNat224.java796 long x_2 = x[2] & M; in square() local
935 long x_2 = x[xOff + 2] & M; in square() local
H A DNat256.java939 long x_2 = x[2] & M; in square() local
1103 long x_2 = x[xOff + 2] & M; in square() local
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/raw/
H A DNat192.java729 long x_2 = x[2] & M; in square() local
845 long x_2 = x[xOff + 2] & M; in square() local
H A DNat224.java800 long x_2 = x[2] & M; in square() local
939 long x_2 = x[xOff + 2] & M; in square() local
H A DNat256.java943 long x_2 = x[2] & M; in square() local
1107 long x_2 = x[xOff + 2] & M; in square() local
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/
H A DNat192.java729 long x_2 = x[2] & M; in square() local
845 long x_2 = x[xOff + 2] & M; in square() local
H A DNat224.java800 long x_2 = x[2] & M; in square() local
939 long x_2 = x[xOff + 2] & M; in square() local
H A DNat256.java943 long x_2 = x[2] & M; in square() local
1107 long x_2 = x[xOff + 2] & M; in square() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_builtin_builder.c194 nir_def *x_2 = nir_fmul(b, u, u); in nir_atan() local
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_mps_poly_filt.c194 FLOAT32 x_0, x_1, x_2, x_3; in ixheaacd_mps_synth_post_twidle() local
H A Dixheaacd_aac_imdct.c2268 WORD32 x_0, x_1, x_2, x_3, x_4, x_5, x_6, x_7; in ixheaacd_fft_120() local
2900 WORD32 x_0, x_1, x_2, x_3, x_l1_0, x_l1_1, x_l2_0, x_l2_1; in ixheaacd_fft32x32_ld_dec() local
/aosp_15_r20/external/libxaac/decoder/armv8/
H A Dixheaacd_qmf_dec_armv8.c738 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_esbr_postradixcompute2() local
807 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_esbr_postradixcompute4() local
/aosp_15_r20/external/libxaac/encoder/
H A Dixheaace_sbr_env_est.c1124 FLOAT32 x_0, x_1, x_2, x_3; in ixheaace_esbr_postradixcompute2() local
1216 FLOAT32 x_0, x_1, x_2, x_3; in ixheaace_esbr_postradixcompute4() local
H A Dixheaace_fft.c1278 FLOAT32 x_0, x_1, x_2, x_3; in ixheaace_cfft_32_480() local
1944 FLOAT32 x_0, x_1, x_2, x_3, x_4, x_5, x_6, x_7; in ixheaace_fft_120() local
H A Diusace_fft.c1504 FLOAT32 x_0, x_1, x_2, x_3; in ixheaace_cplx_fft_4() local
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DShaderCore.cpp195 SIMD::Float x_2 = MulAdd(x, -pi2, q); in Sin() local
207 SIMD::Float x_2 = x * pi2; in Cos() local
/aosp_15_r20/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
H A DDecoderTestAacDrc.java449 float x_0, x_1, x_2, y_0, y_1, y_2; in apply() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dresize_bicubic_op.cc169 inline int Advance(const int64_t x_0, const int64_t x_1, const int64_t x_2, in Advance()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2919 LLVMValueRef x_2 = lp_build_fmuladd(b, y_2, DP2, x_1); in lp_build_sin_or_cos() local
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_loopnest.cpp102 ExprHandle x_2 = x_tail + x_outer_end * 4; in TEST() local
4046 ExprHandle x_2 = x + x_outer_end * 4; in TEST() local
4088 ExprHandle x_2 = x + x_outer_end * 4; in TEST() local
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle-unbundled/android_common_apex30/javac/
Dbouncycastle-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/bouncycastle/ org/ ...

123