Home
last modified time | relevance | path

Searched refs:fmaximumf (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/msun/src/
H A Ds_fmaximumf.c36 fmaximumf(float x, float y) in fmaximumf() function
42 fmaximumf(float x, float y) in fmaximumf() function
H A Dmath.h524 float fmaximumf(float, float);
/freebsd/lib/msun/tests/
H A Dfmaximum_fminimum_test.c71 TEST(fmaximumf, float, big, small, expected_max, rmode); in testall_r()
72 TEST(fmaximumf, float, small, big, expected_max, rmode); in testall_r()
/freebsd/lib/msun/
H A DSymbol.map324 fmaximumf;
H A DMakefile244 MLINKS+=fmaximum.3 fmaximumf.3 fmaximum.3 fmaximuml.3 \
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.td889 def fmaximumf : RuntimeLibcallImpl<FMAXIMUM_F32>;