| /external/arm-optimized-routines/pl/math/ |
| D | pairwise_horner_wrap.h | 10 #define PW_HORNER_3_(x, x2, c, i) FMA(x2, PW_HORNER_1_ (x, c, i + 2), PW_HORNER_1_(x, c, i)) argument 11 #define PW_HORNER_5_(x, x2, c, i) FMA(x2, PW_HORNER_3_ (x, x2, c, i + 2), PW_HORNER_1_(x, c, i)) argument 12 #define PW_HORNER_7_(x, x2, c, i) FMA(x2, PW_HORNER_5_ (x, x2, c, i + 2), PW_HORNER_1_(x, c, i)) argument 13 #define PW_HORNER_9_(x, x2, c, i) FMA(x2, PW_HORNER_7_ (x, x2, c, i + 2), PW_HORNER_1_(x, c, i)) argument 14 #define PW_HORNER_11_(x, x2, c, i) FMA(x2, PW_HORNER_9_ (x, x2, c, i + 2), PW_HORNER_1_(x, c, i)) argument 15 #define PW_HORNER_13_(x, x2, c, i) FMA(x2, PW_HORNER_11_(x, x2, c, i + 2), PW_HORNER_1_(x, c, i)) argument 16 #define PW_HORNER_15_(x, x2, c, i) FMA(x2, PW_HORNER_13_(x, x2, c, i + 2), PW_HORNER_1_(x, c, i)) argument 17 #define PW_HORNER_17_(x, x2, c, i) FMA(x2, PW_HORNER_15_(x, x2, c, i + 2), PW_HORNER_1_(x, c, i)) argument 20 #define PAIRWISE_HORNER_3(x, x2, c) PW_HORNER_3_ (x, x2, c, 0) argument 21 #define PAIRWISE_HORNER_5(x, x2, c) PW_HORNER_5_ (x, x2, c, 0) argument [all …]
|
| D | estrin_wrap.h | 10 #define ESTRIN_2_(x, x2, c, i) FMA(x2, c(2 + i), ESTRIN_1_(x,… argument 11 #define ESTRIN_3_(x, x2, c, i) FMA(x2, ESTRIN_1_(x, c, 2 + i), ESTRIN_1_(x,… argument 12 #define ESTRIN_4_(x, x2, x4, c, i) FMA(x4, c(4 + i), ESTRIN_3_(x,… argument 13 #define ESTRIN_5_(x, x2, x4, c, i) FMA(x4, ESTRIN_1_(x, c, 4 + i), ESTRIN_3_(x,… argument 14 #define ESTRIN_6_(x, x2, x4, c, i) FMA(x4, ESTRIN_2_(x, x2, c, 4 + i), ESTRIN_3_(x,… argument 15 #define ESTRIN_7_(x, x2, x4, c, i) FMA(x4, ESTRIN_3_(x, x2, c, 4 + i), ESTRIN_3_(x,… argument 16 #define ESTRIN_8_(x, x2, x4, x8, c, i) FMA(x8, c(8 + i), ESTRIN_7_(x,… argument 17 #define ESTRIN_9_(x, x2, x4, x8, c, i) FMA(x8, ESTRIN_1_(x, c, 8 + i), ESTRIN_7_(x,… argument 18 #define ESTRIN_10_(x, x2, x4, x8, c, i) FMA(x8, ESTRIN_2_(x, x2, c, 8 + i), ESTRIN_7_(x,… argument 19 #define ESTRIN_11_(x, x2, x4, x8, c, i) FMA(x8, ESTRIN_3_(x, x2, c, 8 + i), ESTRIN_7_(x,… argument [all …]
|
| /external/tensorflow/tensorflow/python/ops/numpy_ops/ |
| D | np_math_ops.py | 76 def add(x1, x2): argument 78 def add_or_or(x1, x2): argument 88 def subtract(x1, x2): argument 93 def multiply(x1, x2): argument 95 def mul_or_and(x1, x2): argument 105 def true_divide(x1, x2): # pylint: disable=missing-function-docstring argument 107 def _avoid_float64(x1, x2): argument 113 def f(x1, x2): argument 129 def divide(x1, x2): # pylint: disable=missing-function-docstring argument 134 def floor_divide(x1, x2): # pylint: disable=missing-function-docstring argument [all …]
|
| /external/rust/crates/ppv-lite86/src/ |
| D | soft.rs | 10 pub struct x2<W, G>(pub [W; 2], PhantomData<G>); struct 11 impl<W, G> x2<W, G> { impl 47 impl<W, G> RotateEachWord32 for x2<W, G> implementation 60 impl<W, G> RotateEachWord64 for x2<W, G> implementation 66 impl<W, G> RotateEachWord128 for x2<W, G> where W: RotateEachWord128 {} implementation 67 impl<W, G> BitOps0 for x2<W, G> implementation 73 impl<W, G> BitOps32 for x2<W, G> implementation 79 impl<W, G> BitOps64 for x2<W, G> implementation 85 impl<W, G> BitOps128 for x2<W, G> implementation 98 impl<W, G> ArithOps for x2<W, G> implementation [all …]
|
| /external/arm-trusted-firmware/plat/imx/common/ |
| D | imx_sip_handler.c | 41 u_register_t x2, in imx_srtc_handler() 72 u_register_t x2, in imx_cpufreq_handler() 95 u_register_t x2, in imx_wakeup_src_handler() 115 u_register_t x2) in imx_otp_handler() 140 u_register_t x2, in imx_misc_set_temp_handler() 152 u_register_t x2, in imx_src_handler() 180 static uint64_t imx_get_commit_hash(u_register_t x2, in imx_get_commit_hash() 206 u_register_t x2, in imx_buildinfo_handler() 225 u_register_t x2, in imx_kernel_entry_handler()
|
| /external/clang/test/CXX/special/class.copy/ |
| D | p33-0x.cpp | 11 X x2; in return_by_move() local 21 X x2; in throw_move_only() local 36 X x2; in f() local 48 T x2; in f2() local
|
| /external/angle/third_party/abseil-cpp/absl/strings/ |
| D | match_test.cc | 194 const std::string x2 = "abcde_"; in TEST() local 201 const std::string x2 = "abcdef"; in TEST() local 208 const std::string x2 = "abcdef_h"; in TEST() local 215 const std::string x2 = "abcdefgh"; in TEST() local 222 const std::string x2 = "abcde_g_"; in TEST() local 229 const std::string x2 = "abcdefgh"; in TEST() local 236 const std::string x2 = "0123456701_34_6"; in TEST() local 243 const std::string x2 = "0123456701234567"; in TEST() local 250 const std::string x2 = "0123456701234567_1234567"; in TEST() local 257 std::string x2 = x1; in TEST() local [all …]
|
| /external/clang/test/CodeGen/ |
| D | regparm-struct.c | 21 int x2; member 38 int x2; member 56 int x2; member 85 int x2; member 96 int x2; member 108 float x2; member 119 float x2; member 141 double x2; member 152 float x2; member
|
| /external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/ |
| D | PathBuilder.java | 26 public void quadTo(float x1, float y1, float x2, float y2) { in quadTo() 29 public void conicTo(float x1, float y1, float x2, float y2, float w) { in conicTo() 32 public void cubicTo(float x1, float y1, float x2, float y2, float x3, float y3) { in cubicTo() 71 … private static native void nQuadTo(long mNativeInstance, float x1, float y1, float x2, float y2); in nQuadTo() 72 …private static native void nConicTo(long mNativeInstance, float x1, float y1, float x2, float y2, … in nConicTo() 73 …private static native void nCubicTo(long mNativeInstance, float x1, float y1, float x2, float y2, … in nCubicTo()
|
| /external/clang/test/SemaCXX/ |
| D | direct-initializer.cpp | 6 int (x2)(1); variable 10 int (x2)(1); in f() local 40 X x2(1.0, 3, 4.2); in g() local
|
| /external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/utils/ |
| D | VisitorMapTest.java | 20 CompilationUnit x2 = parse("class X{}"); in normalEqualsDoesDeepCompare() local 31 CompilationUnit x2 = parse("class X{}"); in objectIdentityEqualsDoesShallowCompare() local 60 CompilationUnit x2 = parse("class Y{}"); in visitorMapPutAll() local
|
| /external/tensorflow/tensorflow/python/compiler/xla/ |
| D | jit_test.py | 153 def mulop(x1, x2): argument 170 def mulop(x1, x2): argument 262 def mulop(x1, x2): argument 290 def mulop(x1, x2): argument
|
| /external/guava/guava-tests/test/com/google/common/math/ |
| D | BigIntegerMathTest.java | 186 BigInteger x2 = x.pow(2); in testLog2HalfUp() local 197 BigInteger x2 = x.pow(2); in testLog2HalfDown() local 279 BigInteger x2 = x.pow(2); in testLog10HalfUp() local 291 BigInteger x2 = x.pow(2); in testLog10HalfDown() local
|
| /external/guava/android/guava-tests/test/com/google/common/math/ |
| D | BigIntegerMathTest.java | 186 BigInteger x2 = x.pow(2); in testLog2HalfUp() local 197 BigInteger x2 = x.pow(2); in testLog2HalfDown() local 279 BigInteger x2 = x.pow(2); in testLog10HalfUp() local 291 BigInteger x2 = x.pow(2); in testLog10HalfDown() local
|
| /external/skia/include/core/ |
| D | SkPathBuilder.h | 54 SkPathBuilder& quadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2) { in quadTo() 60 SkPathBuilder& conicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar w) { in conicTo() 68 …SkPathBuilder& cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar x3, SkScalar y… in cubicTo() 88 SkPathBuilder& rQuadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2) { in rQuadTo() 92 SkPathBuilder& rConicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar w) { in rConicTo() 96 …SkPathBuilder& rCubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar x3, SkScalar … in rCubicTo()
|
| /external/eigen/Eigen/src/Core/arch/MSA/ |
| D | MathFunctions.h | 79 Packet4f x2 = pmul(x, x); variable 150 Packet4f x2 = pmadd(x, p4f_cephes_LOG2EF, x2_add); variable 202 Packet4f x2 = pmul(x, x); variable 355 Packet2d x2 = pmadd(x, p2d_cephes_LOG2EF, x2_add); variable
|
| /external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/ |
| D | hash.pass.cpp | 31 std::string x2("12345"); in main() local 38 std::wstring x2(L"12345"); in main() local
|
| /external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate/locale.collate.members/ |
| D | hash.pass.cpp | 27 std::string x2("12345"); in main() local 34 std::wstring x2(L"12345"); in main() local
|
| /external/arm-trusted-firmware/plat/mediatek/common/ |
| D | mtk_sip_svc.c | 27 u_register_t x2, in mediatek_plat_sip_handler() 42 u_register_t x2, in mediatek_sip_handler() 93 u_register_t x2, in sip_smc_handler()
|
| /external/libaom/aom_dsp/x86/ |
| D | lpf_common_sse2.h | 23 __m128i *x2, __m128i *x3, in highbd_transpose6x6_sse2() 63 __m128i *x2, __m128i *x3, in highbd_transpose4x8_8x4_low_sse2() 82 __m128i *x2, __m128i *x3, in highbd_transpose4x8_8x4_high_sse2() 103 __m128i *x2, __m128i *x3, in highbd_transpose4x8_8x4_sse2() 127 __m128i *x2, __m128i *x3, in highbd_transpose8x8_low_sse2() 161 __m128i *x2, __m128i *x3, in highbd_transpose8x8_high_sse2() 196 __m128i *x0, __m128i *x1, __m128i *x2, __m128i *x3, __m128i *x4, in highbd_transpose8x8_sse2() 207 __m128i *x0, __m128i *x1, __m128i *x2, __m128i *x3, __m128i *x4, in highbd_transpose8x16_sse2() 220 __m128i *x2, __m128i *x3, in transpose4x8_8x4_low_sse2() 252 static INLINE void transpose4x8_8x4_sse2(__m128i *x0, __m128i *x1, __m128i *x2, in transpose4x8_8x4_sse2() [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/localization/locale.categories/category.collate/locale.collate/locale.collate.members/ |
| D | hash.pass.cpp | 31 std::string x2("12345"); in main() local 39 std::wstring x2(L"12345"); in main() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/localization/locale.categories/category.collate/locale.collate.byname/ |
| D | hash.pass.cpp | 34 std::string x2("12345"); in main() local 42 std::wstring x2(L"12345"); in main() local
|
| /external/clang/test/Analysis/ |
| D | stack-addr-ps.cpp | 38 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} in get_reference3() local 50 int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} in f2() local 56 int *const &x2 = &x1; // expected-note {{binding reference variable 'x2' here}} in f3() local 62 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} in f4() local
|
| /external/clang/test/CXX/class/class.local/ |
| D | p1-0x.cpp | 7 …int& x2 = x; // expected-error{{reference to local variable 'x' declared in enclosing function 'f'… in f() member 13 …int& x2 = x; // expected-error{{reference to local variable 'x' declared in enclosing lambda expre… in f() member
|
| /external/arm-trusted-firmware/plat/nxp/common/sip_svc/ |
| D | sip_svc.c | 28 u_register_t x2, in nxp_plat_sip_handler() 63 u_register_t x2, in nxp_sip_handler() 159 u_register_t x2, in sip_smc_handler()
|