Home
last modified time | relevance | path

Searched defs:double2 (Results 1 – 18 of 18) sorted by relevance

/external/clang/test/SemaTemplate/
Dinstantiate-clang.cpp8 typedef __attribute__(( ext_vector_type(2) )) double double2; typedef
21 typedef __attribute__(( ext_vector_type(2) )) double double2; typedef
/external/llvm-project/clang/test/SemaTemplate/
Dinstantiate-clang.cpp8 typedef __attribute__(( ext_vector_type(2) )) double double2; typedef
21 typedef __attribute__(( ext_vector_type(2) )) double double2; typedef
/external/skia/tests/
DSkVxTest.cpp15 using double2 = skvx::Vec<2,double>; typedef
/external/clang/test/PCH/
Dexprs.h78 typedef __attribute__(( ext_vector_type(2) )) double double2; typedef
/external/llvm-project/clang/test/PCH/
Dexprs.h78 typedef __attribute__(( ext_vector_type(2) )) double double2; typedef
/external/clang/test/Sema/
Dext_vector_casts.c95 typedef double double2 __attribute__ ((ext_vector_type(2))); typedef
/external/llvm-project/clang/test/Sema/
Dext_vector_casts.c95 typedef double double2 __attribute__ ((ext_vector_type(2))); typedef
/external/llvm-project/libclc/generic/include/clc/
Dclctypes.h82 typedef __attribute__((ext_vector_type(2))) double double2; typedef
/external/clang/test/CodeGen/
Dbuiltins-nvptx.c382 typedef double double2 __attribute__((ext_vector_type(2))); in nvvm_ldg() typedef
Darm-swiftcall.c63 typedef double double2 __attribute__((ext_vector_type(2))); typedef
/external/llvm-project/clang/test/CodeGen/
Dwindows-swiftcall.c62 typedef double double2 __attribute__((ext_vector_type(2))); typedef
Dbuiltins-nvptx.c639 typedef double double2 __attribute__((ext_vector_type(2))); in nvvm_ldg() typedef
Darm-swiftcall.c63 typedef double double2 __attribute__((ext_vector_type(2))); typedef
D64bit-swiftcall.c71 typedef double double2 __attribute__((ext_vector_type(2))); typedef
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcompatibility.hpp112 …typedef tvec2<double, highp> double2; //!< \brief double-precision floating-point vector with 2 … typedef
/external/clang/lib/Headers/
Dopencl-c.h135 typedef double double2 __attribute__((ext_vector_type(2))); typedef
/external/llvm-project/clang/lib/Headers/
Dopencl-c-base.h122 typedef double double2 __attribute__((ext_vector_type(2))); typedef
/external/libchrome/base/
Dvalues_unittest.cc1262 Value double2(2.0); in TEST() local