Lines Matching full:floating
5 float f1 = 1.4E-46f; // expected-warning {{magnitude of floating-point constant too small for type …
7 float f2 = 3.4E+39f; // expected-warning {{magnitude of floating-point constant too large for type …
11 float f4 = 0x0.42p-1000f; // expected-warning {{magnitude of floating-point constant too small for …
13 float f5 = 0x0.42p+1000f; // expected-warning {{magnitude of floating-point constant too large for …
17 double d1 = 3.6E-4952; // expected-warning {{magnitude of floating-point constant too small for typ…
19 double d2 = 1.7E+309; // expected-warning {{magnitude of floating-point constant too large for type…
23 double d4 = 0x0.42p-4200; // expected-warning {{magnitude of floating-point constant too small for …
25 double d5 = 0x0.42p+4200; // expected-warning {{magnitude of floating-point constant too large for …
29 long double ld1 = 3.6E-4952L; // expected-warning {{magnitude of floating-point constant too small …
31 long double ld2 = 1.2E+4932L; // expected-warning {{magnitude of floating-point constant too large …
35 long double ld4 = 0x0.42p-42000L; // expected-warning {{magnitude of floating-point constant too sm…
37 long double ld5 = 0x0.42p+42000L; // expected-warning {{magnitude of floating-point constant too la…