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

1 2 3 4 5 6 7 8 9

  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
_strtof.c 35 __indr_reference(_strtof, strtof)
42 strtof(const char *nptr, char **endptr)
gdtoa.inf 32 strtof.c
37 strtof.c
41 strtof.c
46 strtof.c
50 strtof.c
strtof.c 1 /* $NetBSD: strtof.c,v 1.2.14.1 2008/04/08 21:10:55 jdc Exp $ */
39 __weak_alias(strtof, _strtof)
44 strtof(s, sp) CONST char *s; char **sp;
46 strtof(CONST char *s, char **sp)
gdtoa.h 133 extern float strtof ANSI((CONST char *, char **));
  /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 **));
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
wcstof.c 51 #define _STRTOD_FUNC strtof
  /bionic/libc/include/android/
legacy_stdlib_inlines.h 39 static __inline float strtof(const char *nptr, char **endptr) { function
  /external/clang/test/CodeGen/
libcalls-fno-builtin.c 6 // RUN: -fno-builtin-strpbrk -fno-builtin-strspn -fno-builtin-strtod -fno-builtin-strtof \
31 float strtof(const char *nptr, char **endptr);
110 float t19(char **x) { return strtof("123.4", x); }
112 // CHECK: strtof
  /bionic/libc/bionic/
wcstod.cpp 94 return wcstod<float>(s, end, strtof);
  /external/libcxx/include/support/solaris/
xlocale.h 59 return strtof(__nptr, __endptr);
  /external/libcxx/include/support/xlocale/
__strtonum_fallback.h 25 return ::strtof(nptr, endptr);
  /prebuilts/ndk/r10/sources/cxx-stl/gabi++/include/
cstdlib 63 using ::strtof;
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdlib 62 using ::strtof;
  /prebuilts/ndk/r10/sources/cxx-stl/system/include/
cstdlib 62 using ::strtof;
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
cstdlib 62 using ::strtof;
  /prebuilts/ndk/r11/sources/cxx-stl/system/include/
cstdlib 62 using ::strtof;
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
cstdlib 62 using ::strtof;
  /prebuilts/ndk/r13/sources/cxx-stl/system/include/
cstdlib 62 using ::strtof;
  /development/ndk/platforms/android-21/include/
stdlib.h 75 extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__;
  /development/ndk/platforms/android-9/include/
stdlib.h 70 static __inline__ float strtof(const char *nptr, char **endptr) function
  /development/ndk/platforms/android-16/include/
stdlib.h 73 static __inline__ float strtof(const char *nptr, char **endptr) function
  /device/linaro/bootloader/edk2/StdLib/Include/
stdlib.h 98 float strtof (const char * __restrict nptr,
520 The strtod, strtof, and strtold functions convert the initial portion of
557 float strtof(const char * __restrict nptr, char ** __restrict endptr);
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
stdlib.h 71 static __inline__ float strtof(const char *nptr, char **endptr) function
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
stdlib.h 71 static __inline__ float strtof(const char *nptr, char **endptr) function

Completed in 841 milliseconds

1 2 3 4 5 6 7 8 9