Searched refs:expon (Results 1 – 1 of 1) sorted by relevance
1307 long expon, mantis; in md_atof() local1314 expon = (tmsfloat & 0xFF000000); in md_atof()1315 expon >>= 24; in md_atof()1324 if (expon > 7) in md_atof()1331 expon += (mantis >> 24); in md_atof()1334 if (expon > 7) in md_atof()1337 if (expon < -8) in md_atof()1341 mantis = (expon << 12) | mantis; in md_atof()