HomeSort by: relevance | last modified time | path
    Searched defs:expon (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-tic30.c 1290 long expon, mantis; local
1297 expon = (tmsfloat & 0xFF000000);
1298 expon >>= 24;
1307 if (expon > 7)
1314 expon += (mantis >> 24);
1317 if (expon > 7)
1320 if (expon < -8)
1324 mantis = (expon << 12) | mantis;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic30.c 1290 long expon, mantis; local
1297 expon = (tmsfloat & 0xFF000000);
1298 expon >>= 24;
1307 if (expon > 7)
1314 expon += (mantis >> 24);
1317 if (expon > 7)
1320 if (expon < -8)
1324 mantis = (expon << 12) | mantis;

Completed in 50 milliseconds