HomeSort by relevance Sort by last modified time
    Searched refs:Ten_pmax (Results 1 - 8 of 8) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 301 /* Ten_pmax = floor(P*log(2)/log(5)) */
320 #define Ten_pmax 22
359 #define Ten_pmax 22
385 #define Ten_pmax 24
strtod.c 369 if (e <= Ten_pmax) {
385 if (e <= Ten_pmax + i) {
416 else if (e >= -Ten_pmax) {
strtodg.c 587 if (e <= Ten_pmax) {
603 if (e <= Ten_pmax + i) {
635 else if (e >= -Ten_pmax) {
dtoa.c 263 if (k >= 0 && k <= Ten_pmax) {
gdtoa.c 260 if (k >= 0 && k <= Ten_pmax) {
  /ndk/sources/android/support/src/stdio/
strtod.c 244 /* Ten_pmax = floor(P*log(2)/log(5)) */
264 #define Ten_pmax 22
293 #define Ten_pmax 22
316 #define Ten_pmax 24
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 338 /* Ten_pmax = floor(P*log(2)/log(5)) */
359 #define Ten_pmax 22
417 #define Ten_pmax 22
445 #define Ten_pmax 24
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 87 #define Ten_pmax 22
828 if (k >= 0 && k <= Ten_pmax) {
    [all...]

Completed in 424 milliseconds