HomeSort by relevance Sort by last modified time
    Searched full:atof (Results 226 - 250 of 501) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/fmt/
scan.go 710 // we have at least some digits, but Atof will do that.
770 // Atof doesn't handle power-of-2 exponents,
798 // The atof argument is a type-specific reader for the underlying type.
799 // If we're reading complex64, atof will parse float32s and convert them
  /prebuilts/go/linux-x86/src/fmt/
scan.go 710 // we have at least some digits, but Atof will do that.
770 // Atof doesn't handle power-of-2 exponents,
798 // The atof argument is a type-specific reader for the underlying type.
799 // If we're reading complex64, atof will parse float32s and convert them
  /prebuilts/gdb/darwin-x86/lib/python2.7/
string.py 382 def atof(s): function
383 """atof(s) -> float
  /prebuilts/gdb/linux-x86/lib/python2.7/
string.py 382 def atof(s): function
383 """atof(s) -> float
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
string.py 382 def atof(s): function
383 """atof(s) -> float
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
string.py 382 def atof(s): function
383 """atof(s) -> float
  /external/netperf/src/
netsh.c 659 local_cpu_rate = (float)atof(argv[optind]);
668 remote_cpu_rate = (float)atof(argv[optind]);
681 demo_interval = atof(arg1) * 1000000.0;
    [all...]
  /bionic/libc/
libc.arm.brillo.map 247 atof;
libc.arm.map 247 atof;
libc.map.txt 249 atof;
libc.mips.map 245 atof;
libc.x86.map 244 atof;
  /cts/apps/CameraITS/build/scripts/
gpylint_rcfile 245 deprecated-members=string.atof,string.atoi,string.atol,string.capitalize,string.expandtabs,string.find,string.rfind,string.index,string.rindex,string.count,string.lower,string.split,string.rsplit,string.splitfields,string.join,string.joinfields,string.lstrip,string.rstrip,string.strip,string.swapcase,string.translate,string.upper,string.ljust,string.rjust,string.center,string.zfill,string.replace,sys.exitfunc
  /cts/suite/audio_quality/lib/src/task/
TaskProcess.cpp 280 double value = atof(item[1].string());
  /external/icu/icu4c/source/test/intltest/
tsnmfmt.cpp 194 // These PASS now, with the sprintf/atof based format-parse.
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
glxinit.c 529 if (atof(priv->serverGLXversion) >= 1.3) {
  /external/pdfium/fpdfsdk/src/javascript/
PublicMethods.cpp 305 dRet = atof(sDigits);
945 double dValue = atof(strValue);
1233 double dValue = atof(strValue);
    [all...]
  /frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp 466 float volume = atof(VOLUME);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 565 mDynThreshold = atof(value);
  /hardware/qcom/gps/msm8084/utils/
loc_cfg.cpp 215 config_value.param_double_value = (double) atof(config_value.param_str_value); /* float */
  /hardware/qcom/gps/msm8909/utils/
loc_cfg.cpp 215 config_value.param_double_value = (double) atof(config_value.param_str_value); /* float */
  /hardware/qcom/gps/msm8994/utils/
loc_cfg.cpp 215 config_value.param_double_value = (double) atof(config_value.param_str_value); /* float */
  /hardware/qcom/gps/msm8996/utils/
loc_cfg.cpp 215 config_value.param_double_value = (double) atof(config_value.param_str_value); /* float */
  /hardware/qcom/gps/utils/
loc_cfg.cpp 215 config_value.param_double_value = (double) atof(config_value.param_str_value); /* float */
  /ndk/sources/host-tools/nawk-20071023/
lex.c 193 yylval.cp = setsymtab(buf, tostring(buf), atof(buf), CON|NUM, symtab);

Completed in 975 milliseconds

1 2 3 4 5 6 7 8 91011>>