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

  /src/lib/libc/arch/mips/gen/
ldexp.S 45 #define DEXP_INF 0x7ff
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?
  /src/sys/arch/mips/mips/
fp.S 52 #define DEXP_INF 0x7ff
999 bne t1, DEXP_INF, 1f # is FS an infinity?
1000 bne ta1, DEXP_INF, result_fs_d # if FT is not inf, result=FS
1008 beq ta1, DEXP_INF, result_ft_d # if FT is inf, result=FT
1209 bne t1, DEXP_INF, 2f # is FS an infinity?
1212 bne ta1, DEXP_INF, 1f # FS is inf, is FT an infinity?
1222 bne ta1, DEXP_INF, 1f # FS != inf, is FT an infinity?
1366 bne t1, DEXP_INF, 1f # is FS an infinity?
1369 bne ta1, DEXP_INF, result_fs_d # is FT an infinity?
1374 bne ta1, DEXP_INF, 1f # is FT an infinity
    [all...]

Completed in 71 milliseconds