Searched refs:denorm (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/architecture-265/i386/
H A Dfpu.h86 denorm :1, member in struct:fp_status
107 denorm :1, member in struct:fp_control
/macosx-10.9.5/cctools-845/include/architecture/i386/
H A Dfpu.h83 denorm :1, member in struct:fp_status
104 denorm :1, member in struct:fp_control
/macosx-10.9.5/cctools-845/libmacho/
H A Di386_swap.c41 #define __denorm denorm
217 denorm :1, member in struct:swapped_fp_control::__anon6921::__anon6922
240 denorm :1, member in struct:swapped_fp_status::__anon6923::__anon6924
264 fpu->fpu_fcw.denorm = sfpc.u.fields.denorm;
282 fpu->fpu_fsw.denorm = sfps.u.fields.denorm;
292 sfpc.u.fields.denorm = fpu->fpu_fcw.denorm;
310 sfps.u.fields.denorm
628 denorm :1, member in struct:swapped_fp_control::__anon6925::__anon6926
651 denorm :1, member in struct:swapped_fp_status::__anon6927::__anon6928
[all...]
/macosx-10.9.5/Libc-997.90.3/gdtoa/FreeBSD/
H A Dgdtoa-strtodg.c343 int bb0, bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, denorm; local
378 denorm = sign = nz0 = nz = 0;
702 denorm = 1;
832 if (dsign || bbbits > 1 || denorm || rve1 == emin)
844 if (denorm && all_on(rvb, rvbits)) {
850 denorm = 0;
871 if ((bbbits < nbits && !denorm) || !(rvb->x[0] & 1))
895 else if (denorm && bbbits <= 1) {
937 if (!denorm && rvbits < nbits) {
953 if (denorm)
[all...]
H A Dgdtoa-dtoa.c123 int denorm; local
242 denorm = 0;
253 denorm = 1;
495 denorm ? be + (Bias + (P-1) - 1 + 1) :
/macosx-10.9.5/cctools-845/libstuff/
H A Dbytesex.c92 #define __denorm denorm
1434 denorm :1,
1457 denorm :1,
1481 fpu->fpu_fcw.denorm = sfpc.u.fields.denorm;
1499 fpu->fpu_fsw.denorm = sfps.u.fields.denorm;
1509 sfpc.u.fields.denorm = fpu->fpu_fcw.denorm;
1527 sfps.u.fields.denorm
1579 denorm :1, member in struct:swapped_fp_control::__anon6967::__anon6968
1602 denorm :1, member in struct:swapped_fp_status::__anon6969::__anon6970
1767 denorm :1, member in struct:swapped_fp_control::__anon6971::__anon6972
1790 denorm :1, member in struct:swapped_fp_status::__anon6973::__anon6974
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/i386/
H A D_structs.h120 denorm :1,
170 denorm :1,
/macosx-10.9.5/ruby-104/ruby/
H A Dutil.c3134 int denorm;
3245 denorm = 0;
3256 denorm = 1;
3496 denorm ? be + (Bias + (P-1) - 1 + 1) :
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c103 #define __denorm denorm
4875 printf("\t control: invalid %d denorm %d zdiv %d ovrfl "
4878 fpu.fpu_fcw.denorm,
4914 printf("\t status: invalid %d denorm %d zdiv %d ovrfl "
4917 fpu.fpu_fsw.denorm,
5116 printf("\t control: invalid %d denorm %d zdiv %d ovrfl "
5119 fpu64.fpu_fcw.denorm,
5155 printf("\t status: invalid %d denorm %d zdiv %d ovrfl "
5158 fpu64.fpu_fsw.denorm,
5523 printf("\t control: invalid %d denorm
[all...]
/macosx-10.9.5/vim-53/src/
H A DMake_vms.mms171 GUI_FLAG = /name=(as_is,short)/float=ieee/ieee=denorm

Completed in 164 milliseconds