Searched refs:Sulf (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/fixed-point/
H A Dbit-complement.c22 _Sat unsigned long _Fract Sulf; local
57 ~Sulf; /* { dg-error "wrong type argument to bit-complement" } */
H A Doperator-bitwise.c48 _Sat unsigned long _Fract Sulf; local
113 BITWISE_OPERATOR(&,Sulf); /* { dg-error "invalid operands to binary" } */
114 BITWISE_OPERATOR(|,Sulf); /* { dg-error "invalid operands to binary" } */
115 BITWISE_OPERATOR(^,Sulf); /* { dg-error "invalid operands to binary" } */
H A Dloop-index.c35 FUNC (_Sat unsigned long _Fract, Sulf, ulr)
71 Sulf ();
H A Doperator-logical.c60 _Sat unsigned long _Fract Sulf; local
95 FIXED_POINT_LOGICAL (Sulf);
H A Dcall-by-value.c41 FOO_FUN (Sulf, _Sat unsigned long _Fract, 0.2ulr)
77 FOO_TEST (Sulf, _Sat unsigned long _Fract, 0.2ulr)
H A Dcomposite-type.c49 FIXED_POINT_COMPOSITE_DECL(_Sat unsigned long _Fract, Sulf); /* { dg-error "incompatible types when assigning" } */
85 FIXED_POINT_COMPOSITE_TEST(_Sat unsigned long _Fract, Sulf); /* { dg-warning "incompatible pointer type" } */
H A Dfunc-array.c35 FUNC (_Sat unsigned long _Fract, Sulf)
82 TEST (_Sat unsigned long _Fract, Sulf, ulr)
H A Dfunc-vararg-mixed.c80 FUNC (_Sat unsigned long _Fract, Sulf)
125 TEST(Sulf, ulr)
H A Dfunc-vararg.c40 FUNC (_Sat unsigned long _Fract, Sulf)
95 TEST(Sulf, ulr)
H A Doperator-comma.c33 FUNC (_Sat unsigned long _Fract, Sulf, ulr)
78 TEST(Sulf)
H A Doperator-cond.c36 FUNC (_Sat unsigned long _Fract, Sulf, ulr)
81 TEST(Sulf)
H A Dcast-bad.c28 CAST (Sulf, _Sat unsigned long _Fract)
130 (struct sSulf) Sulf; /* { dg-error "conversion to non-scalar type requested" } */
163 (union uSulf) Sulf;
195 (union usf) Sulf; /* { dg-error "cast to union type from type not present in union" } */
H A Dfunc-struct.c40 _Sat unsigned long _Fract Sulf; member in struct:example
131 FUNC (_Sat unsigned long _Fract, Sulf)
171 TEST (_Sat unsigned long _Fract, Sulf, 0.77ulr)
H A Dfunc-mixed.c39 FUNC (_Sat unsigned long _Fract, Sulf)
83 TEST (_Sat unsigned long _Fract, Sulf, ulr)
H A Dfunc-scalar.c39 FUNC (_Sat unsigned long _Fract, Sulf)
88 TEST (_Sat unsigned long _Fract, Sulf, ulr)
H A DWbad-function-cast-1.c30 FUNC (_Sat unsigned long _Fract, Sulf)
104 TEST (Sulf);
H A Dallop.c82 ALLOP(_Sat unsigned long _Fract, Sulf);
H A Ddefine.c27 sat unsigned long fract Sulf = ULFRACT_MAX; variable

Completed in 69 milliseconds