Searched refs:sf_u (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20020930-1.c7 } sf_u; local
8 sf_u.word = (unsigned) x * 2;
9 return x + sf_u.value;
H A D980506-2.c46 ieee_float_shape_type sf_u; local
47 sf_u.word = (hy&0x80000000) | 1;
48 x = sf_u.value;
75 ieee_float_shape_type sf_u; local
76 sf_u.word = hx;
77 y = sf_u.value;
82 ieee_float_shape_type sf_u; local
83 sf_u.word = hx;
84 x = sf_u.value;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20020930-1.c7 } sf_u; local
8 sf_u.word = (unsigned) x * 2;
9 return x + sf_u.value;
H A D980506-2.c46 ieee_float_shape_type sf_u; local
47 sf_u.word = (hy&0x80000000) | 1;
48 x = sf_u.value;
75 ieee_float_shape_type sf_u; local
76 sf_u.word = hx;
77 y = sf_u.value;
82 ieee_float_shape_type sf_u; local
83 sf_u.word = hx;
84 x = sf_u.value;
/netbsd-6-1-5-RELEASE/lib/libm/src/
H A Dmath_private.h150 ieee_float_shape_type sf_u; \
151 sf_u.word = (i); \
152 (d) = sf_u.value; \

Completed in 204 milliseconds