HomeSort by: relevance | last modified time | path
    Searched defs:HInvrse (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/
paranoia.cc 980 FLOAT H, HInvrse;
1853 HInvrse = Two;
1855 HInvrse = Radix;
1856 H = One / HInvrse;
1857 /* ... 1/HInvrse == H == Min(1/Radix, 1/2) */
1901 Y2 = Underflow * HInvrse;
2079 Y = -FLOOR (Half - TwoForty * LOG (UfThold) / LOG (HInvrse)) / TwoForty;
2082 printf ("UfThold = (%s) ^ (%s)\nonly underflow ", HInvrse.str(), Y.str());
2084 HInvrse.str(), Y2.str());
2092 V9 = POW (HInvrse, Y2)
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
paranoia.cc 980 FLOAT H, HInvrse;
1853 HInvrse = Two;
1855 HInvrse = Radix;
1856 H = One / HInvrse;
1857 /* ... 1/HInvrse == H == Min(1/Radix, 1/2) */
1901 Y2 = Underflow * HInvrse;
2079 Y = -FLOOR (Half - TwoForty * LOG (UfThold) / LOG (HInvrse)) / TwoForty;
2082 printf ("UfThold = (%s) ^ (%s)\nonly underflow ", HInvrse.str(), Y.str());
2084 HInvrse.str(), Y2.str());
2092 V9 = POW (HInvrse, Y2)
    [all...]

Completed in 30 milliseconds