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

/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dparanoia.cc974 FLOAT C, CInvrse; member in struct:Paranoia
1858 CInvrse = One / C;
1861 /* ...1/Radix^(BIG Integer) << 1 << CInvrse == 1/C */
1943 if (CInvrse * Y > CInvrse * Y1)
1980 if ((CInvrse * Q) != ((CInvrse * Y) * S))
2011 Y = E0 * CInvrse;
2013 X = CInvrse * (One + U2);
2113 Y = -CInvrse;
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dparanoia.cc974 FLOAT C, CInvrse; member in struct:Paranoia
1858 CInvrse = One / C;
1861 /* ...1/Radix^(BIG Integer) << 1 << CInvrse == 1/C */
1943 if (CInvrse * Y > CInvrse * Y1)
1980 if ((CInvrse * Q) != ((CInvrse * Y) * S))
2011 Y = E0 * CInvrse;
2013 X = CInvrse * (One + U2);
2113 Y = -CInvrse;
[all...]

Completed in 132 milliseconds