/external/llvm-project/clang/test/SemaObjC/ |
D | x86-method-vector-values.m | 16 typedef __attribute__((__ext_vector_type__(3))) float float3; typedef 31 -(void)takeVector:(float3)v; // there should be no diagnostic at declaration argument 40 -(void)takeVector:(float3)v { argument 51 -(void)takeVector2:(float3)v AVAILABLE_MACOS_10_10 { // expected-error {{'float3' (vector of 3 'flo… argument 54 -(void)takeVector3:(float3)v AVAILABLE_MACOS_10_11 { // expected-error {{'float3' (vector of 3 'flo… argument 57 -(void)takeVector4:(float3)v AVAILABLE_IOS_8 { // expected-error {{'float3' (vector of 3 'float' va… argument 60 -(void)takeVector5:(float3)v AVAILABLE_IOS_9 { // expected-error {{'float3' (vector of 3 'float' va… argument 73 -(void)takeVector:(float3)v { argument 88 -(void)takeVector2:(float3)v AVAILABLE_MACOS_10_10 { argument 96 -(void)takeVector3:(float3)v AVAILABLE_MACOS_10_11 { // no error argument [all …]
|
D | unsafe-perform-selector.m | 40 typedef __attribute__((__ext_vector_type__(3))) float float3; typedef
|
/external/llvm-project/clang/test/Sema/ |
D | vector-init.c | 33 typedef float __attribute__((ext_vector_type (3))) float3; typedef
|
D | ext_vector_components.c | 4 typedef __attribute__(( ext_vector_type(3) )) float float3; typedef
|
D | ext_vector_casts.c | 6 typedef __attribute__(( ext_vector_type(3) )) float float3; typedef
|
/external/clang/test/Sema/ |
D | vector-init.c | 33 typedef float __attribute__((ext_vector_type (3))) float3; typedef
|
D | ext_vector_components.c | 4 typedef __attribute__(( ext_vector_type(3) )) float float3; typedef
|
D | ext_vector_casts.c | 6 typedef __attribute__(( ext_vector_type(3) )) float float3; typedef
|
/external/llvm-project/clang/test/Index/ |
D | usrs.cpp | 98 typedef __attribute__((__ext_vector_type__(3))) float float3; typedef
|
/external/swiftshader/src/OpenGL/compiler/ |
D | Initialize.cpp | 29 TType *float3 = new TType(EbtFloat, 3); in InsertBuiltInFunctions() local
|
/external/llvm-project/libclc/generic/include/clc/ |
D | clctypes.h | 74 typedef __attribute__((ext_vector_type(3))) float float3; typedef
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | types.h | 186 using float3 = Vec3<float>; variable
|
/external/swiftshader/src/System/ |
D | Types.hpp | 195 using float3 = vec3<float>; typedef
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | compatibility.hpp | 97 …typedef tvec3<float, highp> float3; //!< \brief single-precision floating-point vector with 3 c… typedef
|
/external/clang/lib/Headers/ |
D | opencl-c.h | 119 typedef float float3 __attribute__((ext_vector_type(3))); typedef
|
/external/clang/test/CodeGen/ |
D | ppc64le-aggregates.c | 243 typedef float float3 __attribute__((vector_size (12))); typedef
|
/external/llvm-project/clang/test/CodeGen/ |
D | ppc64le-aggregates.c | 243 typedef float float3 __attribute__((vector_size (12))); typedef
|
D | arm-swiftcall.c | 60 typedef float float3 __attribute__((ext_vector_type(3))); typedef
|
D | 64bit-swiftcall.c | 68 typedef float float3 __attribute__((ext_vector_type(3))); typedef
|
/external/llvm-project/clang/lib/Headers/ |
D | opencl-c-base.h | 106 typedef float float3 __attribute__((ext_vector_type(3))); typedef
|
/external/skqp/src/sksl/ |
D | SkSLJIT.cpp | 46 using float3 = __attribute__((vector_size(16))) float; typedef
|