Lines Matching refs:temp
57 double_accessor temp;
58 temp.dbl = x;
59 hx = temp.as_int.hi;
63 if ((ix | ((unsigned int) (temp.as_int.lo | (-temp.as_int.lo)) >> 31)) > 0x3ff00000)
77 temp.as_int.hi = ix;
81 t = temp.dbl + temp.dbl;
82 t = 0.5 * log1p (t + t * temp.dbl / (one - temp.dbl));
86 t = 0.5 * log1p ((temp.dbl + temp.dbl) / (one - temp.dbl));