Home
last modified time | relevance | path

Searched defs:__tg_fmod (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h787 __tg_fmod(float __x, float __y) {return fmodf(__x, __y);} in __tg_fmod() function
791 __tg_fmod(double __x, double __y) {return fmod(__x, __y);} in __tg_fmod() function
795 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);} in __tg_fmod() function