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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
misc.c 385 static Bigint *p5s; variable
407 if ((p5 = p5s) == 0) {
411 if (!(p5 = p5s)) {
412 p5 = p5s = i2b(625);
419 p5 = p5s = i2b(625);
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 371 static P5Node* p5s; member in namespace:WTF
385 P5Node* p5 = p5s;
392 p5s = p5;
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 905 static Bigint *p5s; member in namespace:dmg_fp
924 if (!(p5 = p5s)) {
928 if (!(p5 = p5s)) {
929 p5 = p5s = i2b(625);
934 p5 = p5s = i2b(625);
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 1009 static Bigint *p5s; variable
1033 if (!(p5 = p5s)) {
1041 p5s = p5;
    [all...]

Completed in 46 milliseconds