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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/
H A Dparanoia.cc975 FLOAT C, CInvrse; member in struct:Paranoia
1859 CInvrse = One / C;
1862 /* ...1/Radix^(BIG Integer) << 1 << CInvrse == 1/C */
1944 if (CInvrse * Y > CInvrse * Y1)
1981 if ((CInvrse * Q) != ((CInvrse * Y) * S))
2012 Y = E0 * CInvrse;
2014 X = CInvrse * (One + U2);
2114 Y = -CInvrse;
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/contrib/
H A Dparanoia.cc975 FLOAT C, CInvrse; member in struct:Paranoia
1859 CInvrse = One / C;
1862 /* ...1/Radix^(BIG Integer) << 1 << CInvrse == 1/C */
1944 if (CInvrse * Y > CInvrse * Y1)
1981 if ((CInvrse * Q) != ((CInvrse * Y) * S))
2012 Y = E0 * CInvrse;
2014 X = CInvrse * (One + U2);
2114 Y = -CInvrse;
[all...]

Completed in 66 milliseconds