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

1 2 34

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 707 /* Define to 1 if you have the `modfl' function. */
1476 # define modfl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 707 /* Define to 1 if you have the `modfl' function. */
1476 # define modfl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 742 /* Define to 1 if you have the `modfl' function. */
1546 # define modfl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 742 /* Define to 1 if you have the `modfl' function. */
1546 # define modfl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 742 /* Define to 1 if you have the `modfl' function. */
1546 # define modfl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 742 /* Define to 1 if you have the `modfl' function. */
1546 # define modfl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 707 /* Define to 1 if you have the `modfl' function. */
1476 # define modfl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 707 /* Define to 1 if you have the `modfl' function. */
1476 # define modfl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 707 /* Define to 1 if you have the `modfl' function. */
1476 # define modfl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 707 /* Define to 1 if you have the `modfl' function. */
1476 # define modfl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 742 /* Define to 1 if you have the `modfl' function. */
1546 # define modfl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 742 /* Define to 1 if you have the `modfl' function. */
1546 # define modfl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 742 /* Define to 1 if you have the `modfl' function. */
1546 # define modfl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 742 /* Define to 1 if you have the `modfl' function. */
1546 # define modfl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
c++config.h 751 /* Define to 1 if you have the `modfl' function. */
1564 # define modfl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h 751 /* Define to 1 if you have the `modfl' function. */
1564 # define modfl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h 751 /* Define to 1 if you have the `modfl' function. */
1564 # define modfl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 751 /* Define to 1 if you have the `modfl' function. */
1564 # define modfl macro
    [all...]
  /bionic/tests/
math_test.cpp 1143 TEST(math, modfl) {
1145 long double ldf = modfl(123.456, &ldi);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 144 static_assert((std::is_same<decltype(modfl(0, (long double*)0)), long double>::value), "");
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp     [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 1199 TEST(MemorySanitizer, modfl) {
1201 x = modfl(2.1, &y);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 312 static_assert((std::is_same<decltype(std::modfl(0, (long double*)0)), long double>::value), "");
    [all...]
  /external/bison/
configure     [all...]

Completed in 1577 milliseconds

1 2 34