Home
last modified time | relevance | path

Searched defs:float2 (Results 1 – 23 of 23) sorted by relevance

/external/clang/test/PCH/Inputs/
Dchain-ext_vector1.h3 typedef __attribute__((ext_vector_type(2))) float float2; typedef
/external/clang/test/PCH/
Dext_vector.h3 typedef __attribute__((ext_vector_type(2))) float float2; typedef
Dexprs.h106 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
/external/skqp/src/sksl/
DSkSLCPP.h42 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
DSkSLJIT.cpp45 using float2 = __attribute__((vector_size(8))) float; typedef
/external/skia/src/sksl/
DSkSLCPP.h42 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
DSkSLJIT.cpp45 using float2 = __attribute__((vector_size(8))) float; typedef
/external/clang/test/Sema/
Dext_vector_components.c3 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
Dvector-cast.c47 typedef float float2 __attribute__ ((vector_size (8))); typedef
Dext_vector_casts.c5 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
/external/clang/test/SemaCXX/
Derr_init_conversion_failed.cpp39 typedef float float2 __attribute__((ext_vector_type(2))); typedef
/external/skia/tests/
DSkVxTest.cpp11 using float2 = skvx::Vec<2,float>; typedef
/external/clang/test/SemaTemplate/
Dext-vector-type.cpp87 typedef float __attribute__((ext_vector_type(2))) float2; typedef
/external/swiftshader/src/OpenGL/compiler/
DInitialize.cpp28 TType *float2 = new TType(EbtFloat, 2); in InsertBuiltInFunctions() local
/external/clang/test/CodeGen/
Dext-vector.c4 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
Dbuiltins-nvptx.c374 typedef float float2 __attribute__((ext_vector_type(2))); in nvvm_ldg() typedef
/external/clang/test/OpenMP/
Datomic_capture_codegen.cpp72 typedef float float2 __attribute__((ext_vector_type(2))); typedef
Datomic_update_codegen.cpp72 typedef float float2 __attribute__((ext_vector_type(2))); typedef
Datomic_write_codegen.c72 typedef float float2 __attribute__((ext_vector_type(2))); typedef
Datomic_read_codegen.c72 typedef float float2 __attribute__((ext_vector_type(2))); typedef
/external/python/cpython3/Lib/test/
Dtest_complex.py361 class float2: class
/external/python/cpython2/Lib/test/
Dtest_complex.py364 class float2: class
/external/clang/lib/Headers/
Dopencl-c.h118 typedef float float2 __attribute__((ext_vector_type(2))); typedef