HomeSort by relevance Sort by last modified time
    Searched refs:ushort (Results 76 - 100 of 212) sorted by null

1 2 34 5 6 7 8 9

  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
opencl-c.h 42 typedef unsigned short ushort; typedef
100 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
101 typedef ushort ushort3 __attribute__((ext_vector_type(3)));
102 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
103 typedef ushort ushort8 __attribute__((ext_vector_type(8)));
104 typedef ushort ushort16 __attribute__((ext_vector_type(16)));
314 char __ovld __cnfn convert_char_rte(ushort);
315 char __ovld __cnfn convert_char_sat_rte(ushort);
316 char __ovld __cnfn convert_char_rtz(ushort);
317 char __ovld __cnfn convert_char_sat_rtz(ushort);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
opencl-c.h 42 typedef unsigned short ushort; typedef
100 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
101 typedef ushort ushort3 __attribute__((ext_vector_type(3)));
102 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
103 typedef ushort ushort8 __attribute__((ext_vector_type(8)));
104 typedef ushort ushort16 __attribute__((ext_vector_type(16)));
314 char __ovld __cnfn convert_char_rte(ushort);
315 char __ovld __cnfn convert_char_sat_rte(ushort);
316 char __ovld __cnfn convert_char_rtz(ushort);
317 char __ovld __cnfn convert_char_sat_rtz(ushort);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 42 typedef unsigned short ushort; typedef
100 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
101 typedef ushort ushort3 __attribute__((ext_vector_type(3)));
102 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
103 typedef ushort ushort8 __attribute__((ext_vector_type(8)));
104 typedef ushort ushort16 __attribute__((ext_vector_type(16)));
314 char __ovld __cnfn convert_char_rte(ushort);
315 char __ovld __cnfn convert_char_sat_rte(ushort);
316 char __ovld __cnfn convert_char_rtz(ushort);
317 char __ovld __cnfn convert_char_sat_rtz(ushort);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
opencl-c.h 42 typedef unsigned short ushort; typedef
100 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
101 typedef ushort ushort3 __attribute__((ext_vector_type(3)));
102 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
103 typedef ushort ushort8 __attribute__((ext_vector_type(8)));
104 typedef ushort ushort16 __attribute__((ext_vector_type(16)));
314 char __ovld __cnfn convert_char_rte(ushort);
315 char __ovld __cnfn convert_char_sat_rte(ushort);
316 char __ovld __cnfn convert_char_rtz(ushort);
317 char __ovld __cnfn convert_char_sat_rtz(ushort);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
opencl-c.h 42 typedef unsigned short ushort; typedef
100 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
101 typedef ushort ushort3 __attribute__((ext_vector_type(3)));
102 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
103 typedef ushort ushort8 __attribute__((ext_vector_type(8)));
104 typedef ushort ushort16 __attribute__((ext_vector_type(16)));
314 char __ovld __cnfn convert_char_rte(ushort);
315 char __ovld __cnfn convert_char_sat_rte(ushort);
316 char __ovld __cnfn convert_char_rtz(ushort);
317 char __ovld __cnfn convert_char_sat_rtz(ushort);
    [all...]
  /external/opencv/cv/src/
cvcolor.cpp 196 CV_IMPL_BGRX2BGR( 16u, ushort )
199 CV_IMPL_BGR2BGRX( 16u, ushort )
202 CV_IMPL_BGRA2RGBA( 16u, ushort )
225 unsigned t = ((const ushort*)src)[i];
235 unsigned t = ((const ushort*)src)[i];
263 ((ushort*)dst)[i] = (ushort)t;
269 ((ushort*)dst)[i] = (ushort)t;
406 CV_IMPL_BGRx2ABC_IPP( 16u, ushort )
    [all...]
