Home
last modified time | relevance | path

Searched refs:Math_f (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/
H A Dmath75 typedef Sfdouble_t (*Math_f) __PROTO__((Sfdouble_t,...));
106 "\001acos", (Math_f)acosl,
107 "\001acosh", (Math_f)acoshl,
108 "\001asin", (Math_f)asinl,
109 "\001asinh", (Math_f)asinhl,
110 "\001atan", (Math_f)atanl,
111 "\002atan2", (Math_f)atan2l,
112 "\001atanh", (Math_f)atanhl,
113 "\001cbrt", (Math_f)cbrtl,
114 "\001ceil", (Math_f)ceill,
[all …]
/titanic_50/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/
H A Dmath75 typedef Sfdouble_t (*Math_f) __PROTO__((Sfdouble_t,...));
106 "\001acos", (Math_f)acosl,
107 "\001acosh", (Math_f)acoshl,
108 "\001asin", (Math_f)asinl,
109 "\001asinh", (Math_f)asinhl,
110 "\001atan", (Math_f)atanl,
111 "\002atan2", (Math_f)atan2l,
112 "\001atanh", (Math_f)atanhl,
113 "\001cbrt", (Math_f)cbrtl,
114 "\001ceil", (Math_f)ceill,
[all …]
/titanic_50/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/
H A Dmath75 typedef Sfdouble_t (*Math_f) __PROTO__((Sfdouble_t,...));
106 "\001acos", (Math_f)acosl,
107 "\001acosh", (Math_f)acoshl,
108 "\001asin", (Math_f)asinl,
109 "\001asinh", (Math_f)asinhl,
110 "\001atan", (Math_f)atanl,
111 "\002atan2", (Math_f)atan2l,
112 "\001atanh", (Math_f)atanhl,
113 "\001cbrt", (Math_f)cbrtl,
114 "\001ceil", (Math_f)ceill,
[all …]
/titanic_50/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/
H A Dmath75 typedef Sfdouble_t (*Math_f) __PROTO__((Sfdouble_t,...));
106 "\001acos", (Math_f)acosl,
107 "\001acosh", (Math_f)acoshl,
108 "\001asin", (Math_f)asinl,
109 "\001asinh", (Math_f)asinhl,
110 "\001atan", (Math_f)atanl,
111 "\002atan2", (Math_f)atan2l,
112 "\001atanh", (Math_f)atanhl,
113 "\001cbrt", (Math_f)cbrtl,
114 "\001ceil", (Math_f)ceill,
[all …]
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dstreval.c82 typedef Sfdouble_t (*Math_f)(Sfdouble_t,...); typedef
161 Math_f fun; in arith_exec()
274 cp = roundptr(ep,cp,Math_f); in arith_exec()
276 cp += sizeof(Math_f); in arith_exec()
385 fun = *((Math_f*)(ep->code+(int)(*sp))); in arith_exec()
391 fun = *((Math_f*)(ep->code+(int)(*sp))); in arith_exec()
397 fun = *((Math_f*)(ep->code+(int)(*sp))); in arith_exec()
403 fun = *((Math_f*)(ep->code+(int)(*sp))); in arith_exec()
409 fun = *((Math_f*)(ep->code+(int)(*sp))); in arith_exec()
640 stakpush(vp,fun,Math_f); in expr()
/titanic_50/usr/src/lib/libshell/common/features/
H A Dmath.sh87 typedef Sfdouble_t (*Math_f)(Sfdouble_t,...);