HomeSort by relevance Sort by last modified time
    Searched defs:strtof (Results 1 - 9 of 9) sorted by null

  /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)
82 DEF_STRONG(strtof); variable
  /bionic/libc/include/android/
legacy_stdlib_inlines.h 58 static __inline float strtof(const char* nptr, char** endptr) { function
100 return strtof(__s, __end_ptr);
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 45 #define strtof _strtof macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 403 float __cdecl __MINGW_NOTHROW strtof(const char * __restrict__ _Str,char ** __restrict__ _EndPtr) function
412 float __cdecl __MINGW_NOTHROW strtof(const char * __restrict__ nptr, char ** __restrict__ endptr);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 835 /* Define to 1 if you have the `strtof' function. */
1638 # define strtof macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 835 /* Define to 1 if you have the `strtof' function. */
1638 # define strtof macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 835 /* Define to 1 if you have the `strtof' function. */
1638 # define strtof macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 835 /* Define to 1 if you have the `strtof' function. */
1638 # define strtof macro
    [all...]
  /external/valgrind/perf/
tinycc.c 5375 #define strtof macro
5384 float strtof(const char *nptr, char **endptr) function
    [all...]

Completed in 386 milliseconds