Searched refs:bias (Results 1 – 1 of 1) sorted by relevance
102 long double bias=0; in decfloat() local292 bias = copysignl(scalbn(1, 2*LDBL_MANT_DIG-bits-1), y); in decfloat()295 y += bias; in decfloat()316 y -= bias; in decfloat()337 long double bias = 0; in hexfloat() local432 bias = copysignl(scalbn(1, 32+LDBL_MANT_DIG-bits-1), sign); in hexfloat()436 y = bias + sign*(long double)x + sign*y; in hexfloat()437 y -= bias; in hexfloat()