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

1 2 3 4 5 6

  /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)
gdtoa.h 112 extern float strtof ANSI((CONST char *, char **));
  /bionic/libc/include/android/
legacy_stdlib_inlines.h 36 static __inline float strtof(const char *nptr, char **endptr) { function
  /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/current/sources/cxx-stl/gabi++/include/
cstdlib 63 using ::strtof;
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdlib 62 using ::strtof;
  /prebuilts/ndk/current/sources/cxx-stl/system/include/
cstdlib 62 using ::strtof;
  /bionic/libc/include/
stdlib.h 82 extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__ __INTRODUCED_IN(21);
  /bionic/tests/
stdlib_test.cpp 295 TEST(stdlib, strtof) {
296 ASSERT_FLOAT_EQ(1.23, strtof("1.23", NULL));
304 ASSERT_EQ(0.0f, strtof("7.0064923216240853546186479164495e-46", NULL));
305 ASSERT_EQ(1.4e-45f, strtof("7.0064923216240853546186479164496e-46", NULL));
  /development/ndk/platforms/android-16/include/
stdlib.h 74 static __inline__ float strtof(const char *nptr, char **endptr) function
  /development/ndk/platforms/android-21/include/
stdlib.h 75 extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
  /development/ndk/platforms/android-3/include/
stdlib.h 70 static __inline__ float strtof(const char *nptr, char **endptr) function
  /development/ndk/platforms/android-8/include/
stdlib.h 71 static __inline__ float strtof(const char *nptr, char **endptr) function
  /development/ndk/platforms/android-9/include/
stdlib.h 71 static __inline__ float strtof(const char *nptr, char **endptr) function
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
stdlib.h 71 static __inline__ float strtof(const char *nptr, char **endptr) function
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
stdlib.h 71 static __inline__ float strtof(const char *nptr, char **endptr) function
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
stdlib.h 71 static __inline__ float strtof(const char *nptr, char **endptr) function
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
stdlib.h 71 static __inline__ float strtof(const char *nptr, char **endptr) function
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
stdlib.h 71 static __inline__ float strtof(const char *nptr, char **endptr) function
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
stdlib.h 71 static __inline__ float strtof(const char *nptr, char **endptr) function
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
stdlib.h 71 static __inline__ float strtof(const char *nptr, char **endptr) function

Completed in 2320 milliseconds

1 2 3 4 5 6