Home
last modified time | relevance | path

Searched refs:atof (Results 1 – 12 of 12) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
Dfloatingpoint.h10 #define atof sun_atof macro
13 #undef atof
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdlib35 double atof (const char* nptr);
103 using ::atof;
/ndk/sources/host-tools/nawk-20071023/
Dtran.c113 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()
Dlib.c152 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()
Drun.c425 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()
Dlex.c193 yylval.cp = setsymtab(buf, tostring(buf), atof(buf), CON|NUM, symtab); in yylex()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cstdlib.h76 using _STLP_VENDOR_CSTD::atof;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdlib_h.pass.cpp42 static_assert((std::is_same<decltype(atof("")), double>::value), ""); in main()
/ndk/sources/cxx-stl/gabi++/include/
Dcstdlib67 using ::atof;
/ndk/sources/cxx-stl/system/include/
Dcstdlib67 using ::atof;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
Dcstdlib.pass.cpp42 static_assert((std::is_same<decltype(std::atof("")), double>::value), ""); in main()
/ndk/sources/host-tools/make-3.81/
Dmain.c81 extern double atof ();
2538 = (optarg != 0 ? atof (optarg) in decode_switches()