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

1 2 3 4 5 6 7 8 9

  /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
  /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
  /toolchain/binutils/binutils-2.27/libiberty/
strtod.c 1 /* Implementation of strtod for systems with atof.
44 extern double atof (const char *);
56 return atof (str);
78 return atof (str);
83 return atof (str);
102 return atof (str);
128 return atof (str);
132 return atof (str);
  /external/compiler-rt/test/ubsan/TestCases/Misc/
log-path_test.cc 29 double a = atof(argv[1]);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
pr13201.c 10 x = atof (argv[1]);
  /external/compiler-rt/test/cfi/icall/
external-call.c 23 fn(atof(argv[2]));
  /external/libcups/filter/
common.c 115 PageLeft = (float)atof(val);
118 PageBottom = (float)atof(val);
121 PageRight = PageWidth - (float)atof(val);
124 PageTop = PageLength - (float)atof(val);
134 PageRight = PageWidth - (float)atof(val);
137 PageTop = PageLength - (float)atof(val);
140 PageLeft = (float)atof(val);
143 PageBottom = (float)atof(val);
153 PageBottom = (float)atof(val);
156 PageLeft = (float)atof(val)
    [all...]
  /external/lmfit/demo/
nonlin1.c 45 p[0] = atof( argv[1] );
46 p[1] = atof( argv[2] );
  /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

Completed in 533 milliseconds

1 2 3 4 5 6 7 8 9