Searched refs:nextafter (Results 1 – 19 of 19) sorted by relevance
/titanic_50/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
|
/titanic_50/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)
|
/titanic_50/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)
|
/titanic_50/usr/src/head/ |
H A D | math.h | 205 extern double nextafter __P((double, double)); 218 #pragma does_not_read_global_data(logb, nextafter, remainder) 221 #pragma does_not_write_global_data(logb, nextafter, remainder) 224 #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
|
/titanic_50/usr/src/head/iso/ |
H A D | math_c99.h | 249 extern double nextafter __P((double, double)); 480 #pragma does_not_read_global_data(nextafter, remainder) 482 #pragma does_not_write_global_data(nextafter, remainder) 490 #pragma no_side_effect(copysign, nan, nextafter, nexttoward)
|
/titanic_50/usr/src/lib/libshell/common/data/ |
H A D | math.tab | 55 f 2 nextafter
|
/titanic_50/usr/src/man/man3m/ |
H A D | Makefile | 106 nextafter.3m \
|
/titanic_50/usr/src/lib/libm1/common/ |
H A D | libmv1.c | 64 #pragma weak nextafter = __nextafter macro
|
H A D | mapfile-vers | 206 nextafter;
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | math.h | 131 extern double nextafter();
|
/titanic_50/usr/src/lib/libm/ |
H A D | Makefile.com | 150 nextafter.o \ 400 nextafter.o \ 940 ../common/C/nextafter.c 954 ../common/C/nextafter.c \
|
/titanic_50/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/ |
H A D | math | 162 "\002nextafter", (Math_f)nextafterl,
|
/titanic_50/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/ |
H A D | math | 162 "\002nextafter", (Math_f)nextafterl,
|
/titanic_50/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/ |
H A D | math | 162 "\002nextafter", (Math_f)nextafterl,
|
/titanic_50/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/ |
H A D | math | 162 "\002nextafter", (Math_f)nextafterl,
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library-math.man3m.inc | 102 file path=usr/share/man/man3m/nextafter.3m
|
/titanic_50/usr/src/lib/libm/common/ |
H A D | mapfile-vers | 722 nextafter;
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2171 nextafter { TYPE = FUNCTION; FILTER = libm.so.2 };
|