Searched refs:tmpExp (Results 1 – 1 of 1) sorted by relevance
116 int tmpExp = 0; in deFractExp() local117 double fract = frexp(x, &tmpExp); in deFractExp()118 *exponent = tmpExp - 1; in deFractExp()