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

/netbsd-6-1-5-RELEASE/lib/libc/arch/mips/gen/
H A Dldexp.S45 #define DEXP_INF 0x7ff define
69 beq t1, DEXP_INF, 9f # is it a NAN or infinity?
73 bge t1, DEXP_INF, 8f # overflow?
139 bge t1, DEXP_INF, 8f # overflow?
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dfp.S46 #define DEXP_INF 0x7ff define
993 bne t1, DEXP_INF, 1f # is FS an infinity?
994 bne ta1, DEXP_INF, result_fs_d # if FT is not inf, result=FS
1002 beq ta1, DEXP_INF, result_ft_d # if FT is inf, result=FT
1203 bne t1, DEXP_INF, 2f # is FS an infinity?
1206 bne ta1, DEXP_INF, 1f # FS is inf, is FT an infinity?
1216 bne ta1, DEXP_INF, 1f # FS != inf, is FT an infinity?
1360 bne t1, DEXP_INF, 1f # is FS an infinity?
1363 bne ta1, DEXP_INF, result_fs_d # is FT an infinity?
1368 bne ta1, DEXP_INF,
[all...]

Completed in 110 milliseconds