Searched refs:DEXP_BIAS (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/lib/libc/mips/gen/
H A Dldexp.S48 #define DEXP_BIAS 1023 define
125 li t1, DEXP_MIN + DEXP_BIAS
/freebsd-12-stable/sys/mips/mips/
H A Dfp.S51 #define DEXP_BIAS 1023 define
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
812 subu ta1, ta1, DEXP_BIAS # unbias FT exponent
1001 subu t1, t1, DEXP_BIAS # unbias FS exponent
1011 subu ta1, ta1, DEXP_BIAS # unbias FT exponent
1151 subu t1, t1, DEXP_BIAS # unbias FS exponent
1169 subu ta1, ta1, DEXP_BIAS # unbias FT exponent
1285 subu t1, t1, DEXP_BIAS # unbia
[all...]

Completed in 121 milliseconds