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

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/include/support/solaris/
floatingpoint.h 10 #define atof sun_atof macro
13 #undef atof macro
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
floatingpoint.h 10 #define atof sun_atof macro
13 #undef atof macro
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
floatingpoint.h 10 #define atof sun_atof macro
13 #undef atof macro
  /prebuilts/ndk/r13/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
gdtoa.inf 55 atof.c
  /toolchain/binutils/binutils-2.25/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.25/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/toybox/toys/lsb/
seq.c 55 case 3: increment = atof(toys.optargs[1]);
56 case 2: first = atof(*toys.optargs);
57 default: last = atof(toys.optargs[toys.optc-1]);
  /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
strtod.c 23 and is in range. It leaves the work of conversion to atof(), which is
28 available in the BSD "universe" (but they do have atof()).
58 extern double atof(const char *); /* Only called when result known to be ok */
158 return atof(buffer)*sign;
  /external/sonic/
main.c 93 pitch = atof(argv[xArg]);
102 rate = atof(argv[xArg]);
108 speed = atof(argv[xArg]);
114 volume = atof(argv[xArg]);
  /system/media/audio_utils/tests/
limiter_tests.c 27 float x = atof(argv[i]);
  /external/libvorbis/lib/
tone.c 25 f[i]=atof(argv[i+1]);
27 amp[i]=atof(pos+1)*32767.f;
  /external/ltp/tools/pounder21/src/time_tests/
drift-test.py 61 start_offset = string.atof(line[-2]);
72 now_offset = string.atof(line[-2]);
  /bionic/libc/include/android/
legacy_stdlib_inlines.h 43 static __inline double atof(const char *nptr) { return (strtod(nptr, NULL)); } function
  /toolchain/binutils/binutils-2.25/gas/
makefile.vms 40 OBJS:=targ-cpu.obj,obj-format.obj,atof-targ.obj,app.obj,as.obj,\
41 atof-generic.obj,cond.obj,compress-debug.obj,depend.obj,expr.obj,\
74 $(RM) atof-targ.c;
  /frameworks/base/libs/hwui/
Properties.cpp 87 return atof(buf);
177 overrideAmbientRatio = std::min(std::max(atof(value), 0.0), 10.0);
181 overrideLightRadius = std::min(std::max(atof(value), 0.0), 3000.0);
185 overrideLightPosY = std::min(std::max(atof(value), 0.0), 3000.0);
189 overrideLightPosZ = std::min(std::max(atof(value), 0.0), 3000.0);
  /external/aac/libSYS/include/
cmdl_parser.h 122 #define _tstof atof
  /external/eigen/bench/spbench/
spbenchsolver.cpp 65 tol = atof(inval.c_str());
  /external/ltp/testcases/misc/math/atof/
atof01.c 28 * atof(3), sprintf(3), ( doprnt.s )
91 r1 = atof(buf);
113 r1 = atof(buf);
127 r1 = atof(buf);
168 r1 = atof(buf);

Completed in 1440 milliseconds

1 2 3 4 5 6 7 8 91011>>