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

  /external/chromium_org/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/chromium_org/third_party/npapi/npspy/extern/nspr/
prdtoa.h 45 ** s00. The string is scanned up to the first unrecognized
50 ** to by se. If no number can be formed, se is set to s00, and
61 PR_strtod(const char *s00, char **se);
  /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/upstream-openbsd/lib/libc/gdtoa/
strtodg.c 339 (s00, se, fpi, exp, bits)
340 CONST char *s00; char **se; FPI *fpi; Long *exp; ULong *bits;
342 (CONST char *s00, char **se, FPI *fpi, Long *exp, ULong *bits)
383 for(s = s00;;s++) switch(*s) {
394 s = s00;
416 s = s00;
482 s = s00;
485 s00 = s;
515 s = s00;
547 s = s00;
    [all...]
strtod.c 85 (s00, se) CONST char *s00; char **se;
87 (CONST char *s00, char **se)
145 for(s = s00;;s++) switch(*s) {
186 s = s00;
261 s00 = s;
291 s = s00;
335 s = s00;
gdtoaimp.h 613 extern double strtod ANSI((const char *s00, char **se));
  /external/chromium_org/third_party/skia/src/effects/
SkBicubicImageFilter.cpp 138 SkPMColor s00 = *src.getAddr32(x0, y0); local
142 SkPMColor s0 = cubicBlend(fCoefficients, fractx, s00, s10, s20, s30);
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 138 SkPMColor s00 = *src.getAddr32(x0, y0); local
142 SkPMColor s0 = cubicBlend(fCoefficients, fractx, s00, s10, s20, s30);
  /ndk/sources/android/support/src/stdio/
strtod.c 421 extern "C" double strtod(const char *s00, char **se);
1587 (s00, se) CONST char *s00; char **se;
1589 (CONST char *s00, char **se)
1617 for(s = s00; isspace((unsigned char) *s); s++)
1628 s = s00;
1684 s = s00;
    [all...]
  /external/libpng/
png.c     [all...]

Completed in 1301 milliseconds