Home
last modified time | relevance | path

Searched refs:fmaxf (Results 1 – 15 of 15) sorted by relevance

/external/llvm/test/CodeGen/X86/
D2008-07-23-VSetCC.ll24 call float @fmaxf( float 0.000000e+00, float %15 ) ; <float>:16 [#uses=0]
32 declare float @fmaxf(float, float)
/external/llvm/test/Transforms/InstCombine/
Dfloat-shrink-compare.ll208 ; CHECK-NEXT: %fmaxf = call float @fmaxf(float %x, float %y)
209 ; CHECK-NEXT: fcmp oeq float %fmaxf, %z
221 ; CHECK-NEXT: %fmaxf = call float @fmaxf(float %x, float %y)
222 ; CHECK-NEXT: fcmp oeq float %fmaxf, %z
/external/clang/test/Sema/
Dimplicit-builtin-decl.c61 extern float fmaxf(float, float);
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h268 fmaxf, enumerator
735 case LibFunc::fmax: case LibFunc::fmaxf: case LibFunc::fmaxl: in hasOptimizedCodeGen()
/external/clang/test/CodeGen/
Dlibcall-declarations.c95 float fmaxf(float, float);
281 F(fmaxf), F(fmaxl), F(fmin), F(fminf), F(fminl),
/external/ltrace/etc/
Dlibm.so.conf349 float fmaxf(float, float);
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp515 TLI.setUnavailable(LibFunc::fmaxf); in initialize()
/external/libcxx/include/
Dcmath201 float fmaxf(float x, float y);
1238 using ::fmaxf;
1240 …E_VISIBILITY float fmax(float __x, float __y) _NOEXCEPT {return fmaxf(__x, __y);}
/external/libcxx/test/depr/depr.c.headers/
Dmath_h.disabled.cpp420 static_assert((std::is_same<decltype(fmaxf(0,0)), float>::value), ""); in test_fmax()
/external/clang/lib/Headers/
Dtgmath.h758 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);} in __tg_fmax()
/external/clang/include/clang/Basic/
DBuiltins.def950 LIBBUILTIN(fmaxf, "fff", "fnc", "math.h", ALL_LANGUAGES)
/external/libcxx/test/numerics/c.math/
Dcmath.disabled.cpp863 static_assert((std::is_same<decltype(std::fmaxf(0,0)), float>::value), ""); in test_fmax()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt1979 fun:fmaxf=uninstrumented
/external/vixl/test/
Dtest-assembler-a64.cc5019 return min ? fminf(n, m) : fmaxf(n, m); in MinMaxHelper()
/external/chromium_org/v8/test/cctest/
Dtest-assembler-arm64.cc5752 return min ? fminf(n, m) : fmaxf(n, m); in MinMaxHelper()