HomeSort by relevance Sort by last modified time
    Searched defs:double2 (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/clang/test/SemaTemplate/
instantiate-clang.cpp 8 typedef __attribute__(( ext_vector_type(2) )) double double2; typedef
18 template struct ExtVectorAccess0<double2>;
21 typedef __attribute__(( ext_vector_type(2) )) double double2; typedef
25 void f(T t, U u, double2 a, double2 b) {
32 template struct ShuffleVector0<double2, double2, 2, 1>;
33 template struct ShuffleVector0<double2, double2, 4, 3>; // expected-note{{instantiation}}
  /external/clang/test/PCH/
exprs.h 78 typedef __attribute__(( ext_vector_type(2) )) double double2; typedef
79 extern double2 vec2, vec2b;
  /external/clang/test/CodeGen/
arm-swiftcall.c 63 typedef double double2 __attribute__((ext_vector_type(2))); typedef
builtins-nvptx.c 382 typedef double double2 __attribute__((ext_vector_type(2))); typedef
383 __nvvm_ldg_d2((const double2 *)p);
  /external/clang/test/Sema/
ext_vector_casts.c 95 typedef double double2 __attribute__ ((ext_vector_type(2))); typedef
102 double2 vd = d;
  /external/vulkan-validation-layers/libs/glm/gtx/
compatibility.hpp 139 typedef detail::tvec2<double, highp> double2; //!< \brief double-precision floating-point vector with 2 components. (From GLM_GTX_compatibility extension) typedef in namespace:glm
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
EnumMapTest.java 309 Double double2 = new Double(3); local
318 .containsValue(double2));
    [all...]
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 42 typedef double double2 __attribute__((ext_vector_type(2))); typedef
591 ELEMENT_AT(double2, RS_TYPE_FLOAT_64, 2)
    [all...]
  /external/clang/lib/Headers/
opencl-c.h 135 typedef double double2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 63 typedef double double2 __attribute__((ext_vector_type(2))); typedef
638 ELEMENT_AT(double2, RS_TYPE_FLOAT_64, 2)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 135 typedef double double2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
opencl-c.h 135 typedef double double2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 136 typedef double double2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 135 typedef double double2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
opencl-c.h 135 typedef double double2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 136 typedef double double2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
opencl-c.h 135 typedef double double2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
opencl-c.h 142 typedef double double2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
opencl-c.h 142 typedef double double2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
opencl-c.h 142 typedef double double2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 142 typedef double double2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
opencl-c.h 142 typedef double double2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
opencl-c.h 142 typedef double double2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/
opencl-c.h 142 typedef double double2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 142 typedef double double2 __attribute__((ext_vector_type(2))); typedef
    [all...]

Completed in 674 milliseconds

1 2 3 4