Searched refs:HALFFRACBITS (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dfp-bit.c319 #if defined TFLOAT && defined HALFFRACBITS
324 unity = (halffractype) 1 << HALFFRACBITS;
328 high = (fraction >> (FRACBITS - HALFFRACBITS)) & (unity - 1);
332 lowexp = exp - HALFFRACBITS - 1;
352 high |= (halffractype) exp << HALFFRACBITS;
353 high |= (halffractype) sign << (HALFFRACBITS + EXPBITS);
387 low |= (halffractype) lowexp << HALFFRACBITS;
388 low |= (halffractype) lowsign << (HALFFRACBITS + EXPBITS);
447 #if defined TFLOAT && defined HALFFRACBITS
454 fraction = high & ((((fractype)1) << HALFFRACBITS)
[all...]
H A Dfp-bit.h166 # define HALFFRACBITS 52 macro
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dfp-bit.c319 #if defined TFLOAT && defined HALFFRACBITS
324 unity = (halffractype) 1 << HALFFRACBITS;
328 high = (fraction >> (FRACBITS - HALFFRACBITS)) & (unity - 1);
332 lowexp = exp - HALFFRACBITS - 1;
352 high |= (halffractype) exp << HALFFRACBITS;
353 high |= (halffractype) sign << (HALFFRACBITS + EXPBITS);
387 low |= (halffractype) lowexp << HALFFRACBITS;
388 low |= (halffractype) lowsign << (HALFFRACBITS + EXPBITS);
447 #if defined TFLOAT && defined HALFFRACBITS
454 fraction = high & ((((fractype)1) << HALFFRACBITS)
[all...]
H A Dfp-bit.h166 # define HALFFRACBITS 52 macro

Completed in 194 milliseconds