Searched refs:vdouble (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/c-c++-common/
H A DWconversion-real.c10 double vdouble; variable
28 vdouble = 3.1L; /* { dg-warning "conversion" "" { target large_long_double } } */
29 ffloat (vdouble); /* { dg-warning "conversion" } */
30 vfloat = vdouble; /* { dg-warning "conversion" } */
34 vdouble = vlongdouble; /* { dg-warning "conversion" "" { target large_long_double } } */
42 vdouble = (double) 3.1L;
43 ffloat ((float) vdouble);
44 vfloat = (float) vdouble;
48 vdouble = (double) vlongdouble;
60 vdouble
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/warn/
H A DWconversion-real-integer.C16 double vdouble; variable
66 vdouble = UINT_MAX;
68 vdouble = ui;
70 vdouble = si;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A DWconversion-real-integer.c17 double vdouble; variable
67 vdouble = UINT_MAX;
69 vdouble = ui;
71 vdouble = si;

Completed in 124 milliseconds