cvimgwarp.cpp 162 *(ushort*)(dst + x*2) = *(ushort*)(tsrc + x_ofs[x]);
178 const ushort* _tsrc = (const ushort*)(tsrc + x_ofs[x]);
179 ushort* _tdst = (ushort*)(dst + x*6);
    [all...]
cvpyrsegmentation.cpp 52 ushort x1, y1, x2, y2;
    [all...]
cvstereobm.cpp 125 vsum[x] = (ushort)(sptr[x]*(wsz2 + 2));
130 vsum[x] = (ushort)(vsum[x] + sptr[srcstep*y + x]);
144 vsum[x] = (ushort)(vsum[x] + bottom[x] - top[x]);
195 ushort *sad, *hsad0, *hsad, *hsad_sub;
209 sad = (ushort*)cvAlignPtr(buf + sizeof(sad[0]));
210 hsad0 = (ushort*)cvAlignPtr(sad + ndisp + 1 + dy0*ndisp);
234 hsad[d] = (ushort)(hsad[d] + diff);
291 sad[d] = (ushort)(hsad0[d-ndisp*dy0]*(wsz2 + 2 - dy0));
296 sad[d] = (ushort)(sad[d] + hsad[d]);
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 36 typedef unsigned short ushort; typedef
94 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
95 typedef ushort ushort3 __attribute__((ext_vector_type(3)));
96 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
97 typedef ushort ushort8 __attribute__((ext_vector_type(8)));
98 typedef ushort ushort16 __attribute__((ext_vector_type(16)));
308 char __ovld __cnfn convert_char_rte(ushort);
309 char __ovld __cnfn convert_char_sat_rte(ushort);
310 char __ovld __cnfn convert_char_rtz(ushort);
311 char __ovld __cnfn convert_char_sat_rtz(ushort);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 36 typedef unsigned short ushort; typedef
94 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
95 typedef ushort ushort3 __attribute__((ext_vector_type(3)));
96 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
97 typedef ushort ushort8 __attribute__((ext_vector_type(8)));
98 typedef ushort ushort16 __attribute__((ext_vector_type(16)));
308 char __ovld __cnfn convert_char_rte(ushort);
309 char __ovld __cnfn convert_char_sat_rte(ushort);
310 char __ovld __cnfn convert_char_rtz(ushort);
311 char __ovld __cnfn convert_char_sat_rtz(ushort);
    [all...]
  /external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
spirv_convert.h 182 __attribute__((overloadable)) ushort __spirv_ConvertFToU_Rushort(half);
183 __attribute__((overloadable)) ushort __spirv_ConvertFToU_Rushort_rtz(half);
184 __attribute__((overloadable)) ushort __spirv_ConvertFToU_Rushort_rte(half);
185 __attribute__((overloadable)) ushort __spirv_ConvertFToU_Rushort_rtp(half);
186 __attribute__((overloadable)) ushort __spirv_ConvertFToU_Rushort_rtn(half);
187 __attribute__((overloadable)) ushort __spirv_ConvertFToU_Rushort_sat(half);
188 __attribute__((overloadable)) ushort __spirv_ConvertFToU_Rushort_sat_rtz(half);
189 __attribute__((overloadable)) ushort __spirv_ConvertFToU_Rushort_sat_rte(half);
190 __attribute__((overloadable)) ushort __spirv_ConvertFToU_Rushort_sat_rtp(half);
191 __attribute__((overloadable)) ushort __spirv_ConvertFToU_Rushort_sat_rtn(half)
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
TypeAliases.cs 26 public ushort U16 { get { int o = __p.__offset(10); return o != 0 ? __p.bb.GetUshort(o + __p.bb_pos) : (ushort)0; } }
27 public bool MutateU16(ushort u16) { int o = __p.__offset(10); if (o != 0) { __p.bb.PutUshort(o + __p.bb_pos, u16); return true; } else { return false; } }
53 ushort u16 = 0,
82 public static void AddU16(FlatBufferBuilder builder, ushort u16) { builder.AddUshort(3, u16, 0); }
  /external/clang/lib/Headers/
