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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
err_init_conversion_failed.cpp 33 typedef short short2 __attribute__ ((__vector_size__ (2))); typedef
35 short2 V = { (void)0 };
  /dalvik/dx/src/com/android/dx/io/instructions/
ShortArrayCodeInput.java 72 long short2 = read(); local
75 return short0 | (short1 << 16) | (short2 << 32) | (short3 << 48);
  /external/llvm/test/Object/
coff-archive-short.test 12 CHECKIDX: _shortfn2 in short2.obj
20 CHECKIDX: short2.obj:
  /external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
coff-archive-short.test 12 CHECKIDX: _shortfn2 in short2.obj
20 CHECKIDX: short2.obj:
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAbs.rs 43 ushort2 __attribute__((kernel)) testAbsShort2Ushort2(short2 inV) {
TestClz.rs 59 short2 __attribute__((kernel)) testClzShort2Short2(short2 inValue) {
TestConvert.rs 59 float2 __attribute__((kernel)) testConvertFloat2Short2Float2(short2 inV) {
143 char2 __attribute__((kernel)) testConvertChar2Short2Char2(short2 inV) {
227 uchar2 __attribute__((kernel)) testConvertUchar2Short2Uchar2(short2 inV) {
275 short2 __attribute__((kernel)) testConvertShort2Float2Short2(float2 inV) {
287 short2 __attribute__((kernel)) testConvertShort2Char2Short2(char2 inV) {
299 short2 __attribute__((kernel)) testConvertShort2Uchar2Short2(uchar2 inV) {
311 short2 __attribute__((kernel)) testConvertShort2Short2Short2(short2 inV) {
323 short2 __attribute__((kernel)) testConvertShort2Ushort2Short2(ushort2 inV) {
335 short2 __attribute__((kernel)) testConvertShort2Int2Short2(int2 inV)
    [all...]
TestClamp.rs 121 short2 __attribute__((kernel)) testClampShort2Short2Short2Short2(short2 inValue, unsigned int x) {
122 short2 inMinValue = rsGetElementAt_short2(gAllocInMinValue, x);
123 short2 inMaxValue = rsGetElementAt_short2(gAllocInMaxValue, x);
295 short2 __attribute__((kernel)) testClampShort2ShortShortShort2(short2 inValue, unsigned int x) {
TestMax.rs 139 short2 __attribute__((kernel)) testMaxShort2Short2Short2(short2 inA, unsigned int x) {
140 short2 inB = rsGetElementAt_short2(gAllocInB, x);
TestMin.rs 139 short2 __attribute__((kernel)) testMinShort2Short2Short2(short2 inA, unsigned int x) {
140 short2 inB = rsGetElementAt_short2(gAllocInB, x);
  /external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
spirv_convert.h     [all...]
  /external/clang/lib/Headers/
opencl-c.h 88 typedef short short2 __attribute__((ext_vector_type(2))); typedef
    [all...]
__clang_cuda_intrinsics.h 149 inline __device__ short2 __ldg(const short2 *ptr) {
152 short2 ret;
  /external/clang/test/CodeGen/
builtins-nvptx.c 340 typedef short short2 __attribute__((ext_vector_type(2))); typedef
342 __nvvm_ldg_s2((const short2 *)p);
  /external/skia/src/compute/skc/
types.h 153 typedef short2 skc_short2;
  /external/skqp/src/compute/skc/
types.h 153 typedef short2 skc_short2;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
kernel_input.rs 137 VEC2_TEST(short2)
  /external/libxaac/decoder/
ixheaacd_lpfuncs.c 220 WORD16 short2 = *short_ptr--; local
222 ixheaacd_shl32_dir_sat_limit((ixheaacd_mult32x16in32(tmp1_cur, short2) -
232 ixheaacd_mult32x16in32(tmp2_cur, short2)),
  /developers/build/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/androidtv/leanback/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/androidtv/sample-inputs/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/androidtv/visual-game-controller/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActionBarCompat-Basic/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/gradle/wrapper/
gradle-wrapper.jar 

Completed in 587 milliseconds

1 2 3 4 5 6 7 8 91011>>