Home | History | Annotate | Download | only in test

Lines Matching refs:e200

428         test(1.1234e200, 'g', '1.1234e+200')
429 test(1.1234e200, 'G', '1.1234E+200')
452 f = 1.1234e200
471 test(1e200, '+g', '+1e+200')
472 test(1e200, '+', '+1e+200')
474 test(1.1e200, '+g', '+1.1e+200')
475 test(1.1e200, '+', '+1.1e+200')