Searched refs:INEX (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/lgpl3/mpfr/dist/src/ |
| H A D | modf.c | 75 MPFR_RET (INEX(0, inexf)); in mpfr_modf() 82 MPFR_RET (INEX(inexi, 0)); in mpfr_modf() 97 MPFR_RET (INEX(inexi, inexf)); in mpfr_modf()
|
| H A D | sinh_cosh.c | 69 return INEX(inexact_sh,inexact_ch); in mpfr_sinh_cosh() 157 return INEX(inexact_sh,inexact_ch); in mpfr_sinh_cosh()
|
| H A D | sin_cos.c | 59 return INEX(inexy,inexz); in mpfr_sin_cos() 228 MPFR_RET (INEX(inexy,inexz)); in mpfr_sin_cos() 672 return INEX(inexs,inexc); in mpfr_sincos_fast()
|
| H A D | grandom.c | 201 return INEX (inex1, inex2); in mpfr_grandom()
|
| H A D | mpfr-impl.h | 1179 #define INEX(y,z) (INEXPOS(y) | (INEXPOS(z) << 2)) macro
|
| /netbsd-src/external/lgpl3/mpc/dist/tests/ |
| H A D | abs.dat | 23 # INEX PREC_ROP ROP PREC_ROP_IM ROP_IM PREC_OP_RE OP_RE PREC_OP_IM OP_IM RND 31 # INEX is the ternary value with the following notation:
|
| H A D | arg.dat | 23 # INEX PREC_ROP ROP PREC_ROP_IM ROP_IM PREC_OP_RE OP_RE PREC_OP_IM OP_IM RND
|
| /netbsd-src/sys/arch/m68k/fpsp/ |
| H A D | bindec.sa | 68 * A4. Clr INEX bit. 93 * A8. Clr INEX; Force RZ. 97 * the INEX flag for use in A10. 104 * A10. Or in INEX. 105 * If INEX is set, round error occurred. This is 289 * A4. Clr INEX bit. 464 * A8. Clr INEX; Force RZ. 468 * the INEX flag for use in A10. 473 fmove.l #0,FPSR ;clr INEX 547 * A10. Or in INEX. [all …]
|
| H A D | round.sa | 65 * The INEX bit of USER_FPSR will be set if the rounded result was
|
| /netbsd-src/external/lgpl3/mpfr/dist/tests/ |
| H A D | trint.c | 202 #define BASIC_TEST2(F,J,INEX) \ argument 227 inex == (INEX) && \ 238 printf ("with inex = %d\n", (INEX)); \
|
| /netbsd-src/sys/arch/m68k/060sp/dist/ |
| H A D | pfpsp.s | 1390 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU; 1395 cmpi.b %d0,&0x6 # is exception INEX? (6) 1968 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU; 1973 cmpi.b %d0,&0x6 # is exception INEX? (6 or 7) 2676 cmpi.b %d0,&0x6 # is exception INEX? 7311 andi.b &0x0a,%d0 # is UNFL or INEX enabled? 7498 andi.b &0x0a,%d1 # is UNFL or INEX enabled? 7709 andi.b &0x0a,%d1 # is UNFL or INEX enabled? 8233 andi.b &0x0b,%d1 # is UNFL or INEX enabled? 8647 andi.b &0x0b,%d1 # is UNFL or INEX enabled? [all …]
|
| H A D | fpsp.s | 1390 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU; 1395 cmpi.b %d0,&0x6 # is exception INEX? (6) 1968 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU; 1973 cmpi.b %d0,&0x6 # is exception INEX? (6 or 7) 2676 cmpi.b %d0,&0x6 # is exception INEX? 10391 # we must set INEX/AINEX since the fmul/fdiv/fmov emulation may not! 11801 andi.b &0x0b,%d1 # is UNFL or INEX enabled? 12215 andi.b &0x0b,%d1 # is UNFL or INEX enabled? 12266 andi.b &0x13,%d1 # is OVFL or INEX enabled? 12494 or.l %d0,USER_FPSR(%a6) # save INEX,N [all …]
|