HomeSort by relevance Sort by last modified time
    Searched refs:atof (Results 76 - 91 of 91) sorted by null

1 2 34

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 358 extern double atof (const char *);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 358 extern double atof (const char *);
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
system.h 358 extern double atof (const char *);
  /ndk/sources/host-tools/make-3.81/
main.c 81 extern double atof ();
    [all...]
  /external/icu4c/test/intltest/
numfmtst.cpp     [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 269 if(str) SetParam(name,atof(str));
    [all...]
  /external/quake/quake/src/QW/server/
pr_cmds.c 1593 G_FLOAT(OFS_RETURN) = atof(s);
  /frameworks/base/libs/rs/
rsFont.cpp 345 gamma = atof(property);
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 215 APF.bitwiseIsEqual(APFloat(atof(Buffer)))) {
233 (CFP->isExactlyValue(atof(StrVal.c_str())))) {
    [all...]
  /external/srec/srec/test/SRecTest/src/
SRecTest.c     [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c     [all...]
  /frameworks/base/services/audioflinger/
AudioPolicyService.cpp     [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp 726 // "Inf" or NaN, that atof will accept, but the lexer will not. Check
733 if (atof(StrVal.c_str()) == Val) {
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 29 extern double atof (__const char *__nptr)
    [all...]
  /external/llvm/
configure     [all...]
  /external/llvm/projects/sample/
configure     [all...]

Completed in 280 milliseconds

1 2 34