Searched refs:float_ptr (Results 1 – 5 of 5) sorted by relevance
154 void test_64bit_magic(int *int_ptr, float *float_ptr) in test_64bit_magic() argument158 …F_func(float_ptr, 0xFFFFFFFFFFFFFFFFULL); // expected-warning {{argument type 'float *' doesn't ma… in test_64bit_magic()159 F_func(float_ptr, 0xFFFFFFFFULL); in test_64bit_magic()
210 float *float_ptr; member221 .float_ptr = &f0 // expected-warning{{overrides}}
3 float *float_ptr = &int_val; variable
190 float_ptr = ByAddressType("float", "f") variable
4179 GLfloat* float_ptr = (GLfloat*)feedback_data; in testDraw() local4182 out_first_routine_result.m_x = float_ptr[0]; in testDraw()4183 out_first_routine_result.m_y = float_ptr[1]; in testDraw()4184 out_first_routine_result.m_z = float_ptr[2]; in testDraw()4185 out_first_routine_result.m_w = float_ptr[3]; in testDraw()4188 out_second_routine_result.m_x = float_ptr[4]; in testDraw()4189 out_second_routine_result.m_y = float_ptr[5]; in testDraw()4190 out_second_routine_result.m_z = float_ptr[6]; in testDraw()4191 out_second_routine_result.m_w = float_ptr[7]; in testDraw()4194 out_third_routine_result.m_x = float_ptr[8]; in testDraw()[all …]