HomeSort by relevance Sort by last modified time
    Searched full:strtof (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/genext2fs/
configure.in 35 AC_CHECK_FUNCS([getopt_long getline strtof])
config.h.in 52 /* Define to 1 if you have the `strtof' function. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cstdlib 51 using std::strtof;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cstdlib 51 using std::strtof;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cstdlib 51 using std::strtof;
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/
cstdlib 154 #undef strtof
194 using ::strtof;
212 using ::__gnu_cxx::strtof;
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/
cstdlib 154 #undef strtof
194 using ::strtof;
212 using ::__gnu_cxx::strtof;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstdlib 154 #undef strtof
194 using ::strtof;
212 using ::__gnu_cxx::strtof;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 154 #undef strtof
194 using ::strtof;
212 using ::__gnu_cxx::strtof;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 154 #undef strtof
194 using ::strtof;
212 using ::__gnu_cxx::strtof;
  /external/skia/samplecode/
SamplePath.cpp 49 // windows doesn't have strtof
52 float x = strtof("9.94099e+07", NULL);
  /bionic/libstdc++/include/
cstdlib 63 using ::strtof;
  /ndk/sources/cxx-stl/gabi++/include/
cstdlib 63 using ::strtof;
  /ndk/sources/cxx-stl/system/include/
cstdlib 63 using ::strtof;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cstdlib 59 using ::strtof;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cstdlib 59 using ::strtof;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cstdlib 63 using ::strtof;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cstdlib 63 using ::strtof;
  /system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp 62 using ::strtof;
  /bootable/recovery/
install.c 132 float fraction = strtof(fraction_s, NULL);
139 float fraction = strtof(fraction_s, NULL);
  /external/webkit/Tools/DumpRenderTree/cg/
ImageDiffCG.cpp 65 static inline float strtof(const char *nptr, char **endptr) function
189 tolerance = strtof(argv[i + 1], 0);
  /external/webkit/Tools/DumpRenderTree/win/
ImageDiffCairo.cpp 56 static inline float strtof(const char* inputString, char** endptr) function
192 tolerance = strtof(argv[i + 1], 0);
  /frameworks/base/media/libstagefright/rtsp/
ASessionDescription.cpp 313 *npt1 = strtof(s, &end);
326 *npt2 = strtof(s, &end);
  /bionic/libc/include/
stdlib.h 70 static __inline__ float strtof(const char *nptr, char **endptr) function
  /development/ndk/platforms/android-3/include/
stdlib.h 68 static __inline__ float strtof(const char *nptr, char **endptr) function

Completed in 582 milliseconds

1 2 3 4 5