HomeSort by relevance Sort by last modified time
    Searched refs:modff (Results 76 - 98 of 98) sorted by null

1 2 34

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 704 /* Define to 1 if you have the `modff' function. */
1471 # define modff macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 739 /* Define to 1 if you have the `modff' function. */
1541 # define modff macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 739 /* Define to 1 if you have the `modff' function. */
1541 # define modff macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 739 /* Define to 1 if you have the `modff' function. */
1541 # define modff macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 739 /* Define to 1 if you have the `modff' function. */
1541 # define modff macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 704 /* Define to 1 if you have the `modff' function. */
1471 # define modff macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 704 /* Define to 1 if you have the `modff' function. */
1471 # define modff macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 704 /* Define to 1 if you have the `modff' function. */
1471 # define modff macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 704 /* Define to 1 if you have the `modff' function. */
1471 # define modff macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 739 /* Define to 1 if you have the `modff' function. */
1541 # define modff macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 739 /* Define to 1 if you have the `modff' function. */
1541 # define modff macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 739 /* Define to 1 if you have the `modff' function. */
1541 # define modff macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 739 /* Define to 1 if you have the `modff' function. */
1541 # define modff macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
c++config.h 748 /* Define to 1 if you have the `modff' function. */
1559 # define modff macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h 748 /* Define to 1 if you have the `modff' function. */
1559 # define modff macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h 748 /* Define to 1 if you have the `modff' function. */
1559 # define modff macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 748 /* Define to 1 if you have the `modff' function. */
1559 # define modff macro
    [all...]
  /bionic/tests/
math_test.cpp 1136 TEST(math, modff) {
1138 float ff = modff(123.456f, &fi);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 143 static_assert((std::is_same<decltype(modff(0, (float*)0)), float>::value), "");
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp     [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 1193 TEST(MemorySanitizer, modff) {
1195 x = modff(2.1, &y);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 311 static_assert((std::is_same<decltype(std::modff(0, (float*)0)), float>::value), "");
    [all...]
  /external/bison/
configure     [all...]

Completed in 668 milliseconds

1 2 34