Searched refs:acoshl (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libm/common/LD/ |
H A D | acoshl.c | 30 #pragma weak __acoshl = acoshl 41 acoshl(long double x) { function
|
H A D | longdouble.h | 43 extern long double acoshl(long double);
|
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | acoshl.c | 30 #pragma weak __acoshl = acoshl 41 acoshl(long double x) { function
|
H A D | longdouble.h | 44 extern long double acoshl(long double);
|
/illumos-gate/usr/src/head/iso/ |
H A D | math_c99.h | 331 extern long double acoshl __P((long double)); 445 #pragma does_not_read_global_data(acoshl, asinhl, atanhl, coshl, sinhl, tanhl) 458 #pragma does_not_write_global_data(acoshl, asinhl, atanhl, coshl, sinhl, tanhl) 508 #pragma no_side_effect(acoshl, asinhl, atanhl, coshl, sinhl, tanhl)
|
/illumos-gate/usr/src/boot/include/ |
H A D | math.h | 440 long double acoshl(long double);
|
/illumos-gate/usr/src/lib/libm/ |
H A D | Makefile.com | 257 acoshl.o \ 537 ../common/LD/acoshl.c \ 670 ../common/Q/acoshl.c \
|
Completed in 68 milliseconds