| /src/lib/libm/arch/riscv/ |
| s_fmaxf.S | 7 ENTRY(fmaxf) function 10 END(fmaxf)
|
| /src/lib/libm/arch/aarch64/ |
| s_fmaxf.S | 36 WEAK_ALIAS(fmaxf, _fmaxf)
|
| /src/lib/libm/noieee_src/ |
| n_fmaxf.c | 35 fmaxf(float x, float y) function
|
| /src/lib/libm/src/ |
| s_fmaxf.c | 38 fmaxf(float x, float y) function
|
| /src/include/ |
| math.h | 491 float fmaxf(float, float);
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_cuda_cmath.h | 464 using ::fmaxf;
|
| __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_cmath.h | 691 using ::fmaxf;
|
| tgmath.h | 751 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);}
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| math.d | 2049 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);
|
| tgmath.d | 490 alias core.stdc.math.fmaxf fmax; 980 alias core.stdc.math.fmaxf fmax; 1497 alias core.stdc.math.fmaxf fmax;
|
| /src/lib/libm/ |
| Makefile | 563 MLINKS+=fmax.3 fmaxf.3
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cfns.h | 467 {"fmaxf", 99},
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cfns.h | 467 {"fmaxf", 99},
|
| /src/external/apache2/llvm/dist/libcxx/include/ |
| math.h | 197 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);}
|
| /src/external/gpl3/gdb/dist/sim/aarch64/ |
| simulator.c | 4604 func = min ? fminf : fmaxf;
|
| /src/external/gpl3/gdb.old/dist/sim/aarch64/ |
| simulator.c | 4604 func = min ? fminf : fmaxf;
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/ |
| configure | 18604 fmaxf(0.0f, 0.0f); 20883 fmaxf(0.0f, 0.0f); [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/ |
| configure | 20055 fmaxf(0.0f, 0.0f); [all...] |