Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/gradients/
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
/external/swiftshader/tests/MathUnitTests/
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
/external/libxaac/decoder/
Dixheaacd_mps_poly_filt.c194 FLOAT32 x_0, x_1, x_2, x_3; in ixheaacd_mps_synth_post_twidle() local
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
/external/mesa3d/src/compiler/nir/
Dnir_builtin_builder.c187 nir_ssa_def *x_2 = nir_fmul(b, x, x); in nir_atan() local
/external/libxaac/decoder/generic/
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
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/
DNat192.java729 long x_2 = x[2] & M; in square() local
845 long x_2 = x[xOff + 2] & M; in square() local
DNat224.java800 long x_2 = x[2] & M; in square() local
939 long x_2 = x[xOff + 2] & M; in square() local
DNat256.java943 long x_2 = x[2] & M; in square() local
1107 long x_2 = x[xOff + 2] & M; in square() local
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/raw/
DNat192.java729 long x_2 = x[2] & M; in square() local
845 long x_2 = x[xOff + 2] & M; in square() local
DNat224.java800 long x_2 = x[2] & M; in square() local
939 long x_2 = x[xOff + 2] & M; in square() local
DNat256.java943 long x_2 = x[2] & M; in square() local
1107 long x_2 = x[xOff + 2] & M; in square() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DNat192.java725 long x_2 = x[2] & M; in square() local
841 long x_2 = x[xOff + 2] & M; in square() local
DNat224.java796 long x_2 = x[2] & M; in square() local
935 long x_2 = x[xOff + 2] & M; in square() local
DNat256.java939 long x_2 = x[2] & M; in square() local
1103 long x_2 = x[xOff + 2] & M; in square() local
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bicubic_op.cc169 inline int Advance(const int64_t x_0, const int64_t x_1, const int64_t x_2, in Advance()
/external/libxaac/decoder/armv8/
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
/external/swiftshader/src/Pipeline/
DShaderCore.cpp195 SIMD::Float x_2 = MulAdd(x, -pi2, q); in Sin() local
207 SIMD::Float x_2 = x * pi2; in Cos() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c2938 LLVMValueRef x_2 = lp_build_fmuladd(b, y_2, DP2, x_1); in lp_build_sin_or_cos() local