HomeSort by relevance Sort by last modified time
    Searched refs:strtof (Results 26 - 50 of 66) sorted by null

12 3

  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
stdlib.h 69 static __inline__ float strtof(const char *nptr, char **endptr) function
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
stdlib.h 69 static __inline__ float strtof(const char *nptr, char **endptr) function
  /bootable/recovery/
install.c 132 float fraction = strtof(fraction_s, NULL);
139 float fraction = strtof(fraction_s, NULL);
  /external/webkit/Tools/DumpRenderTree/cg/
ImageDiffCG.cpp 65 static inline float strtof(const char *nptr, char **endptr) function
189 tolerance = strtof(argv[i + 1], 0);
  /external/webkit/Tools/DumpRenderTree/win/
ImageDiffCairo.cpp 56 static inline float strtof(const char* inputString, char** endptr) function
192 tolerance = strtof(argv[i + 1], 0);
  /frameworks/base/media/libstagefright/rtsp/
ASessionDescription.cpp 313 *npt1 = strtof(s, &end);
326 *npt2 = strtof(s, &end);
  /frameworks/base/libs/utils/
PropertyMap.cpp 102 float value = strtof(stringValue.string(), & end);
  /external/iproute2/ip/
iplink_can.c 57 res = strtof(arg, &ptr);
  /external/skia/samplecode/
SamplePath.cpp 49 // windows doesn't have strtof
52 float x = strtof("9.94099e+07", NULL);
  /system/core/libcutils/
str_parms.c 241 out = strtof(value, &end);
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/armv7-a/bits/
c++config.h 658 /* Define to 1 if you have the `strtof' function. */
1403 # define strtof macro
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/armv7-a/thumb/bits/
c++config.h 658 /* Define to 1 if you have the `strtof' function. */
1403 # define strtof macro
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/bits/
c++config.h 658 /* Define to 1 if you have the `strtof' function. */
1403 # define strtof macro
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/thumb/bits/
c++config.h 658 /* Define to 1 if you have the `strtof' function. */
1403 # define strtof macro
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/armv7-a/bits/
c++config.h 658 /* Define to 1 if you have the `strtof' function. */
1403 # define strtof macro
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/armv7-a/thumb/bits/
c++config.h 658 /* Define to 1 if you have the `strtof' function. */
1403 # define strtof macro
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/bits/
c++config.h 658 /* Define to 1 if you have the `strtof' function. */
1403 # define strtof macro
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/arm-linux-androideabi/thumb/bits/
c++config.h 658 /* Define to 1 if you have the `strtof' function. */
1403 # define strtof macro
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 658 /* Define to 1 if you have the `strtof' function. */
1403 # define strtof macro
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 658 /* Define to 1 if you have the `strtof' function. */
1403 # define strtof macro
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 658 /* Define to 1 if you have the `strtof' function. */
1403 # define strtof macro
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 658 /* Define to 1 if you have the `strtof' function. */
1403 # define strtof macro
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 658 /* Define to 1 if you have the `strtof' function. */
1403 # define strtof macro
    [all...]
  /frameworks/base/libs/camera/
CameraParameters.cpp 280 return strtof(v, 0);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
c++config.h 658 /* Define to 1 if you have the `strtof' function. */
1403 # define strtof macro
    [all...]

Completed in 641 milliseconds

12 3