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

  /src/external/gpl3/gcc/dist/libgcc/config/m68k/
lb1sf68.S 2557 F_BIAS = 126
2558 FLT_MAX_EXP = F_MAX_EXP - F_BIAS
2559 FLT_MIN_EXP = 1 - F_BIAS
3216 subw IMM (F_BIAS+1),d2 | and subtract bias (plus one)
3219 subl IMM (F_BIAS+1),d2 | and subtract bias (plus one)
3433 addw IMM (F_BIAS),d2 | and add bias
3436 addl IMM (F_BIAS),d2 | and add bias
3873 | exponent of -F_BIAS+1).
  /src/external/gpl3/gcc.old/dist/libgcc/config/m68k/
lb1sf68.S 2556 F_BIAS = 126
2557 FLT_MAX_EXP = F_MAX_EXP - F_BIAS
2558 FLT_MIN_EXP = 1 - F_BIAS
3215 subw IMM (F_BIAS+1),d2 | and subtract bias (plus one)
3218 subl IMM (F_BIAS+1),d2 | and subtract bias (plus one)
3432 addw IMM (F_BIAS),d2 | and add bias
3435 addl IMM (F_BIAS),d2 | and add bias
3872 | exponent of -F_BIAS+1).

Completed in 32 milliseconds