Home
last modified time | relevance | path

Searched refs:nextafter (Results 1 – 19 of 19) sorted by relevance

/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) { in nextafter() function
/illumos-gate/usr/src/lib/libm/sparc/src/
H A Dnextafter.S32 LIBM_ANSI_PRAGMA_WEAK(nextafter,function)
52 ENTRY(nextafter)
115 SET_SIZE(nextafter)
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dnextafter.S32 LIBM_ANSI_PRAGMA_WEAK(nextafter,function)
44 ENTRY(nextafter) function
133 SET_SIZE(nextafter)
/illumos-gate/usr/src/head/
H A Dmath.h202 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 Dtgmath.h134 #undef nextafter
135 #define nextafter(x, y) __tgmath_nextafter(x, y) macro
/illumos-gate/usr/src/man/man3m/
H A DMakefile107 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 Dmath_c99.h246 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 Dmath.tab57 f 2 nextafter
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library-math.man3m.inc257 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 Dlibmv1.c64 #pragma weak nextafter = __nextafter macro
H A Dmapfile-vers206 nextafter;
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com150 nextafter.o \
400 nextafter.o \
929 ../common/C/nextafter.c
943 ../common/C/nextafter.c \
/illumos-gate/usr/src/boot/include/
H A Dmath.h283 double nextafter(double, double);
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Dmath150 "\002nextafter", (Math_f)(uintptr_t)nextafterl,
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Dmath150 "\002nextafter", (Math_f)(uintptr_t)nextafterl,
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/
H A Dmath150 "\002nextafter", (Math_f)(uintptr_t)nextafterl,
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/
H A Dmath150 "\002nextafter", (Math_f)(uintptr_t)nextafterl,
/illumos-gate/usr/src/lib/libm/common/
H A Dmapfile-vers733 nextafter;
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2486 nextafter { TYPE = FUNCTION; FILTER = libm.so.2; };