Searched defs:remquo (Results 1 – 2 of 2) sorted by relevance
212 remquo(double x, double y, int *quo) { in remquo() function
141 #define remquo(x, y, ip) __tgmath_remquo(x, y, ip) macro