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

1 2 3 4 5 6 7 8 9

  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstof.c 11 #define STRTOD_FUNC strtof
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtof.c 36 strtof(s, sp) CONST char *s; char **sp; function
38 strtof(CONST char *s, char **sp)
  /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 60 using ::strtof;
  /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/llvm-libc++/gabi++/include/
cstdlib 62 using ::strtof;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdlib 62 using ::strtof;
  /bionic/libc/include/
stdlib.h 75 extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__;
  /development/ndk/platforms/android-L/include/
stdlib.h 75 extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__;
  /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 298 milliseconds

1 2 3 4 5 6 7 8 9