Searched refs:roundptr (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | streval.c | 62 #define roundptr(ep,cp,type) (((unsigned char*)(ep))+round(cp-((unsigned char*)(ep)),pow2size(sizeo… macro 190 cp = roundptr(ep,cp,short); in arith_exec() 228 cp = roundptr(ep,cp,Sfdouble_t*); in arith_exec() 261 cp = roundptr(ep,cp,Sfdouble_t*); in arith_exec() 274 cp = roundptr(ep,cp,Math_f); in arith_exec() 280 cp = roundptr(ep,cp,Sfdouble_t); in arith_exec()
|