Home
last modified time | relevance | path

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

/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/bltins/
H A Dmath.c17 typedef Sfdouble_t (*Math_f)(Sfdouble_t, ...); typedef
152 {"\001cos", (Math_f)cosl},
154 {"\001erf", (Math_f)erfl},
156 {"\001exp", (Math_f)expl},
160 {"\001abs", (Math_f)fabsl},
165 {"\003fma", (Math_f)fmal},
189 {"\001log", (Math_f)logl},
195 {"\002pow", (Math_f)powl},
201 {"\001sin", (Math_f)sinl},
204 {"\001tan", (Math_f)tanl},
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dstreval.c83 typedef Sfdouble_t (*Math_f)(Sfdouble_t,...); typedef
179 Math_f fun; in arith_exec()
325 cp = roundptr(ep,cp,Math_f); in arith_exec()
327 cp += sizeof(Math_f); in arith_exec()
458 fun = *((Math_f*)(ep->code+(int)(*sp))); in arith_exec()
474 fun = *((Math_f*)(ep->code+(int)(*sp))); in arith_exec()
480 fun = *((Math_f*)(ep->code+(int)(*sp))); in arith_exec()
500 fun = *((Math_f*)(ep->code+(int)(*sp))); in arith_exec()
506 fun = *((Math_f*)(ep->code+(int)(*sp))); in arith_exec()
512 fun = *((Math_f*)(ep->code+(int)(*sp))); in arith_exec()
[all …]
H A Darith.c38 typedef Sfdouble_t (*Math_f)(Sfdouble_t, ...); typedef
521 Math_f sh_mathstdfun(const char *fname, size_t fsize, short * nargs) in sh_mathstdfun()
679 lvalue->fun = (Math_f)nq; in arith()
683 lvalue->fun = (Math_f)sh_mathstdfun(*ptr,fsize,&lvalue->nargs); in arith()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dstreval.c83 typedef Sfdouble_t (*Math_f)(Sfdouble_t,...); typedef
165 Math_f fun; in arith_exec()
313 cp = roundptr(ep,cp,Math_f); in arith_exec()
315 cp += sizeof(Math_f); in arith_exec()
424 fun = *((Math_f*)(ep->code+(int)(*sp))); in arith_exec()
438 fun = *((Math_f*)(ep->code+(int)(*sp))); in arith_exec()
444 fun = *((Math_f*)(ep->code+(int)(*sp))); in arith_exec()
462 fun = *((Math_f*)(ep->code+(int)(*sp))); in arith_exec()
468 fun = *((Math_f*)(ep->code+(int)(*sp))); in arith_exec()
728 stakpush(vp,fun,Math_f); in expr()
H A Darith.c38 typedef Sfdouble_t (*Math_f)(Sfdouble_t, ...); typedef
197 static Math_f sh_mathstdfun(const char *fname, size_t fsize, short * nargs) in sh_mathstdfun()
283 lvalue->fun = (Math_f)np; in arith()
287 lvalue->fun = (Math_f)sh_mathstdfun(*ptr,fsize,&lvalue->nargs); in arith()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dstreval.c83 typedef Sfdouble_t (*Math_f)(Sfdouble_t,...); typedef
165 Math_f fun; in arith_exec()
313 cp = roundptr(ep,cp,Math_f); in arith_exec()
315 cp += sizeof(Math_f); in arith_exec()
424 fun = *((Math_f*)(ep->code+(int)(*sp))); in arith_exec()
438 fun = *((Math_f*)(ep->code+(int)(*sp))); in arith_exec()
444 fun = *((Math_f*)(ep->code+(int)(*sp))); in arith_exec()
462 fun = *((Math_f*)(ep->code+(int)(*sp))); in arith_exec()
468 fun = *((Math_f*)(ep->code+(int)(*sp))); in arith_exec()
728 stakpush(vp,fun,Math_f); in expr()
H A Darith.c38 typedef Sfdouble_t (*Math_f)(Sfdouble_t, ...); typedef
197 static Math_f sh_mathstdfun(const char *fname, size_t fsize, short * nargs) in sh_mathstdfun()
283 lvalue->fun = (Math_f)np; in arith()
287 lvalue->fun = (Math_f)sh_mathstdfun(*ptr,fsize,&lvalue->nargs); in arith()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Darith.c52 typedef Sfdouble_t (*Math_f)(Sfdouble_t, ...); typedef
224 Math_f sh_mathstdfun(const char *fname, size_t fsize, short *nargs) { in sh_mathstdfun()
352 lvalue->fun = (Math_f)nq; in arith()
356 lvalue->fun = (Math_f)sh_mathstdfun(*ptr, fsize, &lvalue->nargs); in arith()
H A Dstreval.c87 typedef Sfdouble_t (*Math_f)(Sfdouble_t, ...); typedef
331 cp = roundptr(ep, cp, Math_f); in arith_exec()
333 cp += sizeof(Math_f); in arith_exec()
375 extern Math_f sh_mathstdfun(const char *, size_t, short *); in arith_exec()
790 stkpush(shp->stk, vp, fun, Math_f); in expr()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/features/
H A Dmath.sh123 typedef Sfdouble_t (*Math_f)(Sfdouble_t,...);
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/features/
H A Dmath.sh123 typedef Sfdouble_t (*Math_f)(Sfdouble_t,...);
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/features/
H A Dmath.sh134 typedef Sfdouble_t (*Math_f)(Sfdouble_t,...);