Searched defs:Math_f (Results 1 - 1 of 1) 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...]

Completed in 64 milliseconds