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

  /external/chromium/base/third_party/dmg_fp/
dmg_fp.h 14 double strtod(const char* s00, char** se);
dtoa.cc 519 double strtod(const char *s00, char **se);
2427 (s00, se) CONST char *s00; char **se; variable
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.h 31 // s00: input string. Must not be 0 and must be terminated by 0.
33 double strtod(const char* s00, char** se);
dtoa.cpp 748 double strtod(const char* s00, char** se)
762 for (s = s00; ; s++) {
835 s00 = s;
863 s = s00;
868 s = s00;
    [all...]
  /external/clang/test/CXX/lex/lex.charset/
p2-cxx98.cpp 30 const char *s00 = "\u0000"; // expected-error {{universal character name refers to a control character}} variable
  /bionic/libc/stdlib/
strtod.c 357 extern "C" double strtod(const char *s00, char **se);
1334 (s00, se) CONST char *s00; char **se;
1336 (CONST char *s00, char **se)
1364 for(s = s00; isspace((unsigned char) *s); s++)
1375 s = s00;
1462 s = s00;
1465 s00 = s;
1496 s = s00;
1500 s = s00;
    [all...]
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 124 SkPMColor s00 = *src.getAddr32(x0, y0); local
128 SkPMColor s0 = cubicBlend(fCoefficients, fractx, s00, s10, s20, s30);
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c 25423 IRTemp s00 = newTemp(Ity_V128); local
    [all...]

Completed in 139 milliseconds