HomeSort by relevance Sort by last modified time
    Searched defs:d3 (Results 26 - 50 of 177) sorted by null

12 3 4 5 6 7 8

  /frameworks/ml/nn/runtime/test/specs/V1_1/
relu6_float_2_relaxed.mod.py 23 d3 = 2 variable
25 i0 = Input("input", "TENSOR_FLOAT32", "{%d, %d, %d, %d}" % (d0, d1, d2, d3))
27 output = Output("output", "TENSOR_FLOAT32", "{%d, %d, %d, %d}" % (d0, d1, d2, d3))
33 rng = d0 * d1 * d2 * d3
relu_float_2_relaxed.mod.py 23 d3 = 2 variable
25 i0 = Input("input", "TENSOR_FLOAT32", "{%d, %d, %d, %d}" % (d0, d1, d2, d3))
27 output = Output("output", "TENSOR_FLOAT32", "{%d, %d, %d, %d}" % (d0, d1, d2, d3))
33 rng = d0 * d1 * d2 * d3
  /toolchain/binutils/binutils-2.27/gold/testsuite/
initpri1.c 56 void d3(void) __attribute__((destructor (600)));
68 void d3() { function
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
NodeComparatorTest.java 34 ICoverageNode d3 = new MockNode(30); local
39 Arrays.asList(d3, d5, d1, d4, d2));
40 assertEquals(Arrays.asList(d1, d2, d3, d4, d5), result);
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_vpx_convolve_avg_neon.c 94 uint16x8_t s0, s1, s2, s3, d0, d1, d2, d3; local
103 d3 = vld1q_u16(dst + 24);
109 d3 = vrhaddq_u16(s3, d3);
114 vst1q_u16(dst + 24, d3);
124 d3 = vld1q_u16(dst + 24);
130 d3 = vrhaddq_u16(s3, d3);
135 vst1q_u16(dst + 24, d3);
140 uint16x8_t s0, s1, s2, s3, d0, d1, d2, d3; local
    [all...]
  /external/python/cpython3/Lib/test/
test_userdict.py 10 d3 = {"one": 1, "two": 3, "three": 5} variable
36 self.assertEqual(collections.UserDict([('one',1), ('two',2)], two=3, three=5), d3)
  /external/valgrind/massif/tests/
alloc-fns.c 19 void d3(int n) { d4(n); } function
20 void d2(int n) { d3(n); }
32 d3(400);
  /prebuilts/go/darwin-x86/test/
nowritebarrier.go 67 d3()
70 func d3() { func
shift1.go 47 d3 int = complex(1<<s, 3) // ERROR "non-integer|cannot use.*as type int" "shift of type float64"
46 d3 int = complex(1<<s, 3) \/\/ ERROR "non-integer|cannot use.*as type int" "shift of type float64" var
  /prebuilts/go/linux-x86/test/
nowritebarrier.go 67 d3()
70 func d3() { func
shift1.go 47 d3 int = complex(1<<s, 3) // ERROR "non-integer|cannot use.*as type int" "shift of type float64"
46 d3 int = complex(1<<s, 3) \/\/ ERROR "non-integer|cannot use.*as type int" "shift of type float64" var
  /art/test/703-floating-point-div/src/
Main.java 37 double d3 = 0.0; local
48 expectEquals(Double.doubleToRawLongBits(dPi/d3), 0x7ff0000000000000L);
  /bionic/tests/headers/posix/
tgmath_h.c 38 #define TGMATH3(f_) f_(f1, f2, f3); f_(d1, d2, d3); f_(ld1, ld2, ld3);
45 double d1, d2, d3; local
46 d1 = d2 = d3 = 0;
  /external/clang/test/CodeGenCXX/
copy-assign-synthesis.cpp 54 X() : d(0.0), d1(1.1), d2(1.2), d3(1.3) {}
58 double d3; member in struct:X
60 printf("d = %f d1 = %f d2 = %f d3 = %f\n", d, d1,d2,d3);
copy-assign-synthesis-1.cpp 69 X() : d(0.0), d1(1.1), d2(1.2), d3(1.3) {}
73 double d3; member in struct:X
75 printf("d = %f d1 = %f d2 = %f d3 = %f\n", d, d1,d2,d3);
  /external/clang/test/OpenMP/
threadprivate_messages.cpp 120 static double d3; // expected-note {{'d3' defined here}} local
134 #pragma omp threadprivate(d3) // expected-error {{'#pragma omp threadprivate' must appear in the scope of the 'd3' variable declaration}}
136 #pragma omp threadprivate(d3)
  /external/libvpx/libvpx/vp8/common/arm/neon/
dequant_idct_neon.c 26 int16x4_t d2, d3, d4, d5, d10, d11, d12, d13; local
77 d3 = vqadd_s16(d13, d10);
82 d2tmp1 = vtrn_s32(vreinterpret_s32_s16(d3), vreinterpret_s32_s16(d5));
105 d3 = vqadd_s16(d13, d10);
110 d3 = vrshr_n_s16(d3, 3);
115 d2tmp1 = vtrn_s32(vreinterpret_s32_s16(d3), vreinterpret_s32_s16(d5));
shortidct4x4llm_neon.c 28 int16x4_t d2, d3, d4, d5, d10, d11, d12, d13; local
35 d3 = vld1_s16(input + 4);
40 q1s16 = vcombine_s16(d2, d4); // Swap d3 d4 here
41 q2s16 = vcombine_s16(d3, d5);
57 d3 = vqadd_s16(d13, d10);
62 v2tmp1 = vtrn_s32(vreinterpret_s32_s16(d3), vreinterpret_s32_s16(d5));
86 d3 = vqadd_s16(d13, d10);
91 d3 = vrshr_n_s16(d3, 3);
96 v2tmp1 = vtrn_s32(vreinterpret_s32_s16(d3), vreinterpret_s32_s16(d5))
    [all...]
  /external/pdfium/third_party/agg23/
agg_curves.cpp 64 float d3 = fabs(((x3 - x4) * dy) - ((y3 - y4) * dx)); local
66 int(d3 > curve_collinearity_epsilon)) {
76 if ((d3 * d3) <=
90 if (((d2 + d3) * (d2 + d3)) <=
  /external/pdfium/third_party/lcms/src/
cmsmtrx.c 76 cmsFloat64Number d3 = a ->n[VZ] - b ->n[VZ]; local
78 return sqrt(d1*d1 + d2*d2 + d3*d3);
  /external/syslinux/gpxe/src/arch/x86/include/bits/
string.h 201 int d0, d1, d2, d3; local
209 : "=&c" (d0), "=&S" (d1), "=&D" (d2), "=&a" (d3)
  /art/test/080-oom-throw/src/
Main.java 40 double d1, d2, d3, d4, d5, d6, d7, d8; // Bloat this object so we fill the heap faster. field in class:Main.InstanceMemEater
  /art/test/705-register-conflict/src/
Main.java 28 double d0 = 0, d1 = 0, d2 = 0, d3 = 0, d4 = 0, d5 = 0, d6 = 0, d7 = 0; local
36 d3 = d2 + 1;
37 d4 = d3 + 1;
68 return d0 + d1 + d2 + d3 + d4 + d5 + d6 + d7
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_userdict.py 9 d3 = {"one": 1, "two": 3, "three": 5} variable
34 self.assertEqual(UserDict.UserDict([('one',1), ('two',2)], two=3, three=5), d3)
  /external/clang/test/Sema/
string-init.c 29 char32_t d3[] = u"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} local

Completed in 1778 milliseconds

12 3 4 5 6 7 8