Home
last modified time | relevance | path

Searched defs:remquo (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/openbsd_libm/src/
H A Ds_remquo.c29 remquo(double x, double y, int *quo) in remquo() function
/dragonfly/contrib/gcc-4.7/gcc/ginclude/
H A Dtgmath.h155 #define remquo(x,y,z) __TGMATH_REAL_2_3(x, y, z, remquo) macro
/dragonfly/contrib/openbsd_libm/include/global/
H A Dtgmath.h194 #define remquo(x, y, z) __tg_impl_simple(x, x, y, remquol, remquo, \ macro