Searched refs:fmaxf (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/lib/libm/arch/riscv/
H A Ds_fmaxf.S7 ENTRY(fmaxf)
10 END(fmaxf)
/netbsd-current/lib/libm/arch/aarch64/
H A Ds_fmaxf.S36 WEAK_ALIAS(fmaxf, _fmaxf)
/netbsd-current/lib/libm/noieee_src/
H A Dn_fmaxf.c35 fmaxf(float x, float y) function
/netbsd-current/lib/libm/src/
H A Ds_fmaxf.c38 fmaxf(float x, float y) function
/netbsd-current/include/
H A Dmath.h491 float fmaxf(float, float);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_math.h132 __DEVICE__ float fmaxf(float __a, float __b) { return __nv_fmaxf(__a, __b); } function
H A D__clang_cuda_cmath.h464 using ::fmaxf;
H A D__clang_hip_math.h241 float fmaxf(float __x, float __y) { return __ocml_fmax_f32(__x, __y); } function
1254 float max(float __x, float __y) { return fmaxf(__x, __y); }
H A Dtgmath.h751 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);}
H A D__clang_hip_cmath.h691 using ::fmaxf;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dmath.d2049 pure float fmaxf(float x, float y);
2450 pure float fmaxf(float x, float y);
2901 pure float fmaxf(float x, float y);
3165 pure float fmaxf(float x, float y);
3471 pure float fmaxf(float x, float y);
3944 pure float fmaxf(float x, float y);
4347 pure float fmaxf(float x, float y);
4754 pure float fmaxf(float x, float y);
H A Dtgmath.d490 alias core.stdc.math.fmaxf fmax;
980 alias core.stdc.math.fmaxf fmax;
1497 alias core.stdc.math.fmaxf fmax;
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.h467 {"fmaxf", 99},
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.h467 {"fmaxf", 99},
/netbsd-current/lib/libm/
H A DMakefile562 MLINKS+=fmax.3 fmaxf.3
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h197 float fmaxf(float x, float y);
1264 inline _LIBCPP_INLINE_VISIBILITY float fmax(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::fmaxf(__lcpp_x, __lcpp_y);}
/netbsd-current/external/gpl3/gdb/dist/sim/aarch64/
H A Dsimulator.c4604 func = min ? fminf : fmaxf;
/netbsd-current/external/gpl3/gdb.old/dist/sim/aarch64/
H A Dsimulator.c4601 func = min ? fminf : fmaxf;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfigure19983 fmaxf(0.0f, 0.0f);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure20055 fmaxf(0.0f, 0.0f);
[all...]

Completed in 351 milliseconds