Searched defs:nextafter (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libm/i386/src/
H A Dnextafter.s29 .file "nextafter.s"
32 LIBM_ANSI_PRAGMA_WEAK(nextafter,function)
44 ENTRY(nextafter) function
133 SET_SIZE(nextafter)
/illumos-gate/usr/src/lib/libm/sparc/src/
H A Dnextafter.S29 .file "nextafter.S"
32 LIBM_ANSI_PRAGMA_WEAK(nextafter,function)
52 ENTRY(nextafter) function
115 SET_SIZE(nextafter)
/illumos-gate/usr/src/lib/libm/common/C/
H A Dnextafter.c29 #pragma weak __nextafter = nextafter
30 #pragma weak _nextafter = nextafter
36 nextafter(double x, double y) { function
/illumos-gate/usr/src/head/
H A Dtgmath.h134 #undef nextafter macro
135 #define nextafter(x, y) __tgmath_nextafter(x, y) macro
/illumos-gate/usr/src/lib/libm1/common/
H A Dlibmv1.c64 #pragma weak nextafter = __nextafter macro

Completed in 68 milliseconds