Home | History | Annotate | Download | only in test

Lines Matching refs:E1

100 	if !close(0E1, 0, 1, 1) {
101 print("0E1 is ", 0E1, "\n")
110 if !close(0.E1, 0, 1, 1) {
111 print("0.E1 is ", 0.E1, "\n")
120 if !close(.0E1, 0, 1, 1) {
121 print(".0E1 is ", .0E1, "\n")
130 if !close(0.0E1, 0, 1, 0) {
131 print("0.0E1 is ", 0.0E1, "\n")