/openbsd-src/lib/libm/src/ |
H A D | e_fmod.c | 27 fmod(double x, double y) in fmod() function
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cmath.h | 406 fmod(float __x, float __y) { return __gnu_cxx::__c99_binding::fmodf(__x, __y); } in fmod() function 409 fmod(float __x, float __y) in fmod() function 415 fmod(long double __x, long double __y) { return ::fmodl(__x, __y); } in fmod() function 418 fmod(long double __x, long double __y) in fmod() function
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/c_std/ |
H A D | std_cmath.h | 264 fmod(float __x, float __y) in fmod() function 268 fmod(long double __x, long double __y) in fmod() function
|
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | math.h | 749 inline _LIBCPP_HIDE_FROM_ABI float fmod(float __x, float __y) _NOEXCEPT {return _… in fmod() function 752 _LIBCPP_HIDE_FROM_ABI double fmod(double __x, double __y) _NOEXCEPT { in fmod() function 756 inline _LIBCPP_HIDE_FROM_ABI long double fmod(long double __x, long double __y) _NOEXCEPT {return _… in fmod() function 767 fmod(_A1 __x, _A2 __y) _NOEXCEPT in fmod() function
|
/openbsd-src/gnu/gcc/gcc/config/m68k/ |
H A D | math-68881.h | 434 fmod (double x, double y) in fmod() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/ |
H A D | math-68881.h | 434 fmod (double x, double y) in fmod() function
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | __clang_cuda_cmath.h | 55 __DEVICE__ float fmod(float __x, float __y) { return ::fmodf(__x, __y); } in fmod() function
|
H A D | __clang_cuda_math.h | 135 __DEVICE__ double fmod(double __a, double __b) { return __nv_fmod(__a, __b); } in fmod() function
|
H A D | tgmath.h | 798 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
|
/openbsd-src/include/ |
H A D | tgmath.h | 135 #define fmod(x, y) __tg_simple2(x, y, fmod) macro
|
/openbsd-src/sys/ufs/ext2fs/ |
H A D | ext2fs_vfsops.c | 757 int error, allerror = 0, state, fmod; in ext2fs_sync() local
|
/openbsd-src/sys/ufs/ffs/ |
H A D | ffs_vfsops.c | 1103 int error, allerror = 0, clean, fmod; in ffs_sync() local
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | cfns.gperf | 57 fmod keyword
|