HomeSort by relevance Sort by last modified time
    Searched refs:double4 (Results 1 - 22 of 22) sorted by null

  /external/clang/test/SemaTemplate/
instantiate-clang.cpp 9 typedef __attribute__(( ext_vector_type(4) )) double double4; typedef
13 void f(T v1, double4 v2) {
19 template struct ExtVectorAccess0<double4>;
  /frameworks/rs/tests/typecheck/
kernels.rs 109 double4 d4;
110 double4 d4i = {1, 2, 3, 4};
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestConvert.rs 619 double4 __attribute__((kernel)) testConvertDouble4Double4Double4(double4 inV) {
631 double4 __attribute__((kernel)) testConvertDouble4Long4Double4(long4 inV) {
643 double4 __attribute__((kernel)) testConvertDouble4Ulong4Double4(ulong4 inV) {
655 long4 __attribute__((kernel)) testConvertLong4Double4Long4(double4 inV) {
691 ulong4 __attribute__((kernel)) testConvertUlong4Double4Ulong4(double4 inV) {
727 float4 __attribute__((kernel)) testConvertFloat4Double4Float4(double4 inV) {
763 char4 __attribute__((kernel)) testConvertChar4Double4Char4(double4 inV) {
799 uchar4 __attribute__((kernel)) testConvertUchar4Double4Uchar4(double4 inV) {
835 short4 __attribute__((kernel)) testConvertShort4Double4Short4(double4 inV)
    [all...]
  /frameworks/rs/scriptc/
rs_convert.rsh 495 extern double4 __attribute__((const, overloadable))
496 convert_double4(double4 v);
510 extern double4 __attribute__((const, overloadable))
525 extern double4 __attribute__((const, overloadable))
541 convert_long4(double4 v);
586 convert_ulong4(double4 v);
631 convert_float4(double4 v);
676 convert_char4(double4 v);
721 convert_uchar4(double4 v);
766 convert_short4(double4 v)
    [all...]
rs_value_types.rsh 299 * double4: Four 64 bit floats
304 typedef double __attribute__((ext_vector_type(4))) double4;
rs_allocation_data.rsh 161 extern double4 __attribute__((overloadable))
311 extern double4 __attribute__((overloadable))
461 extern double4 __attribute__((overloadable))
642 rsAllocationVStoreX_double4(rs_allocation a, double4 val, uint32_t x);
792 rsAllocationVStoreX_double4(rs_allocation a, double4 val, uint32_t x, uint32_t y);
    [all...]
rs_debug.rsh 127 rsDebug(const char* message, double4 a);
  /prebuilts/sdk/renderscript/include/
rs_convert.rsh 495 extern double4 __attribute__((const, overloadable))
496 convert_double4(double4 v);
510 extern double4 __attribute__((const, overloadable))
525 extern double4 __attribute__((const, overloadable))
541 convert_long4(double4 v);
586 convert_ulong4(double4 v);
631 convert_float4(double4 v);
676 convert_char4(double4 v);
721 convert_uchar4(double4 v);
766 convert_short4(double4 v)
    [all...]
rs_value_types.rsh 299 * double4: Four 64 bit floats
304 typedef double __attribute__((ext_vector_type(4))) double4;
rs_allocation_data.rsh 161 extern double4 __attribute__((overloadable))
311 extern double4 __attribute__((overloadable))
461 extern double4 __attribute__((overloadable))
642 rsAllocationVStoreX_double4(rs_allocation a, double4 val, uint32_t x);
792 rsAllocationVStoreX_double4(rs_allocation a, double4 val, uint32_t x, uint32_t y);
    [all...]
rs_debug.rsh 127 rsDebug(const char* message, double4 a);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_allocation.rsh 213 GET_ELEMENT_AT(double4)
348 SET_ELEMENT_AT(double4)
rs_types.rsh 222 typedef double double4 __attribute__((ext_vector_type(4)));
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_allocation.rsh 213 GET_ELEMENT_AT(double4)
348 SET_ELEMENT_AT(double4)
rs_types.rsh 222 typedef double double4 __attribute__((ext_vector_type(4)));
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_allocation.rsh 213 GET_ELEMENT_AT(double4)
348 SET_ELEMENT_AT(double4)
rs_types.rsh 222 typedef double double4 __attribute__((ext_vector_type(4)));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
kernel_input.rs 99 VEC4_TEST(double4)
  /frameworks/rs/driver/runtime/
rs_allocation.c 286 ELEMENT_AT(double4)
399 VOP(double4)
rs_cl.c     [all...]
rs_core.c 274 PRIM_DEBUG(double4)
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 41 typedef double double4 __attribute__((ext_vector_type(4))); typedef
377 ELEMENT_AT(double4, RS_TYPE_FLOAT_64, 4)
    [all...]

Completed in 1017 milliseconds