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

1 2 3 4 5 6 7

  /system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp 62 using ::strtof;
  /external/clang/test/CodeGen/
libcalls-fno-builtin.c 24 float strtof(const char *nptr, char **endptr);
103 float t19(char **x) { return strtof("123.4", x); }
105 // CHECK: strtof
  /bionic/libstdc++/include/
cstdlib 63 using ::strtof;
  /bootable/recovery/
install.cpp 142 float fraction = strtof(fraction_s, NULL);
148 float fraction = strtof(fraction_s, NULL);
  /ndk/sources/cxx-stl/gabi++/include/
cstdlib 62 using ::strtof;
  /ndk/sources/cxx-stl/system/include/
cstdlib 62 using ::strtof;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdlib 59 using ::strtof;
stdlib.h 70 static __inline__ float strtof(const char *nptr, char **endptr) function
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdlib 59 using ::strtof;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdlib 63 using ::strtof;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdlib 63 using ::strtof;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdlib 63 using ::strtof;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdlib 63 using ::strtof;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdlib 63 using ::strtof;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdlib 63 using ::strtof;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdlib 62 using ::strtof;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdlib 62 using ::strtof;
  /bionic/libc/include/
stdlib.h 66 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
  /development/ndk/platforms/android-8/include/
stdlib.h 69 static __inline__ float strtof(const char *nptr, char **endptr) function
  /development/ndk/platforms/android-9/include/
stdlib.h 69 static __inline__ float strtof(const char *nptr, char **endptr) function
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdlib.h 70 static __inline__ float strtof(const char *nptr, char **endptr) function
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdlib.h 70 static __inline__ float strtof(const char *nptr, char **endptr) function
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdlib.h 70 static __inline__ float strtof(const char *nptr, char **endptr) function
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdlib.h 70 static __inline__ float strtof(const char *nptr, char **endptr) function

Completed in 998 milliseconds

1 2 3 4 5 6 7