HomeSort by relevance Sort by last modified time
    Searched refs:char2 (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/opencv3/modules/cudaarithm/src/cuda/
add_scalar.cu 103 {addScalarImpl<uchar, float, schar>, addScalarImpl<uchar2, float, char2>, addScalarImpl<uchar3, float, char3>, addScalarImpl<uchar4, float, char4>},
111 {addScalarImpl<schar, float, uchar>, addScalarImpl<char2, float, uchar2>, addScalarImpl<char3, float, uchar3>, addScalarImpl<char4, float, uchar4>},
112 {addScalarImpl<schar, float, schar>, addScalarImpl<char2, float, char2>, addScalarImpl<char3, float, char3>, addScalarImpl<char4, float, char4>},
113 {addScalarImpl<schar, float, ushort>, addScalarImpl<char2, float, ushort2>, addScalarImpl<char3, float, ushort3>, addScalarImpl<char4, float, ushort4>},
114 {addScalarImpl<schar, float, short>, addScalarImpl<char2, float, short2>, addScalarImpl<char3, float, short3>, addScalarImpl<char4, float, short4>},
115 {addScalarImpl<schar, float, int>, addScalarImpl<char2, float, int2>, addScalarImpl<char3, float, int3>, addScalarImpl<char4, float, int4>},
116 {addScalarImpl<schar, float, float>, addScalarImpl<char2, float, float2>, addScalarImpl<char3, float, float3>, addScalarImpl<char4, float, float4>},
117 {addScalarImpl<schar, double, double>, addScalarImpl<char2, double, double2>, addScalarImpl<char3, double, double3>, addScalarImpl<char4, double, double4>}
121 {0 /*addScalarImpl<ushort, float, schar>*/, 0 /*addScalarImpl<ushort2, float, char2>*/, 0 /*addScalarImpl<ushort3, float, char3>*/, 0 /*addScalarImpl<ushort4, float, char4>*/}
    [all...]
mul_scalar.cu 100 {mulScalarImpl<uchar, float, schar>, mulScalarImpl<uchar2, float, char2>, mulScalarImpl<uchar3, float, char3>, mulScalarImpl<uchar4, float, char4>},
108 {mulScalarImpl<schar, float, uchar>, mulScalarImpl<char2, float, uchar2>, mulScalarImpl<char3, float, uchar3>, mulScalarImpl<char4, float, uchar4>},
109 {mulScalarImpl<schar, float, schar>, mulScalarImpl<char2, float, char2>, mulScalarImpl<char3, float, char3>, mulScalarImpl<char4, float, char4>},
110 {mulScalarImpl<schar, float, ushort>, mulScalarImpl<char2, float, ushort2>, mulScalarImpl<char3, float, ushort3>, mulScalarImpl<char4, float, ushort4>},
111 {mulScalarImpl<schar, float, short>, mulScalarImpl<char2, float, short2>, mulScalarImpl<char3, float, short3>, mulScalarImpl<char4, float, short4>},
112 {mulScalarImpl<schar, float, int>, mulScalarImpl<char2, float, int2>, mulScalarImpl<char3, float, int3>, mulScalarImpl<char4, float, int4>},
113 {mulScalarImpl<schar, float, float>, mulScalarImpl<char2, float, float2>, mulScalarImpl<char3, float, float3>, mulScalarImpl<char4, float, float4>},
114 {mulScalarImpl<schar, double, double>, mulScalarImpl<char2, double, double2>, mulScalarImpl<char3, double, double3>, mulScalarImpl<char4, double, double4>}
118 {0 /*mulScalarImpl<ushort, float, schar>*/, 0 /*mulScalarImpl<ushort2, float, char2>*/, 0 /*mulScalarImpl<ushort3, float, char3>*/, 0 /*mulScalarImpl<ushort4, float, char4>*/}
    [all...]
sub_scalar.cu 126 {subScalarImpl<uchar, float, schar>, subScalarImpl<uchar2, float, char2>, subScalarImpl<uchar3, float, char3>, subScalarImpl<uchar4, float, char4>},
134 {subScalarImpl<schar, float, uchar>, subScalarImpl<char2, float, uchar2>, subScalarImpl<char3, float, uchar3>, subScalarImpl<char4, float, uchar4>},
135 {subScalarImpl<schar, float, schar>, subScalarImpl<char2, float, char2>, subScalarImpl<char3, float, char3>, subScalarImpl<char4, float, char4>},
136 {subScalarImpl<schar, float, ushort>, subScalarImpl<char2, float, ushort2>, subScalarImpl<char3, float, ushort3>, subScalarImpl<char4, float, ushort4>},
137 {subScalarImpl<schar, float, short>, subScalarImpl<char2, float, short2>, subScalarImpl<char3, float, short3>, subScalarImpl<char4, float, short4>},
138 {subScalarImpl<schar, float, int>, subScalarImpl<char2, float, int2>, subScalarImpl<char3, float, int3>, subScalarImpl<char4, float, int4>},
139 {subScalarImpl<schar, float, float>, subScalarImpl<char2, float, float2>, subScalarImpl<char3, float, float3>, subScalarImpl<char4, float, float4>},
140 {subScalarImpl<schar, double, double>, subScalarImpl<char2, double, double2>, subScalarImpl<char3, double, double3>, subScalarImpl<char4, double, double4>}
144 {0 /*subScalarImpl<ushort, float, schar>*/, 0 /*subScalarImpl<ushort2, float, char2>*/, 0 /*subScalarImpl<ushort3, float, char3>*/, 0 /*subScalarImpl<ushort4, float, char4>*/}
    [all...]
div_scalar.cu 168 {divScalarImpl<uchar, float, schar>, divScalarImpl<uchar2, float, char2>, divScalarImpl<uchar3, float, char3>, divScalarImpl<uchar4, float, char4>},
176 {divScalarImpl<schar, float, uchar>, divScalarImpl<char2, float, uchar2>, divScalarImpl<char3, float, uchar3>, divScalarImpl<char4, float, uchar4>},
177 {divScalarImpl<schar, float, schar>, divScalarImpl<char2, float, char2>, divScalarImpl<char3, float, char3>, divScalarImpl<char4, float, char4>},
178 {divScalarImpl<schar, float, ushort>, divScalarImpl<char2, float, ushort2>, divScalarImpl<char3, float, ushort3>, divScalarImpl<char4, float, ushort4>},
179 {divScalarImpl<schar, float, short>, divScalarImpl<char2, float, short2>, divScalarImpl<char3, float, short3>, divScalarImpl<char4, float, short4>},
180 {divScalarImpl<schar, float, int>, divScalarImpl<char2, float, int2>, divScalarImpl<char3, float, int3>, divScalarImpl<char4, float, int4>},
181 {divScalarImpl<schar, float, float>, divScalarImpl<char2, float, float2>, divScalarImpl<char3, float, float3>, divScalarImpl<char4, float, float4>},
182 {divScalarImpl<schar, double, double>, divScalarImpl<char2, double, double2>, divScalarImpl<char3, double, double3>, divScalarImpl<char4, double, double4>}
186 {0 /*divScalarImpl<ushort, float, schar>*/, 0 /*divScalarImpl<ushort2, float, char2>*/, 0 /*divScalarImpl<ushort3, float, char3>*/, 0 /*divScalarImpl<ushort4, float, char4>*/}
    [all...]
  /libcore/ojluni/src/main/java/java/io/
DataInputStream.java 602 int c, char2, char3; local
629 char2 = (int) bytearr[count-1];
630 if ((char2 & 0xC0) != 0x80)
634 (char2 & 0x3F));
642 char2 = (int) bytearr[count-2];
644 if (((char2 & 0xC0) != 0x80) || ((char3 & 0xC0) != 0x80))
648 ((char2 & 0x3F) << 6) |
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
vec_traits.hpp 77 template<> struct MakeVec<schar, 2> { typedef char2 type; };
158 template<> struct VecTraits<char2>
162 __host__ __device__ __forceinline__ static char2 all(schar v) {return make_char2(v, v);}
163 __host__ __device__ __forceinline__ static char2 make(schar x, schar y) {return make_char2(x, y);}
164 __host__ __device__ __forceinline__ static char2 make(const schar* v) {return make_char2(v[0], v[1]);}
275 template<> class DataType<char2>
278 typedef char2 value_type;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAbs.rs 27 uchar2 __attribute__((kernel)) testAbsChar2Uchar2(char2 inV) {
TestClz.rs 27 char2 __attribute__((kernel)) testClzChar2Char2(char2 inValue) {
TestConvert.rs 35 float2 __attribute__((kernel)) testConvertFloat2Char2Float2(char2 inV) {
107 char2 __attribute__((kernel)) testConvertChar2Float2Char2(float2 inV) {
119 char2 __attribute__((kernel)) testConvertChar2Char2Char2(char2 inV) {
131 char2 __attribute__((kernel)) testConvertChar2Uchar2Char2(uchar2 inV) {
143 char2 __attribute__((kernel)) testConvertChar2Short2Char2(short2 inV) {
155 char2 __attribute__((kernel)) testConvertChar2Ushort2Char2(ushort2 inV) {
167 char2 __attribute__((kernel)) testConvertChar2Int2Char2(int2 inV) {
179 char2 __attribute__((kernel)) testConvertChar2Uint2Char2(uint2 inV) {
203 uchar2 __attribute__((kernel)) testConvertUchar2Char2Uchar2(char2 inV)
    [all...]
TestClamp.rs 73 char2 __attribute__((kernel)) testClampChar2Char2Char2Char2(char2 inValue, unsigned int x) {
74 char2 inMinValue = rsGetElementAt_char2(gAllocInMinValue, x);
75 char2 inMaxValue = rsGetElementAt_char2(gAllocInMaxValue, x);
259 char2 __attribute__((kernel)) testClampChar2CharCharChar2(char2 inValue, unsigned int x) {
  /frameworks/rs/tests/typecheck/
kernels.rs 24 char2 c2;
25 char2 c2i = {1, 2};
  /external/freetype/src/pfr/
pfrload.c 557 FT_UInt char1, char2; local
565 char2 = PFR_NEXT_USHORT( q );
567 item->pair1 = PFR_KERN_INDEX( char1, char2 );
571 char2 = PFR_NEXT_USHORT( q );
573 item->pair2 = PFR_KERN_INDEX( char1, char2 );
579 char2 = PFR_NEXT_BYTE( q );
581 item->pair1 = PFR_KERN_INDEX( char1, char2 );
585 char2 = PFR_NEXT_BYTE( q );
587 item->pair2 = PFR_KERN_INDEX( char1, char2 );
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pfr/
pfrload.c 657 FT_UInt char1, char2; local
665 char2 = PFR_NEXT_USHORT( q );
667 item->pair1 = PFR_KERN_INDEX( char1, char2 );
671 char2 = PFR_NEXT_USHORT( q );
673 item->pair2 = PFR_KERN_INDEX( char1, char2 );
679 char2 = PFR_NEXT_BYTE( q );
681 item->pair1 = PFR_KERN_INDEX( char1, char2 );
685 char2 = PFR_NEXT_BYTE( q );
687 item->pair2 = PFR_KERN_INDEX( char1, char2 );
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CharsetEncoder2Test.java 161 CharBuffer char2 = CharBuffer.wrap("\udc00"); local
171 result = encoder.encode(char2, bytes, true);
  /system/bt/service/test/
gatt_identifier_unittest.cpp 73 auto char2 = GattIdentifier::CreateCharacteristicId(kId1, kUUID0, *service0); local
77 EXPECT_TRUE(*char2 != *char0);
  /frameworks/rs/scriptc/
rs_convert.rsh 53 convert_float2(char2 v);
106 extern char2 __attribute__((const, overloadable))
115 extern char2 __attribute__((const, overloadable))
116 convert_char2(char2 v);
124 extern char2 __attribute__((const, overloadable))
133 extern char2 __attribute__((const, overloadable))
142 extern char2 __attribute__((const, overloadable))
151 extern char2 __attribute__((const, overloadable))
160 extern char2 __attribute__((const, overloadable))
179 convert_uchar2(char2 v)
    [all...]
rs_value_types.rsh 403 * char2: Two 8 bit signed integers
408 typedef char __attribute__((ext_vector_type(2))) char2;
  /prebuilts/sdk/renderscript/include/
rs_convert.rsh 53 convert_float2(char2 v);
106 extern char2 __attribute__((const, overloadable))
115 extern char2 __attribute__((const, overloadable))
116 convert_char2(char2 v);
124 extern char2 __attribute__((const, overloadable))
133 extern char2 __attribute__((const, overloadable))
142 extern char2 __attribute__((const, overloadable))
151 extern char2 __attribute__((const, overloadable))
160 extern char2 __attribute__((const, overloadable))
179 convert_uchar2(char2 v)
    [all...]
rs_value_types.rsh 403 * char2: Two 8 bit signed integers
408 typedef char __attribute__((ext_vector_type(2))) char2;
  /external/opencv3/modules/core/include/opencv2/core/cuda/
vec_traits.hpp 155 template<> struct TypeVec<schar, 2> { typedef char2 vec_type; };
252 template<> struct VecTraits<char2>
256 static __device__ __host__ __forceinline__ char2 all(schar v) {return make_char2(v, v);}
257 static __device__ __host__ __forceinline__ char2 make(schar x, schar y) {return make_char2(x, y);}
258 static __device__ __host__ __forceinline__ char2 make(const schar* v) {return make_char2(v[0], v[1]);}
  /prebuilts/go/darwin-x86/test/bench/shootout/
meteor-contest.c 596 signed char *char2 = (signed char *) elem2; local
598 while(i < 50 && char1[i] == char2[i])
600 return char1[i] - char2[i];
  /prebuilts/go/linux-x86/test/bench/shootout/
meteor-contest.c 596 signed char *char2 = (signed char *) elem2; local
598 while(i < 50 && char1[i] == char2[i])
600 return char1[i] - char2[i];
  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
type_traits_detail.hpp 89 template <> struct IsVec<char2> { enum {value = 1}; };
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/detail/
type_traits.hpp 79 template <> struct IsVec<char2> { enum {value = 1}; };
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
kernel_input.rs 97 VEC2_TEST(char2)

Completed in 1870 milliseconds

1 2 3