Searched refs:nexttowardf (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | libm_protos.h | 107 extern float nexttowardf __P((float, long double));
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | nexttowardf.c | 30 #pragma weak nexttowardf = __nexttowardf macro
|
/illumos-gate/usr/src/head/iso/ |
H A D | math_c99.h | 315 extern float nexttowardf __P((float, long double)); 428 #pragma does_not_read_global_data(copysignf, nanf, nextafterf, nexttowardf) 440 #pragma does_not_write_global_data(copysignf, nanf, nextafterf, nexttowardf) 503 #pragma no_side_effect(copysignf, nanf, nextafterf, nexttowardf)
|
/illumos-gate/usr/src/boot/include/ |
H A D | math.h | 483 float nexttowardf(float, long double);
|
/illumos-gate/usr/src/lib/libm/ |
H A D | Makefile.com | 99 nexttowardf.o \ 891 ../common/m9x/nexttowardf.c \
|
Completed in 47 milliseconds