| /src/lib/libm/arch/riscv/ |
| s_fmaxf.S | 7 ENTRY(fmaxf) function 10 END(fmaxf)
|
| s_fmaxf.S | 7 ENTRY(fmaxf) function 10 END(fmaxf)
|
| /src/lib/libm/noieee_src/ |
| n_fmaxf.c | 35 fmaxf(float x, float y) function
|
| n_fmaxf.c | 35 fmaxf(float x, float y) function
|
| /src/lib/libm/src/ |
| s_fmaxf.c | 38 fmaxf(float x, float y) function
|
| s_fmaxf.c | 38 fmaxf(float x, float y) function
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_cuda_math.h | 132 __DEVICE__ float fmaxf(float __a, float __b) { return __nv_fmaxf(__a, __b); } function
|
| __clang_cuda_math.h | 132 __DEVICE__ float fmaxf(float __a, float __b) { return __nv_fmaxf(__a, __b); } function
|
| __clang_hip_math.h | 241 float fmaxf(float __x, float __y) { return __ocml_fmax_f32(__x, __y); } function 1254 float max(float __x, float __y) { return fmaxf(__x, __y); }
|
| __clang_hip_math.h | 241 float fmaxf(float __x, float __y) { return __ocml_fmax_f32(__x, __y); } function 1254 float max(float __x, float __y) { return fmaxf(__x, __y); }
|