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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h693 __tg_fdim(float __x, float __y) {return fdimf(__x, __y);} function
697 __tg_fdim(double __x, double __y) {return fdim(__x, __y);} function
701 __tg_fdim(long double __x, long double __y) {return fdiml(__x, __y);} function

Completed in 60 milliseconds