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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dstreval.c83 typedef Sfdouble_t (*Math_f)(Sfdouble_t,...); typedef
165 Math_f fun;
313 cp = roundptr(ep,cp,Math_f);
315 cp += sizeof(Math_f);
424 fun = *((Math_f*)(ep->code+(int)(*sp)));
438 fun = *((Math_f*)(ep->code+(int)(*sp)));
444 fun = *((Math_f*)(ep->code+(int)(*sp)));
462 fun = *((Math_f*)(ep->code+(int)(*sp)));
468 fun = *((Math_f*)(ep->code+(int)(*sp)));
726 stakpush(vp,fun,Math_f);
[all...]

Completed in 23 milliseconds