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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrhypotf.c325 int ibase0, si0, hyp0h; local
329 ibase0 = HI(&hyp0);
331 HI(&dbase0) = (0x60000000 - ((ibase0 & 0x7fe00000) >> 1));
333 hyp0h = (ibase0 & 0x000fffff) | 0x3ff00000;
337 ibase0 >>= 10;
338 si0 = ibase0 & 0x7f0;
360 int ibase0, si0, hyp0h; local
384 ibase0 = HI(&hyp0);
388 HI(&dbase0) = (0x60000000 - ((ibase0 & 0x7fe00000) >> 1));
392 hyp0h = (ibase0
[all...]

Completed in 52 milliseconds