/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_math_ops.py | 81 def add(x1, x2): argument 83 def add_or_or(x1, x2): argument 93 def subtract(x1, x2): argument 98 def multiply(x1, x2): argument 100 def mul_or_and(x1, x2): argument 110 def true_divide(x1, x2): # pylint: disable=missing-function-docstring argument 112 def _avoid_float64(x1, x2): argument 118 def f(x1, x2): argument 134 def divide(x1, x2): # pylint: disable=missing-function-docstring argument 139 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/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/AndroidKit/src/main/java/org/skia/androidkit/ |
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/tensorflow/tensorflow/python/compiler/xla/ |
D | jit_test.py | 157 def mulop(x1, x2): argument 174 def mulop(x1, x2): argument 266 def mulop(x1, x2): argument 294 def mulop(x1, x2): argument
|
/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/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/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/skia/include/core/ |
D | SkPathBuilder.h | 45 SkPathBuilder& quadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2) { in quadTo() 51 SkPathBuilder& conicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar w) { in conicTo() 59 …SkPathBuilder& cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar x3, SkScalar y… in cubicTo() 79 SkPathBuilder& rQuadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2) { in rQuadTo() 83 SkPathBuilder& rConicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar w) { in rConicTo() 87 …SkPathBuilder& rCubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar x3, SkScalar … in rCubicTo()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | lpf_common_sse2.h | 20 __m128i *x2, __m128i *x3, in highbd_transpose6x6_sse2() 60 __m128i *x2, __m128i *x3, in highbd_transpose4x8_8x4_low_sse2() 79 __m128i *x2, __m128i *x3, in highbd_transpose4x8_8x4_high_sse2() 100 __m128i *x2, __m128i *x3, in highbd_transpose4x8_8x4_sse2() 124 __m128i *x2, __m128i *x3, in highbd_transpose8x8_low_sse2() 158 __m128i *x2, __m128i *x3, in highbd_transpose8x8_high_sse2() 193 __m128i *x0, __m128i *x1, __m128i *x2, __m128i *x3, __m128i *x4, in highbd_transpose8x8_sse2() 204 __m128i *x0, __m128i *x1, __m128i *x2, __m128i *x3, __m128i *x4, in highbd_transpose8x16_sse2() 217 __m128i *x2, __m128i *x3, in transpose4x8_8x4_low_sse2() 249 static INLINE void transpose4x8_8x4_sse2(__m128i *x0, __m128i *x1, __m128i *x2, in transpose4x8_8x4_sse2() [all …]
|
/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/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/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/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/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/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()
|
/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/tensorflow/tensorflow/compiler/tests/ |
D | sort_ops_test.py | 101 def compare_lt(x1, x2): argument 120 def compare_gt(x1, x2): argument 156 def compare_lt(x1, x2, y1, y2, z1, z2): argument 196 def compare_lexicographic(x1, x2, y1, y2, z1, z2): argument 228 def compare_lt(x1, x2, y1, y2, z1, z2): argument
|
/external/pdfium/third_party/agg23/ |
D | agg_math.h | 26 float x2, float y2, in calc_point_location() 31 AGG_INLINE float calc_distance(float x1, float y1, float x2, float y2) in calc_distance() 38 float x2, float y2, in calc_line_point_distance()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | convolve_ssse3.h | 49 const __m128i x2 = _mm_maddubs_epi16(s[2], f[2]); in convolve8_8_ssse3() local 72 const __m128i x2 = _mm_maddubs_epi16(s[2], f[2]); in convolve8_8_even_offset_ssse3() local 93 const __m128i x2 = _mm_maddubs_epi16(s[2], f[2]); in convolve8_8_odd_offset_ssse3() local
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p16.cpp | 28 …int &x2 = a; // expected-error{{binding value of type 'const int' to reference to type 'int' drop… in test_capture() local 36 …int &x2 = a; // expected-error{{binding value of type 'const int' to reference to type 'int' drop… in test_capture() local
|
/external/lzma/CPP/Windows/ |
D | FileName.h | 98 #define IF_USE_MAIN_PATH_2(x1, x2) \ argument 106 #define IF_USE_MAIN_PATH_2(x1, x2) argument
|