/netbsd-src/tests/lib/libm/ |
H A D | t_fmod.c | 39 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 D | w_fmod.c | 26 __strong_alias(_fmodl, fmod) in __strong_alias() argument
|
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
H A D | fmod.c | 24 double fmod(x, y) in fmod() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/ |
H A D | remainder.d | 41 real fmod(real x, real y) @trusted nothrow @nogc in fmod() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | tgmath.d | 435 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 D | math-68881.h | 434 fmod (double x, double y) in fmod() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
H A D | math-68881.h | 434 fmod (double x, double y) in fmod() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | math.h | 923 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.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
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | tgmath.h | 93 #define fmod(x,y) __TGMATH_REAL_2(x, y, fmod) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | tgmath.h | 93 #define fmod(x,y) __TGMATH_REAL_2(x, y, fmod) macro
|
/netbsd-src/include/ |
H A D | tgmath.h | 162 #define fmod(a,b) __TG_FN2(fmod, (a), (b)) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 70 fmod, 89 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 70 fmod, 89 keyword
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | math.d | 3733 real fmod(real x, real y) @trusted nothrow @nogc in fmod() function
|
/netbsd-src/sys/arch/m68k/060sp/dist/ |
H A D | fpsp.s | 11300 fmod: label
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-intrinsic.c | 3405 tree fmod; in gfc_conv_intrinsic_mod() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-intrinsic.cc | 3398 tree fmod; in gfc_conv_intrinsic_mod() local
|