Searched defs:fmod (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libm/amd64/src/ |
H A D | fmod.s | 29 .file "fmod.s" 32 LIBM_ANSI_PRAGMA_WEAK(fmod,function) 35 ENTRY(fmod) function 69 SET_SIZE(fmod)
|
/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | fmod.s | 29 .file "fmod.s" 32 LIBM_ANSI_PRAGMA_WEAK(fmod,function) 35 ENTRY(fmod) function 44 fprem / partial fmod 65 SET_SIZE(fmod)
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | fmod.c | 29 #pragma weak __fmod = fmod 43 fmod(double x, double y) { function
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | fmod.c | 118 fmod(double x, double y) function
|
/illumos-gate/usr/src/head/iso/ |
H A D | math_iso.h | 90 extern double fmod __P((double, double)); 97 #pragma does_not_read_global_data(ceil, fabs, floor, fmod) 102 #pragma does_not_write_global_data(ceil, fabs, floor, fmod) 107 #pragma no_side_effect(ceil, fabs, floor, fmod) 175 inline float fmod(float __X, float __Y) { return __fmodf(__X, __Y); } function 202 inline long double fmod(long double __X, long double __Y) { return function
|
/illumos-gate/usr/src/head/ |
H A D | tgmath.h | 104 #undef fmod macro 105 #define fmod(x, y) __tgmath_fmod(x, y) macro
|
/illumos-gate/usr/src/lib/libm1/common/ |
H A D | libmv1.c | 49 #pragma weak fmod = __fmod macro
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_xml.c | 1653 topo_mod_t *fmod; local 1663 if ((fmod = topo_mod_lookup(thp, name, 0)) == NULL) { 1664 if ((fmod = topo_mod_load(mp, name, TOPO_VERSION)) == NULL) { 1676 e = topo_mod_enumerate(fmod, node, name, name, 0, 0, NULL);
|
Completed in 95 milliseconds