Searched refs:DEXP_BIAS (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/mips/mips/ |
| H A D | fp.S | 51 #define DEXP_BIAS 1023 macro 786 subu ta1, ta1, DEXP_BIAS # unbias FT exponent 805 subu t1, t1, DEXP_BIAS # unbias FS exponent 810 subu t1, t1, DEXP_BIAS # unbias FS exponent 1001 subu t1, t1, DEXP_BIAS # unbias FS exponent 1151 subu t1, t1, DEXP_BIAS # unbias FS exponent 1285 subu t1, t1, DEXP_BIAS # unbias exponent 1418 li t1, DEXP_BIAS + 20 # init exponent 1472 subu t1, t1, DEXP_BIAS # unbias exponent 2013 addu t1, t1, DEXP_BIAS # bias exponent [all …]
|