opencl-c.h 35 typedef unsigned short ushort; typedef
93 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
94 typedef ushort ushort3 __attribute__((ext_vector_type(3)));
95 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
96 typedef ushort ushort8 __attribute__((ext_vector_type(8)));
97 typedef ushort ushort16 __attribute__((ext_vector_type(16)));
307 char __ovld __cnfn convert_char_rte(ushort);
308 char __ovld __cnfn convert_char_sat_rte(ushort);
309 char __ovld __cnfn convert_char_rtz(ushort);
310 char __ovld __cnfn convert_char_sat_rtz(ushort);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 35 typedef unsigned short ushort; typedef
93 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
94 typedef ushort ushort3 __attribute__((ext_vector_type(3)));
95 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
96 typedef ushort ushort8 __attribute__((ext_vector_type(8)));
97 typedef ushort ushort16 __attribute__((ext_vector_type(16)));
307 char __ovld __cnfn convert_char_rte(ushort);
308 char __ovld __cnfn convert_char_sat_rte(ushort);
309 char __ovld __cnfn convert_char_rtz(ushort);
310 char __ovld __cnfn convert_char_sat_rtz(ushort);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 35 typedef unsigned short ushort; typedef
93 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
94 typedef ushort ushort3 __attribute__((ext_vector_type(3)));
95 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
96 typedef ushort ushort8 __attribute__((ext_vector_type(8)));
97 typedef ushort ushort16 __attribute__((ext_vector_type(16)));
307 char __ovld __cnfn convert_char_rte(ushort);
308 char __ovld __cnfn convert_char_sat_rte(ushort);
309 char __ovld __cnfn convert_char_rtz(ushort);
310 char __ovld __cnfn convert_char_sat_rtz(ushort);
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
opencl-c.h 35 typedef unsigned short ushort; typedef
93 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
94 typedef ushort ushort3 __attribute__((ext_vector_type(3)));
95 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
96 typedef ushort ushort8 __attribute__((ext_vector_type(8)));
97 typedef ushort ushort16 __attribute__((ext_vector_type(16)));
307 char __ovld __cnfn convert_char_rte(ushort);
308 char __ovld __cnfn convert_char_sat_rte(ushort);
309 char __ovld __cnfn convert_char_rtz(ushort);
310 char __ovld __cnfn convert_char_sat_rtz(ushort);
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_prim_vbuf.c 225 ushort vertex_size,
226 ushort nr_vertices)
280 ushort min_index,
281 ushort max_index)
303 * Ensure that the given max_index given is not larger ushort max.
304 * If it is larger then ushort max it advanced the hw_offset to the
547 const ushort *indices,
615 const ushort *indices,
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe.c 133 ushort flags,
153 ushort flags,
206 const ushort *elts, \
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
types.h 52 typedef unsigned short ushort; /* Sys V compatibility */ typedef
  /frameworks/rs/tests/lldb/cpp/KernelVariables/
simple.rs 23 ushort ushort_global = 432;
85 ushort ushort_local = 432;
  /frameworks/rs/tests/lldb/java/KernelVariables/src/rs/
simple.rs 23 ushort ushort_global = 432;
85 ushort ushort_local = 432;
  /frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
simple.rs 23 ushort ushort_global = 432;
85 ushort ushort_local = 432;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 136 /* pick up ushort & uint from standard types.h */
172 /* define uchar, ushort, uint, ulong */
179 typedef unsigned short ushort; typedef
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
single_source_alloc.rs 66 VERIFY_KERNEL(ushort)
194 STORE_TO_ALLOC(RS_TYPE_UNSIGNED_16, ushort);
216 LAUNCH_VERIFY_KERNEL(RS_TYPE_UNSIGNED_16, ushort);
460 TEST_HELPERS(ushort);

Completed in 1596 milliseconds

1 2 34 5 6 7 8 9