HomeSort by relevance Sort by last modified time
    Searched refs:fmodl (Results 176 - 183 of 183) sorted by null

1 2 3 4 5 6 78

  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
math.h 89 long double fmodl(long double x, long double y);
809 inline _LIBCPP_INLINE_VISIBILITY long double fmod(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::fmodl(__lcpp_x, __lcpp_y);}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 1050 extern long double __cdecl fmodl (long double, long double);
    [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 320 static_assert((std::is_same<decltype(fmodl(0,0)), long double>::value), "");
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 322 static_assert((std::is_same<decltype(std::fmodl(0,0)), long double>::value), "");
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 233 static_assert((std::is_same<decltype(std::fmodl(0,0)), long double>::value), "");
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
math_h.pass.cpp 323 static_assert((std::is_same<decltype(fmodl(0,0)), long double>::value), "");
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/c.math/
cmath.pass.cpp 324 static_assert((std::is_same<decltype(std::fmodl(0,0)), long double>::value), "");
    [all...]
  /external/bison/
configure     [all...]

Completed in 308 milliseconds

1 2 3 4 5 6 78