Home
last modified time | relevance | path

Searched refs:float_ptr (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/Sema/
Dwarn-type-safety.c154 void test_64bit_magic(int *int_ptr, float *float_ptr) in test_64bit_magic() argument
158 …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()
Ddesignated-initializers.c210 float *float_ptr; member
221 .float_ptr = &f0 // expected-warning{{overrides}}
/external/clang/test/Modules/Inputs/ModuleDiags/
Dhas_warnings.h3 float *float_ptr = &int_val; variable
/external/python/cpython2/Mac/Modules/qt/
Dqtsupport.py190 float_ptr = ByAddressType("float", "f") variable
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp4179 GLfloat* float_ptr = (GLfloat*)feedback_data; in testDraw() local
4182 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 …]