Lines Matching refs:FORMAT
175 #define FORMAT "|%12.4f|%12.4e|%12.4g|%12.4Lf|%12.4Lg|\n" in do_test() macro
176 printf (FORMAT, 0.0, 0.0, 0.0, in do_test()
178 printf (FORMAT, 1.0, 1.0, 1.0, in do_test()
180 printf (FORMAT, -1.0, -1.0, -1.0, in do_test()
182 printf (FORMAT, 100.0, 100.0, 100.0, in do_test()
184 printf (FORMAT, 1000.0, 1000.0, 1000.0, in do_test()
186 printf (FORMAT, 10000.0, 10000.0, 10000.0, in do_test()
188 printf (FORMAT, 12345.0, 12345.0, 12345.0, in do_test()
190 printf (FORMAT, 100000.0, 100000.0, 100000.0, in do_test()
192 printf (FORMAT, 123456.0, 123456.0, 123456.0, in do_test()
194 #undef FORMAT in do_test()