/external/clang/test/PCH/Inputs/ |
D | chain-ext_vector1.h | 3 typedef __attribute__((ext_vector_type(2))) float float2; typedef
|
/external/clang/test/PCH/ |
D | ext_vector.h | 3 typedef __attribute__((ext_vector_type(2))) float float2; typedef
|
D | exprs.h | 106 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
|
/external/skqp/src/sksl/ |
D | SkSLCPP.h | 42 inline SkPoint float2(float xy) { return SkPoint::Make(xy, xy); } in float2() function 44 inline SkPoint float2(float x, float y) { return SkPoint::Make(x, y); } in float2() function
|
D | SkSLJIT.cpp | 45 using float2 = __attribute__((vector_size(8))) float; typedef
|
/external/skia/src/sksl/ |
D | SkSLCPP.h | 42 inline SkPoint float2(float xy) { return SkPoint::Make(xy, xy); } in float2() function 44 inline SkPoint float2(float x, float y) { return SkPoint::Make(x, y); } in float2() function
|
D | SkSLJIT.cpp | 45 using float2 = __attribute__((vector_size(8))) float; typedef
|
/external/clang/test/Sema/ |
D | ext_vector_components.c | 3 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
|
D | vector-cast.c | 47 typedef float float2 __attribute__ ((vector_size (8))); typedef
|
D | ext_vector_casts.c | 5 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
|
/external/clang/test/SemaCXX/ |
D | err_init_conversion_failed.cpp | 39 typedef float float2 __attribute__((ext_vector_type(2))); typedef
|
/external/skia/tests/ |
D | SkVxTest.cpp | 11 using float2 = skvx::Vec<2,float>; typedef
|
/external/clang/test/SemaTemplate/ |
D | ext-vector-type.cpp | 87 typedef float __attribute__((ext_vector_type(2))) float2; typedef
|
/external/swiftshader/src/OpenGL/compiler/ |
D | Initialize.cpp | 28 TType *float2 = new TType(EbtFloat, 2); in InsertBuiltInFunctions() local
|
/external/clang/test/CodeGen/ |
D | ext-vector.c | 4 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
|
D | builtins-nvptx.c | 374 typedef float float2 __attribute__((ext_vector_type(2))); in nvvm_ldg() typedef
|
/external/clang/test/OpenMP/ |
D | atomic_capture_codegen.cpp | 72 typedef float float2 __attribute__((ext_vector_type(2))); typedef
|
D | atomic_update_codegen.cpp | 72 typedef float float2 __attribute__((ext_vector_type(2))); typedef
|
D | atomic_write_codegen.c | 72 typedef float float2 __attribute__((ext_vector_type(2))); typedef
|
D | atomic_read_codegen.c | 72 typedef float float2 __attribute__((ext_vector_type(2))); typedef
|
/external/python/cpython3/Lib/test/ |
D | test_complex.py | 361 class float2: class
|
/external/python/cpython2/Lib/test/ |
D | test_complex.py | 364 class float2: class
|
/external/clang/lib/Headers/ |
D | opencl-c.h | 118 typedef float float2 __attribute__((ext_vector_type(2))); typedef
|