Searched refs:nexp (Results 1 – 1 of 1) sorted by relevance
233 int nexp = exp - EXP_BIAS; in Sqrt() local234 int root = SkSqrtBits(value << (nexp & 1), 26); in Sqrt()235 nexp >>= 1; in Sqrt()236 return SkFloat::SetShift(root, nexp - 11); in Sqrt()