HomeSort by relevance Sort by last modified time
    Searched defs:atof (Results 1 - 25 of 46) sorted by null

1 2

  /bionic/libc/bionic/
atof.cpp 31 double atof(const char* s) { function
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
atof.c 19 atof(const char *string) function
  /external/libcxx/include/support/solaris/
floatingpoint.h 10 #define atof sun_atof macro
13 #undef atof macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/solaris/
floatingpoint.h 10 #define atof sun_atof macro
13 #undef atof macro
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/support/solaris/
floatingpoint.h 10 #define atof sun_atof macro
13 #undef atof macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/support/solaris/
floatingpoint.h 10 #define atof sun_atof macro
13 #undef atof macro
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/support/solaris/
floatingpoint.h 10 #define atof sun_atof macro
13 #undef atof macro
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/support/solaris/
floatingpoint.h 10 #define atof sun_atof macro
13 #undef atof macro
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/support/solaris/
floatingpoint.h 10 #define atof sun_atof macro
13 #undef atof macro
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/support/solaris/
floatingpoint.h 10 #define atof sun_atof macro
13 #undef atof macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/solaris/
floatingpoint.h 10 #define atof sun_atof macro
13 #undef atof macro
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/support/solaris/
floatingpoint.h 10 #define atof sun_atof macro
13 #undef atof macro
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/support/solaris/
floatingpoint.h 10 #define atof sun_atof macro
13 #undef atof macro
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/support/solaris/
floatingpoint.h 10 #define atof sun_atof macro
13 #undef atof macro
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/support/solaris/
floatingpoint.h 10 #define atof sun_atof macro
13 #undef atof macro
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/support/solaris/
floatingpoint.h 10 #define atof sun_atof macro
13 #undef atof macro
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/support/solaris/
floatingpoint.h 10 #define atof sun_atof macro
13 #undef atof macro
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/support/solaris/
floatingpoint.h 10 #define atof sun_atof macro
13 #undef atof macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
atof.c 2 /* Just in case you haven't got an atof() around...
11 double atof(char *s) function
  /external/python/cpython2/Python/
atof.c 2 /* Just in case you haven't got an atof() around...
11 double atof(char *s) function
  /bionic/libc/include/android/
legacy_stdlib_inlines.h 70 static __inline double atof(const char *nptr) { return (strtod(nptr, NULL)); } function
  /external/python/cpython3/Lib/
locale.py 29 "str", "atof", "atoi", "format", "format_string", "currency",
319 def atof(string, func=float): function
334 print(s1, "is", atof(s1))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
locale.py 37 "str", "atof", "atoi", "format", "format_string", "currency",
305 def atof(string, func=float): function
320 return atof(str, int)
329 print s1, "is", atof(s1)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
locale.py 29 "str", "atof", "atoi", "format", "format_string", "currency",
299 def atof(string, func=float): function
314 return atof(str, int)
323 print s1, "is", atof(s1)
    [all...]
stringold.py 197 def atof(s): function
198 """atof(s) -> float

Completed in 3198 milliseconds

1 2