Searched defs:fmax (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/lib/msun/src/
H A Ds_fmax.c38 fmax(double x, double y) function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfminmax.S58 fmax: label
/freebsd-13-stable/include/
H A Dtgmath.h176 #define fmax(x, y) __tg_simple2(x, y, fmax) macro
/freebsd-13-stable/contrib/diff/src/
H A Danalyze.c103 lin fmin = fmid, fmax = fmid; /* Limits of top-down search. */ local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h761 #undef fmax macro
762 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
H A D__clang_cuda_math.h131 __DEVICE__ double fmax(double __a, double __b) { return __nv_fmax(__a, __b); } function
H A D__clang_hip_math.h619 inline double fmax(double __x, double __y) { return __ocml_fmax_f64(__x, __y); } function

Completed in 186 milliseconds