Home
last modified time | relevance | path

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

/netbsd-src/tests/lib/libm/
H A Dt_fmod.c39 ATF_TC_HEAD(fmod, tc) in ATF_TC_HEAD() argument
44 ATF_TC_BODY(fmod, tc) in ATF_TC_BODY() argument
/netbsd-src/lib/libm/src/
H A Dw_fmod.c26 __strong_alias(_fmodl, fmod) in __strong_alias() argument
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dfmod.c24 double fmod(x, y) in fmod() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dremainder.d41 real fmod(real x, real y) @trusted nothrow @nogc in fmod() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dtgmath.d435 alias core.stdc.math.fmod fmod; in version() local
437 alias core.stdc.math.fmodf fmod; in version() local
439 alias core.stdc.math.fmodl fmod; in version() local
767 alias core.stdc.math.fmod fmod; in version() local
769 alias core.stdc.math.fmodf fmod; in version() local
771 alias core.stdc.math.fmodl fmod; in version() local
1439 alias core.stdc.math.fmod fmod; variable
1441 alias core.stdc.math.fmodf fmod; variable
1443 alias core.stdc.math.fmodl fmod; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dmath-68881.h434 fmod (double x, double y) in fmod() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dmath-68881.h434 fmod (double x, double y) in fmod() function
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h923 inline _LIBCPP_INLINE_VISIBILITY float fmod(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in fmod() function
924 inline _LIBCPP_INLINE_VISIBILITY long double fmod(long double __lcpp_x, long double __lcpp_y) _NOEX… in fmod() function
935 fmod(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fmod() function
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h93 #define fmod(x,y) __TGMATH_REAL_2(x, y, fmod) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h93 #define fmod(x,y) __TGMATH_REAL_2(x, y, fmod) macro
/netbsd-src/include/
H A Dtgmath.h162 #define fmod(a,b) __TG_FN2(fmod, (a), (b)) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf70 fmod, 89 keyword
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf70 fmod, 89 keyword
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d3733 real fmod(real x, real y) @trusted nothrow @nogc in fmod() function
/netbsd-src/sys/arch/m68k/060sp/dist/
H A Dfpsp.s11300 fmod: label
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c3405 tree fmod; in gfc_conv_intrinsic_mod() local
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.cc3398 tree fmod; in gfc_conv_intrinsic_mod() local