HomeSort by relevance Sort by last modified time
    Searched full:atof (Results 176 - 200 of 315) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/lib/AsmParser/
LLLexer.cpp 852 APFloatVal = APFloat(std::atof(TokStart));
887 APFloatVal = APFloat(std::atof(TokStart));
  /external/tinyxml/
tinyxml.cpp 693 *d = atof( s );
1273 return atof (value.c_str ());
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 145 extern double atof (__const char *__nptr)
279 __NTH (atof (__const char *__nptr)) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 145 extern double atof (__const char *__nptr)
279 __NTH (atof (__const char *__nptr)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 145 extern double atof (__const char *__nptr)
279 __NTH (atof (__const char *__nptr)) function
  /external/libpng/contrib/gregbook/
rpng2-win.c 307 sgi_gamma = atof(tmpline);
331 rpng2_info.display_exponent = atof(p);
368 rpng2_info.display_exponent = atof(*argv);
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
venc_test.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
venc_test.cpp     [all...]
  /external/aac/libSYS/src/
genericStds.cpp 367 float FDKatof(const char *nptr) { return (float)atof(nptr); }
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.h 512 * atof(getenv("VALGRIND_SLOWDOWN")) otherwise
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.h 512 * atof(getenv("VALGRIND_SLOWDOWN")) otherwise
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 77 "atof",
  /external/qemu/distrib/sdl-1.2.15/test/
testgl.c 821 gamma = (float)atof(argv[++i]);
  /external/stlport/src/
num_get_float.cpp 97 * __string_to_double is just lifted from atof, the difference being
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
kenny.c 366 scale = (float)atof( argv[i+1] );
  /frameworks/rs/
rsFont.cpp 352 gamma = atof(property);
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.cpp 613 mDynThreshold = atof(value);
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 367 compensation = atof(cmd + 1);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 97 * __string_to_double is just lifted from atof, the difference being
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 394 extern double atof (const char *);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 394 extern double atof (const char *);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 394 extern double atof (const char *);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 394 extern double atof (const char *);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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...]

Completed in 1669 milliseconds

1 2 3 4 5 6 78 91011>>