Searched refs:Math_f (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dstreval.c82 typedef Sfdouble_t (*Math_f)(Sfdouble_t,...); typedef
161 Math_f fun;
274 cp = roundptr(ep,cp,Math_f);
276 cp += sizeof(Math_f);
385 fun = *((Math_f*)(ep->code+(int)(*sp)));
391 fun = *((Math_f*)(ep->code+(int)(*sp)));
397 fun = *((Math_f*)(ep->code+(int)(*sp)));
403 fun = *((Math_f*)(ep->code+(int)(*sp)));
409 fun = *((Math_f*)(ep->code+(int)(*sp)));
640 stakpush(vp,fun,Math_f);
[all...]
/illumos-gate/usr/src/lib/libshell/common/features/
H A Dmath.sh87 typedef Sfdouble_t (*Math_f)(Sfdouble_t,...);
129 tab="$tab$nl#ifdef $v$nl$ht\"\\0${R}${a}${name}\",$ht(Math_f)${L},${nl}#endif"
175 do tab="$tab$nl$ht\"\\0${R}${a}${x}\",$ht(Math_f)$f,"
178 tab="$tab$nl$ht\"\",$ht$ht(Math_f)0"

Completed in 56 milliseconds