Searched refs:DECL (Results 1 – 2 of 2) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_fdim.c | 34 #define DECL(type, fn) \ macro 46 DECL(double, fdim) 47 DECL(float, fdimf) 48 DECL(long double, fdiml)
|
D | s_nearbyint.c | 46 #define DECL(type, fn, rint) \ macro 59 DECL(double, nearbyint, rint) 60 DECL(float, nearbyintf, rintf) 61 DECL(long double, nearbyintl, rintl)
|