HomeSort by: relevance | last modified time | path
    Searched refs:inex (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libc/gdtoa/
gdtoa.c 162 int bbits, b2, b5, be0, dig, i, ieps, ilim = 0, ilim0, ilim1 = 0, inex; local in function:gdtoa
177 inex = 0;
413 inex = STRTOG_Inexlo;
438 inex = STRTOG_Inexlo;
482 inex = STRTOG_Inexlo;
493 inex = STRTOG_Inexhi;
503 inex = STRTOG_Inexlo;
633 inex = STRTOG_Inexlo;
637 inex = STRTOG_Inexhi;
681 inex = STRTOG_Inexlo
    [all...]
strtodg.c 186 ULong carry, inex, lostbits; local in function:rvOK
233 inex = lostbits = 0;
236 inex = STRTOG_Inexlo;
239 inex = STRTOG_Inexhi;
260 b->wds = inex = 0;
276 inex = STRTOG_Inexhi | STRTOG_Underflow;
279 inex = STRTOG_Inexlo | STRTOG_Underflow;
288 b->wds = inex = 0;
292 *irv |= inex;
333 int dsign, e, e1, e2, emin, esign, finished, i, inex, irv local in function:strtodg
    [all...]
  /src/sys/arch/m68k/060sp/dist/
test.doc 154 0x10: FP enabled snan/operr/ovfl/unfl/dz/inex
168 FP enabled: tests enabled snan/operr/ovfl/unfl/dz/inex.
171 exercizes _fpsp_{snan,operr,ovfl,unfl,dz,inex}() and
172 _real_{snan,operr,ovfl,unfl,dz,inex}(). the test expects
pfpsp.s 976 # funfl_{unfl,inex}_on() because w/ both exceptions disabled, this
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)
2177 # the only exception possible on packed move out are INEX, OPERR, and SNAN.
2676 cmpi.b %d0,&0x6 # is exception INEX?
6170 # The INEX bit of USER_FPSR will be set if the rounded result was #
6181 # the inex flag in status reg and continue.
7311 andi.b &0x0a,%d0 # is UNFL or INEX enabled
    [all...]
fpsp.s 976 # funfl_{unfl,inex}_on() because w/ both exceptions disabled, this
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)
2177 # the only exception possible on packed move out are INEX, OPERR, and SNAN.
2676 cmpi.b %d0,&0x6 # is exception INEX?
4210 cmpi.b %d0,&0x6 # is exception INEX?
10210 andi.b &0x0a,%d0 # is UNFL or INEX enabled?
10391 # we must set INEX/AINEX since the fmul/fdiv/fmov emulation may not
    [all...]
  /src/sys/arch/amiga/amiga/
vectors.s 96 ASVECTOR(inex) /* 49: FPCP inexact result */
  /src/sys/arch/m68k/m68k/
vectors.c 122 extern char bsun[], inex[], dz[], unfl[], operr[], ovfl[], snan[];
124 #define FP_INEX_HANDLER40 inex
  /src/sys/arch/mac68k/mac68k/
vectors.s 108 ASVECTOR(inex) /* 49: FPCP inexact result */
  /src/sys/arch/x68k/x68k/
vectors.s 94 ASVECTOR(inex) /* 49: FPCP inexact result */
  /src/sys/arch/atari/atari/
vectors.s 101 ASVECTOR(inex) | 49: FPCP inexact result

Completed in 24 milliseconds