Lines Matching refs:CInt
24 typedef _Complex int CInt; typedef
37 (void) (CInt) v; in testBool()
51 (void) (CInt) v; in testInt()
73 (void) (CInt) v; in testLong()
87 (void) (CInt) v; in testFloat()
99 (void) (CInt) v; in testDouble()
105 void testCI(CInt v) { in testCI()
111 (void) (CInt) v; in testCI()
123 (void) (CInt) v; in testCLong()
135 (void) (CInt) v; in testCFloat()
147 (void) (CInt) v; in testCDouble()