Searched refs:float_ptr (Results 1 – 7 of 7) 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
89 CAFFE_DEFINE_KNOWN_TYPE(float*, float_ptr)
711 CAFFE_DECLARE_KNOWN_TYPE(float*, float_ptr)
38 float_ptr_t float_ptr;
4185 GLfloat *float_ptr = (GLfloat *)feedback_data; in testDraw() local4188 out_first_routine_result.m_x = float_ptr[0]; in testDraw()4189 out_first_routine_result.m_y = float_ptr[1]; in testDraw()4190 out_first_routine_result.m_z = float_ptr[2]; in testDraw()4191 out_first_routine_result.m_w = float_ptr[3]; in testDraw()4194 out_second_routine_result.m_x = float_ptr[4]; in testDraw()4195 out_second_routine_result.m_y = float_ptr[5]; in testDraw()4196 out_second_routine_result.m_z = float_ptr[6]; in testDraw()4197 out_second_routine_result.m_w = float_ptr[7]; in testDraw()4200 out_third_routine_result.m_x = float_ptr[8]; in testDraw()[all …]