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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c1558 REAL_VALUE_TYPE TWO31r; local
1567 real_ldexp (&TWO31r, &dconst1, 31);
1568 x = const_double_from_real_value (TWO31r, DFmode);
1672 REAL_VALUE_TYPE TWO31r; local
1682 real_ldexp (&TWO31r, &dconst1, 31);
1683 two31r = const_double_from_real_value (TWO31r, scalarmode);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc1824 REAL_VALUE_TYPE TWO31r; local
1833 real_ldexp (&TWO31r, &dconst1, 31);
1834 x = const_double_from_real_value (TWO31r, DFmode);
1960 REAL_VALUE_TYPE TWO31r; local
1970 real_ldexp (&TWO31r, &dconst1, 31);
1971 two31r = const_double_from_real_value (TWO31r, scalarmode);

Completed in 315 milliseconds