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

  /external/libweave/third_party/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);
2445 (s00, se) CONST char *s00; char **se; variable
    [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/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/opencv3/3rdparty/libpng/
png.c     [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 411 extern "C" double strtod(const char *s00, char **se);
1577 (s00, se) CONST char *s00; char **se;
1579 (CONST char *s00, char **se)
1607 for(s = s00; isspace((unsigned char) *s); s++)
1618 s = s00;
1674 s = s00;
    [all...]
  /external/libpng/
png.c     [all...]
  /external/pdfium/third_party/lpng_v163/
png.c     [all...]

Completed in 2608 milliseconds