Searched refs:d0 (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ |
D | param_copy.pass.cpp | 26 double d0[] = {.3, .1, .6}; in main() local 27 param_type p0(d0, d0+3); in main()
|
D | param_assign.pass.cpp | 26 double d0[] = {.3, .1, .6}; in main() local 27 param_type p0(d0, d0+3); in main()
|
D | set_param.pass.cpp | 25 double d0[] = {.3, .1, .6}; in main() local 26 P p(d0, d0+3); in main()
|
/ndk/tests/device/hard-float/jni/ |
D | test-float.c | 35 double d0 = foo(d1,d2); in main() local 37 printf("%lf\n", d0); in main() 38 fail_count += !(fabs(d0-expected0) < 0.00001); in main()
|
/ndk/sources/android/support/src/stdio/ |
D | strtod.c | 1307 ULong d0, d1; local 1309 #define d0 word0(d) macro 1326 d0 = Exp_1 | y >> (Ebits - k); 1333 d0 = Exp_1 | y << k | z >> (32 - k); 1338 d0 = Exp_1 | y; 1344 d0 = Exp_1 | y << k - Ebits | z >> Ebits + 16 - k; 1353 d0 = Exp_1 | y << k + 16 | z << k | w >> 16 - k; 1359 word0(d) = d0 >> 16 | d0 << 16; 1362 #undef d0 1381 ULong d0, d1; local [all …]
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | UnwindRegistersSave.S | 263 stp d0, d1, [x0, #0x110] 338 vstmia r0, {d0-d15} 350 vstmia r0, {d0-d15} @ fstmiax is deprecated in ARMv7+ and now behaves like vstmia
|
D | UnwindRegistersRestore.S | 290 ldp d0, d1, [x0, #0x110]
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_demangle.cpp | 192 unsigned d0 = isdigit(*t) ? static_cast<unsigned>(*t - '0') : in parse_floating_number() local 194 *e = static_cast<char>((d1 << 4) + d0); in parse_floating_number()
|