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

1 2 34 5

  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 212 TLI.setUnavailable(LibFunc::fmodf);
    [all...]
ConstantFolding.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
math.h 88 float fmodf(float x, float y);
808 inline _LIBCPP_INLINE_VISIBILITY float fmod(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::fmodf(__lcpp_x, __lcpp_y);}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
math.h 88 float fmodf(float x, float y);
878 inline _LIBCPP_INLINE_VISIBILITY float fmod(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::fmodf(__lcpp_x, __lcpp_y);}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
math.h 88 float fmodf(float x, float y);
878 inline _LIBCPP_INLINE_VISIBILITY float fmod(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::fmodf(__lcpp_x, __lcpp_y);}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
math.h 88 float fmodf(float x, float y);
878 inline _LIBCPP_INLINE_VISIBILITY float fmod(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::fmodf(__lcpp_x, __lcpp_y);}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
math.h 88 float fmodf(float x, float y);
878 inline _LIBCPP_INLINE_VISIBILITY float fmod(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::fmodf(__lcpp_x, __lcpp_y);}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
math.h 88 float fmodf(float x, float y);
878 inline _LIBCPP_INLINE_VISIBILITY float fmod(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::fmodf(__lcpp_x, __lcpp_y);}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
math.h 88 float fmodf(float x, float y);
878 inline _LIBCPP_INLINE_VISIBILITY float fmod(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::fmodf(__lcpp_x, __lcpp_y);}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
math.h 88 float fmodf(float x, float y);
808 inline _LIBCPP_INLINE_VISIBILITY float fmod(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::fmodf(__lcpp_x, __lcpp_y);}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
math.h 88 float fmodf(float x, float y);
878 inline _LIBCPP_INLINE_VISIBILITY float fmod(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::fmodf(__lcpp_x, __lcpp_y);}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
math.h 88 float fmodf(float x, float y);
878 inline _LIBCPP_INLINE_VISIBILITY float fmod(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::fmodf(__lcpp_x, __lcpp_y);}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
math.h 88 float fmodf(float x, float y);
878 inline _LIBCPP_INLINE_VISIBILITY float fmod(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::fmodf(__lcpp_x, __lcpp_y);}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
math.h 88 float fmodf(float x, float y);
878 inline _LIBCPP_INLINE_VISIBILITY float fmod(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::fmodf(__lcpp_x, __lcpp_y);}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
math.h 88 float fmodf(float x, float y);
878 inline _LIBCPP_INLINE_VISIBILITY float fmod(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::fmodf(__lcpp_x, __lcpp_y);}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
math.h 88 float fmodf(float x, float y);
878 inline _LIBCPP_INLINE_VISIBILITY float fmod(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::fmodf(__lcpp_x, __lcpp_y);}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 1049 extern float __cdecl fmodf (float, float);
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
math.h 88 float fmodf(float x, float y);
878 inline _LIBCPP_INLINE_VISIBILITY float fmod(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::fmodf(__lcpp_x, __lcpp_y);}
    [all...]
  /art/runtime/interpreter/
interpreter_switch_impl.cc     [all...]
  /art/runtime/interpreter/mterp/out/
mterp_arm64.S     [all...]
mterp_arm.S     [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 319 static_assert((std::is_same<decltype(fmodf(0,0)), float>::value), "");
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 322 static_assert((std::is_same<decltype(std::fmodf(0,0)), float>::value), "");
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
math_h.pass.cpp 319 static_assert((std::is_same<decltype(fmodf(0,0)), float>::value), "");
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/c.math/
cmath.pass.cpp 322 static_assert((std::is_same<decltype(std::fmodf(0,0)), float>::value), "");
    [all...]

Completed in 401 milliseconds

1 2 34 5