Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libm/common/m9x/
H A Dremquo.c212 remquo(double x, double y, int *quo) { in remquo() function
/titanic_41/usr/src/head/
H A Dtgmath.h141 #define remquo(x, y, ip) __tgmath_remquo(x, y, ip) macro