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

/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dfmod.c22 double fmod(x, y) function
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_fmod.c38 ATF_TC(fmod); variable
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h56 #undef fmod macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h69 #undef fmod macro
264 fmod(float __x, float __y) function
268 fmod(long double __x, long double __y) function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h69 __DEVICE__ float fmod(float __x, float __y) { return ::fmodf(__x, __y); } function
H A Dtgmath.h797 #undef fmod macro
798 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
H A D__clang_cuda_device_functions.h1569 __DEVICE__ double fmod(double __a, double __b) { return __nv_fmod(__a, __b); } function
/freebsd-11-stable/include/
H A Dtgmath.h176 #define fmod(x, y) __tg_simple2(x, y, fmod) macro

Completed in 161 milliseconds