Home
last modified time | relevance | path

Searched refs:acosh (Results 1 – 25 of 27) sorted by path

12

/illumos-gate/usr/src/boot/include/
H A Dmath.h263 double acosh(double);
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs607 uwin/acosh.o \
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Duwin6 #define _lib_acosh 1 /* acosh() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Duwin6 #define _lib_acosh 1 /* acosh() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Duwin6 #define _lib_acosh 1 /* acosh() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Duwin6 #define _lib_acosh 1 /* acosh() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/
H A Dmath97 "\001acosh", (Math_f)(uintptr_t)acoshl,
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Dmath97 "\001acosh", (Math_f)(uintptr_t)acoshl,
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Dmath97 "\001acosh", (Math_f)(uintptr_t)acoshl,
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/
H A Dmath97 "\001acosh", (Math_f)(uintptr_t)acoshl,
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmath.tab5 f 1 acosh
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Darith.sh621 x=$( ($SHELL -c 'print -- $(( asinh(acosh(atanh(sin(cos(tan(atan(acos(asin(tanh(cosh(sinh(asinh(aco…
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile206 a64l.c acosh.c asinh.c atanh.c cbrt.c crypt.c erf.c \
H A DMamfile5884 make acosh.o
5885 make uwin/acosh.c
5889 done uwin/acosh.c
5890 meta acosh.o %.c>%.o uwin/acosh.c acosh
5891 prev uwin/acosh.c
5892 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Iuwin -Istd -c uwin/acosh.c
5893 done acosh.o generated
6106 …stat.o vmstrdup.o vmtrace.o vmwalk.o vmmopen.o malloc.o vmgetmem.o a64l.o acosh.o asinh.o atanh.o …
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Duwin1 lib a64l,acosh,asinh,atanh,cbrt,ceil,crypt,erf,exp,expm1,floor
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dacosh.c92 extern double acosh(x)
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h213 extern double acosh(double);
476 #pragma does_not_read_global_data(acosh, atanh, hypot, lgamma, log1p, logb)
478 #pragma does_not_write_global_data(acosh, atanh, hypot, log1p, logb)
481 #pragma no_side_effect(acosh, asinh, atanh, exp2, expm1)
/illumos-gate/usr/src/head/
H A Dmath.h197 extern double acosh(double);
214 #pragma does_not_read_global_data(acosh, asinh, atanh, cbrt)
217 #pragma does_not_write_global_data(acosh, asinh, atanh, cbrt)
220 #pragma no_side_effect(acosh, asinh, atanh, cbrt)
H A Dtgmath.h46 #undef acosh
47 #define acosh(x) __tgmath_acosh(x) macro
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com171 acosh.o \
979 ../common/C/acosh.c \
/illumos-gate/usr/src/lib/libm/common/C/
H A Dacosh.c30 #pragma weak __acosh = acosh
58 acosh(double x) { in acosh() function
/illumos-gate/usr/src/lib/libm/common/R/
H A Dacoshf.c42 return ((float)acosh((double)x)); in acoshf()
/illumos-gate/usr/src/lib/libm/common/
H A Dmapfile-vers700 acosh;
/illumos-gate/usr/src/lib/libm1/common/
H A Dlibmv1.c32 #pragma weak acosh = __acosh macro
H A Dmapfile-vers173 acosh;

12