Home
last modified time | relevance | path

Searched refs:float_ptr (Results 1 – 7 of 7) 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/pytorch/c10/util/
Dtypeid.cpp89 CAFFE_DEFINE_KNOWN_TYPE(float*, float_ptr)
Dtypeid.h711 CAFFE_DECLARE_KNOWN_TYPE(float*, float_ptr)
/external/sdv/vsomeip/third_party/boost/smart_ptr/doc/smart_ptr/
Dpointer_to_other.adoc38 float_ptr_t float_ptr;
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp4185 GLfloat *float_ptr = (GLfloat *)feedback_data; in testDraw() local
4188 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 …]