Home
last modified time | relevance | path

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

/openbsd-src/lib/libm/src/
H A De_fmod.c27 fmod(double x, double y) in fmod() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h406 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 Dstd_cmath.h264 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 Dmath.h749 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 Dmath-68881.h434 fmod (double x, double y) in fmod() function
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dmath-68881.h434 fmod (double x, double y) in fmod() function
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h55 __DEVICE__ float fmod(float __x, float __y) { return ::fmodf(__x, __y); } in fmod() function
H A D__clang_cuda_math.h135 __DEVICE__ double fmod(double __a, double __b) { return __nv_fmod(__a, __b); } in fmod() function
H A Dtgmath.h798 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
/openbsd-src/include/
H A Dtgmath.h135 #define fmod(x, y) __tg_simple2(x, y, fmod) macro
/openbsd-src/sys/ufs/ext2fs/
H A Dext2fs_vfsops.c757 int error, allerror = 0, state, fmod; in ext2fs_sync() local
/openbsd-src/sys/ufs/ffs/
H A Dffs_vfsops.c1103 int error, allerror = 0, clean, fmod; in ffs_sync() local
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcfns.gperf57 fmod keyword