Home
last modified time | relevance | path

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

/titanic_52/usr/src/lib/libm/common/C/
H A Dfmod.c43 fmod(double x, double y) { in fmod() function
/titanic_52/usr/src/lib/libbc/libc/gen/common/
H A Dfmod.c118 fmod(double x, double y) in fmod() function
/titanic_52/usr/src/head/iso/
H A Dmath_iso.h175 inline float fmod(float __X, float __Y) { return __fmodf(__X, __Y); } in fmod() function
202 inline long double fmod(long double __X, long double __Y) { return in fmod() function
/titanic_52/usr/src/head/
H A Dtgmath.h105 #define fmod(x, y) __tgmath_fmod(x, y) macro
/titanic_52/usr/src/lib/libm1/common/
H A Dlibmv1.c49 #pragma weak fmod = __fmod macro
/titanic_52/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c1653 topo_mod_t *fmod; in fac_enum_run() local