Home
last modified time | relevance | path

Searched refs:float_to_usi (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gcc/config/
HDfp-bit.h238 # define float_to_usi fptoui macro
252 # define float_to_usi dptoul macro
274 # define float_to_usi __fixunstfsi macro
294 # define float_to_usi __fixunssfsi macro
314 # define float_to_usi __fixunsdfsi macro
487 extern USItype float_to_usi (FLO_type);
HDfp-bit.c1453 float_to_usi (FLO_type arg_a)
/NextBSD/contrib/gcc/
HDFSFChangeLog.114772 * fp-bit.c (float_to_usi): Move code for negative numbers before code
9637 * config/fp-bit.c (float_to_usi): Correct thinko: avoid negative shift.
HDChangeLog-200130423 (float_to_si, float_to_usi): Use BITS_PER_SI.
30516 (float_to_usi): Likewise.
HDChangeLog-19999742 _gt_f2, _ge_f2, _lt_f2, _le_f2, float_to_si, float_to_usi, negate,
HDChangeLog-200331281 * fp-bit.h (float_to_usi): Fix condition wrapping prototype.