HomeSort by: relevance | last modified time | path
    Searched defs:remquo (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libm/src/
s_remquo.c 23 __weak_alias(remquo, _remquo)
34 * remquo in reduction algorithms.
37 remquo(double x, double y, int *quo) function in typeref:typename:double
s_remquo.c 23 __weak_alias(remquo, _remquo)
34 * remquo in reduction algorithms.
37 remquo(double x, double y, int *quo) function in typeref:typename:double
namespace.h 80 #define remquo _remquo macro
namespace.h 80 #define remquo _remquo macro
  /src/include/
tgmath.h 180 #define remquo(a,b,c) __TG_FN2x(remquo, (a), (b), (c)) macro
tgmath.h 180 #define remquo(a,b,c) __TG_FN2x(remquo, (a), (b), (c)) macro

Completed in 28 milliseconds