Searched refs:mant1 (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/architecture-265/i386/
H A Dfpu.h46 unsigned short mant1 :16, member in struct:fp_data_reg
/macosx-10.9.5/cctools-845/include/architecture/i386/
H A Dfpu.h43 unsigned short mant1 :16, member in struct:fp_data_reg
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_vms.c359 u_long mant1 : 7, member in struct:__anon13148
367 u_long mant1 : 7, member in struct:__anon13149
522 t.ieee.mant = ((fp)->native.mant1<<16)|(fp)->native.mant2; \
531 t.native.mant1 = v >> 16; \
/macosx-10.9.5/cctools-845/libmacho/
H A Di386_swap.c677 unsigned short mant1 :16, member in struct:swapped_fp_data_reg
771 fpu->stack.ST[i].mant1 = OSSwapInt16(sfpd.mant1);
838 sfpd.mant1 = OSSwapInt16(fpu->stack.ST[i].mant1);
/macosx-10.9.5/cctools-845/libstuff/
H A Dbytesex.c1816 unsigned short mant1 :16, member in struct:swapped_fp_data_reg
1910 fpu->stack.ST[i].mant1 = SWAP_SHORT(sfpd.mant1);
1977 sfpd.mant1 = SWAP_SHORT(fpu->stack.ST[i].mant1);
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c5640 (unsigned int)fpu.stack.ST[i].mant1,

Completed in 176 milliseconds