Searched refs:HALFSHIFT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/gcc/config/
H A Dfp-bit.c415 dst.value_raw = ((fractype) high << HALFSHIFT) | low;
482 high = src->value_raw >> HALFSHIFT;
483 low = src->value_raw & (((fractype)1 << HALFSHIFT) - 1);
H A Dfp-bit.h168 # define HALFSHIFT 64 macro

Completed in 58 milliseconds