HomeSort by relevance Sort by last modified time
    Searched refs:strtof (Results 76 - 100 of 163) sorted by null

1 2 34 5 6 7

  /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 280 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 560 /// float strtof(const char *nptr, char **endptr);
561 strtof, enumerator in enum:llvm::LibFunc::Func
  /external/mesa3d/src/mesa/main/
imports.c 540 /** Wrapper around strtof() */
552 return strtof(s, end);
  /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...]
  /prebuilts/ndk/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
c++config.h 658 /* Define to 1 if you have the `strtof' function. */
1403 # define strtof macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
c++config.h 658 /* Define to 1 if you have the `strtof' function. */
1403 # define strtof macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
c++config.h 658 /* Define to 1 if you have the `strtof' function. */
1403 # define strtof macro
    [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 300 INTERCEPTOR(float, strtof, const char *nptr, char **endptr) { // NOLINT
302 float res = REAL(strtof)(nptr, endptr); // NOLINT
    [all...]
  /frameworks/av/camera/
CameraParameters.cpp 287 return strtof(v, 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
string.cpp 205 return as_float_helper<float>( func, s, idx, strtof );
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
c++config.h 776 /* Define to 1 if you have the `strtof' function. */
1541 # define strtof macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
c++config.h 776 /* Define to 1 if you have the `strtof' function. */
1541 # define strtof macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 776 /* Define to 1 if you have the `strtof' function. */
1541 # define strtof macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 776 /* Define to 1 if you have the `strtof' function. */
1541 # define strtof macro
    [all...]

Completed in 3450 milliseconds

1 2 34 5 6 7