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

  /src/lib/libc/arch/mips/gen/
ldexp.S 46 #define DEXP_BIAS 1023
123 li t1, DEXP_MIN + DEXP_BIAS
  /src/sys/arch/mips/mips/
fp.S 54 #define DEXP_BIAS 1023
1022 subu ta1, ta1, DEXP_BIAS # unbias FT exponent
1041 subu t1, t1, DEXP_BIAS # unbias FS exponent
1046 subu t1, t1, DEXP_BIAS # unbias FS exponent
1048 subu ta1, ta1, DEXP_BIAS # unbias FT exponent
1237 subu t1, t1, DEXP_BIAS # unbias FS exponent
1247 subu ta1, ta1, DEXP_BIAS # unbias FT exponent
1393 subu t1, t1, DEXP_BIAS # unbias FS exponent
1417 subu ta1, ta1, DEXP_BIAS # unbias FT exponent
1636 1: add t1, t1, DEXP_BIAS # m += 1023
    [all...]

Completed in 13 milliseconds