Searched refs:atof (Results 1 – 14 of 14) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
D | floatingpoint.h | 10 #define atof sun_atof macro 13 #undef atof
|
/ndk/tests/device/b16355626-bad-atof-strtod/jni/ |
D | Android.mk | 4 LOCAL_MODULE := b16355626-bad-atof-strtod 5 LOCAL_SRC_FILES := b16355626-bad-atof-strtod.cpp
|
D | b16355626-bad-atof-strtod.cpp | 24 float f = atof("90.099998474121094"); in main() 29 f = atof("3.14"); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstdlib | 35 double atof (const char* nptr); 103 using ::atof;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cstdlib.h | 76 using _STLP_VENDOR_CSTD::atof;
|
/ndk/sources/host-tools/nawk-20071023/ |
D | tran.c | 113 setsymtab(temp, *av, atof(*av), STR|NUM, ARGVtab); in arginit() 135 setsymtab(*envp, p, atof(p), STR|NUM, ENVtab); in envinit() 354 vp->fval = atof(vp->sval); /* best guess */ in getfval()
|
D | lib.c | 152 fldtab[0]->fval = atof(fldtab[0]->sval); in getrec() 248 q->fval = atof(q->sval); in setclvar() 344 p->fval = atof(p->sval); in fldbld()
|
D | run.c | 425 fldtab[0]->fval = atof(fldtab[0]->sval); in getline() 1254 setsymtab(num, s, atof(s), STR|NUM, (Array *) ap->sval); in split() 1273 setsymtab(num, s, atof(s), STR|NUM, (Array *) ap->sval); in split() 1293 setsymtab(num, t, atof(t), STR|NUM, (Array *) ap->sval); in split() 1308 setsymtab(num, buf, atof(buf), STR|NUM, (Array *) ap->sval); in split() 1322 setsymtab(num, t, atof(t), STR|NUM, (Array *) ap->sval); in split()
|
D | lex.c | 193 yylval.cp = setsymtab(buf, tostring(buf), atof(buf), CON|NUM, symtab); in yylex()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 42 static_assert((std::is_same<decltype(atof("")), double>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 42 static_assert((std::is_same<decltype(std::atof("")), double>::value), ""); in main()
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstdlib | 67 using ::atof;
|
/ndk/sources/cxx-stl/system/include/ |
D | cstdlib | 67 using ::atof;
|
/ndk/sources/host-tools/make-3.81/ |
D | main.c | 81 extern double atof (); 2538 = (optarg != 0 ? atof (optarg) in decode_switches()
|