Searched refs:TwoForty (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/contrib/ |
| H A D | paranoia.cc | 967 FLOAT TwoForty; member 1041 TwoForty = long(240); in main() 1096 TstCond (Failure, TwoForty == Four * Five * Three * Four, "240 != 4*5*3*4"); in main() 1097 TstCond (Failure, TwoForty / Three - Four * Four * Five == Zero, in main() 1099 TstCond (Failure, TwoForty / Four - Five * Three * Four == Zero, in main() 1101 TstCond (Failure, TwoForty / Five - Four * Three * Four == Zero, in main() 1233 X = -TwoForty * LOG (U1) / LOG (Radix); in main() 1237 Precision = X / TwoForty; in main() 1239 if (FABS (Precision - Y) * TwoForty < Half) in main() 1254 TstCond (Serious, U2 * Nine * Nine * TwoForty < One, in main() [all …]
|