/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | nextafter.c | 29 #pragma weak __nextafter = nextafter 30 #pragma weak _nextafter = nextafter 36 nextafter(double x, double y) { in nextafter() function
|
/illumos-gate/usr/src/lib/libm/sparc/src/ |
H A D | nextafter.S | 32 LIBM_ANSI_PRAGMA_WEAK(nextafter,function) 52 ENTRY(nextafter) 115 SET_SIZE(nextafter)
|
/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | nextafter.S | 32 LIBM_ANSI_PRAGMA_WEAK(nextafter,function) 44 ENTRY(nextafter) 133 SET_SIZE(nextafter)
|
/illumos-gate/usr/src/head/ |
H A D | math.h | 202 extern double nextafter(double, double); 215 #pragma does_not_read_global_data(logb, nextafter, remainder) 218 #pragma does_not_write_global_data(logb, nextafter, remainder) 221 #pragma no_side_effect(logb, nextafter, remainder)
|
H A D | tgmath.h | 134 #undef nextafter 135 #define nextafter(x, y) __tgmath_nextafter(x, y) macro
|
/illumos-gate/usr/src/man/man3m/ |
H A D | Makefile | 107 nextafter.3m \ 484 nextafterf.3m := LINKSRC = nextafter.3m 485 nextafterl.3m := LINKSRC = nextafter.3m 486 nexttoward.3m := LINKSRC = nextafter.3m 487 nexttowardf.3m := LINKSRC = nextafter.3m 488 nexttowardl.3m := LINKSRC = nextafter.3m
|
/illumos-gate/usr/src/head/iso/ |
H A D | math_c99.h | 246 extern double nextafter(double, double); 477 #pragma does_not_read_global_data(nextafter, remainder) 479 #pragma does_not_write_global_data(nextafter, remainder) 487 #pragma no_side_effect(copysign, nan, nextafter, nexttoward)
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | math.tab | 57 f 2 nextafter
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library-math.man3m.inc | 257 file path=usr/share/man/man3m/nextafter.3m 258 link path=usr/share/man/man3m/nextafterf.3m target=nextafter.3m 259 link path=usr/share/man/man3m/nextafterl.3m target=nextafter.3m 260 link path=usr/share/man/man3m/nexttoward.3m target=nextafter.3m 261 link path=usr/share/man/man3m/nexttowardf.3m target=nextafter.3m 262 link path=usr/share/man/man3m/nexttowardl.3m target=nextafter.3m
|
/illumos-gate/usr/src/lib/libm1/common/ |
H A D | libmv1.c | 64 #pragma weak nextafter = __nextafter macro
|
H A D | mapfile-vers | 206 nextafter;
|
/illumos-gate/usr/src/lib/libm/ |
H A D | Makefile.com | 150 nextafter.o \ 400 nextafter.o \ 929 ../common/C/nextafter.c 943 ../common/C/nextafter.c \
|
/illumos-gate/usr/src/boot/include/ |
H A D | math.h | 283 double nextafter(double, double);
|
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/ |
H A D | math | 150 "\002nextafter", (Math_f)(uintptr_t)nextafterl,
|
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/ |
H A D | math | 150 "\002nextafter", (Math_f)(uintptr_t)nextafterl,
|
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/ |
H A D | math | 150 "\002nextafter", (Math_f)(uintptr_t)nextafterl,
|
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/ |
H A D | math | 150 "\002nextafter", (Math_f)(uintptr_t)nextafterl,
|
/illumos-gate/usr/src/lib/libm/common/ |
H A D | mapfile-vers | 733 nextafter;
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2608 nextafter { TYPE = FUNCTION; FILTER = libm.so.2; };
|