Home
last modified time | relevance | path

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/
Dparam_copy.pass.cpp26 double d0[] = {.3, .1, .6}; in main() local
27 param_type p0(d0, d0+3); in main()
Dparam_assign.pass.cpp26 double d0[] = {.3, .1, .6}; in main() local
27 param_type p0(d0, d0+3); in main()
Dset_param.pass.cpp25 double d0[] = {.3, .1, .6}; in main() local
26 P p(d0, d0+3); in main()
/ndk/tests/device/hard-float/jni/
Dtest-float.c35 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/
Dstrtod.c1307 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/
DUnwindRegistersSave.S263 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
DUnwindRegistersRestore.S290 ldp d0, d1, [x0, #0x110]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_demangle.cpp192 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()