HomeSort by relevance Sort by last modified time
    Searched refs:strtof (Results 101 - 125 of 221) sorted by null

1 2 3 45 6 7 8 9

  /external/libcxx/include/support/win32/
support.h 51 _LIBCPP_ALWAYS_INLINE float strtof(const char *nptr, char **endptr) function
  /external/libcxx/test/depr/depr.c.headers/
stdlib_h.pass.cpp 48 static_assert((std::is_same<decltype(strtof("", endptr)), float>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 51 _LIBCPP_ALWAYS_INLINE float strtof(const char *nptr, char **endptr) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdlib_h.pass.cpp 48 static_assert((std::is_same<decltype(strtof("", endptr)), float>::value), "");
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 51 _LIBCPP_ALWAYS_INLINE float strtof(const char *nptr, char **endptr) function
  /system/core/libutils/
PropertyMap.cpp 102 float value = strtof(stringValue.string(), & end);
  /bionic/tests/
stdlib_test.cpp 198 TEST(stdlib, strtof) {
199 ASSERT_FLOAT_EQ(1.23, strtof("1.23", NULL));
  /external/chromium_org/third_party/cython/src/Cython/Includes/libc/
stdlib.pxd 18 float strtof (const char *string, char **tailptr)
  /external/chromium_org/third_party/skia/samplecode/
SamplePath.cpp 56 // windows doesn't have strtof
59 float x = strtof("9.94099e+07", NULL);
  /external/iproute2/ip/
iplink_can.c 57 res = strtof(arg, &ptr);
  /external/libcxx/test/language.support/support.runtime/
cstdlib.pass.cpp 48 static_assert((std::is_same<decltype(std::strtof("", endptr)), float>::value), "");
  /external/skia/samplecode/
SamplePath.cpp 56 // windows doesn't have strtof
59 float x = strtof("9.94099e+07", NULL);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
cstdlib.pass.cpp 48 static_assert((std::is_same<decltype(std::strtof("", endptr)), float>::value), "");
  /system/core/libcutils/
str_parms.c 308 out = strtof(value, &end);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.c 540 /** Wrapper around strtof() */
552 return strtof(s, end);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 601 /// float strtof(const char *nptr, char **endptr);
602 strtof, enumerator in enum:llvm::LibFunc::Func
  /external/mesa3d/src/mesa/main/
imports.c 540 /** Wrapper around strtof() */
552 return strtof(s, end);
  /frameworks/av/camera/
CameraParameters2.cpp 146 return strtof(v, 0);
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/7/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...]

Completed in 1960 milliseconds

1 2 3 45 6 7 8 9