Home
last modified time | relevance | path

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

/external/iamf_tools/iamf/common/utils/
Dnumeric_utils.cc30 absl::Status AddUint32CheckOverflow(uint32_t x_1, uint32_t x_2, in AddUint32CheckOverflow()
/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/mesa3d/src/compiler/nir/
Dnir_builtin_builder.c194 nir_def *x_2 = nir_fmul(b, u, u); in nir_atan() local
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/raw/
DNat256.java643 long x_2 = x[2] & M; in mul128() local
1044 long x_2 = x[2] & M; in square() local
1208 long x_2 = x[xOff + 2] & M; in square() local
DNat192.java729 long x_2 = x[2] & M; in square() local
845 long x_2 = x[xOff + 2] & M; in square() local
DNat224.java827 long x_2 = x[2] & M; in square() local
966 long x_2 = x[xOff + 2] & M; in square() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DNat256.java639 long x_2 = x[2] & M; in mul128() local
1040 long x_2 = x[2] & M; in square() local
1204 long x_2 = x[xOff + 2] & M; in square() local
DNat192.java725 long x_2 = x[2] & M; in square() local
841 long x_2 = x[xOff + 2] & M; in square() local
DNat224.java823 long x_2 = x[2] & M; in square() local
962 long x_2 = x[xOff + 2] & M; in square() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/
DNat256.java643 long x_2 = x[2] & M; in mul128() local
1044 long x_2 = x[2] & M; in square() local
1208 long x_2 = x[xOff + 2] & M; in square() local
DNat192.java729 long x_2 = x[2] & M; in square() local
845 long x_2 = x[xOff + 2] & M; in square() local
DNat224.java827 long x_2 = x[2] & M; in square() local
966 long x_2 = x[xOff + 2] & M; in square() 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/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/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/libxaac/encoder/
Dixheaace_sbr_env_est.c1140 FLOAT32 x_0, x_1, x_2, x_3; in ixheaace_esbr_postradixcompute2() local
1232 FLOAT32 x_0, x_1, x_2, x_3; in ixheaace_esbr_postradixcompute4() local
Diusace_fft.c1504 FLOAT32 x_0, x_1, x_2, x_3; in ixheaace_cplx_fft_4() local
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
/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.c2940 LLVMValueRef x_2 = lp_build_fmuladd(b, y_2, DP2, x_1); in lp_build_sin_or_cos() local
/external/pytorch/test/cpp/tensorexpr/
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