Searched refs:DECL (Results 1 – 2 of 2) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_fdim.c | 32 #define DECL(type, fn) \ macro 44 DECL(double, fdim) 45 DECL(float, fdimf) 46 DECL(long double, fdiml)
|
D | s_nearbyint.c | 40 #define DECL(type, fn, rint) \ macro 53 DECL(double, nearbyint, rint) 54 DECL(float, nearbyintf, rintf) 55 DECL(long double, nearbyintl, rintl)
|