HomeSort by relevance Sort by last modified time
    Searched full:int4 (Results 51 - 75 of 118) sorted by null

1 23 4 5

  /external/arduino/hardware/arduino/cores/arduino/
WInterrupts.c 70 EIMSK |= (1 << INT4);
139 EIMSK &= ~(1 << INT4);
  /frameworks/base/graphics/java/android/renderscript/
FieldPacker.java 330 public void addU16(Int4 v) {
346 public void addI32(Int4 v) {
503 public Int4 subInt4() {
504 Int4 v = new Int4();
  /frameworks/rs/driver/runtime/
rs_cl.c 5 extern float4 __attribute__((overloadable)) convert_float4(int4 c);
9 extern int4 __attribute__((overloadable)) convert_int4(float4 c);
61 extern int4 __attribute__((overloadable)) fnc(float4 v) { \
62 int4 r; \
130 extern float4 __attribute__((overloadable)) fnc(float4 v1, int4 v2) { \
221 extern float4 __attribute__((overloadable)) fnc(float4 v1, int4 *v2) { \
285 fnc(float4 v1, float4 v2, int4 *v3) { \
526 extern float4 __attribute__((overloadable)) pown(float4 v, int4 p) {
    [all...]
rs_core.c 148 PRIM_DEBUG(int4)
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
FieldPacker.java 383 public void addU16(Int4 v) {
385 mN.addU16(new android.renderscript.Int4(v.x, v.y, v.z, v.w));
411 public void addI32(Int4 v) {
413 mN.addI32(new android.renderscript.Int4(v.x, v.y, v.z, v.w));
  /external/llvm/test/CodeGen/SystemZ/
fp-move-02.ll 135 %int4 = bitcast double %biased4 to i64
159 %or4 = or i64 %or3, %int4
195 %int4 = load volatile i64 *@iptr
196 %masked4 = and i64 %int4, %mask
254 %int4 = phi i64 [ 0, %entry ], [ %add4, %loop ]
266 %add4 = add i64 %int4, %bias
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ComputeTest.java 37 import android.renderscript.Int4;
145 Int4 i4 = new Int4();
150 i4 = new Int4(1, 2, 3, 4);
553 Int4 I4 = s.get_u16_4();
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
constructors_index_additions.html 91 <nobr><A HREF="android.renderscript.Int4.html#android.renderscript.Int4.ctor_added(int, int, int, int)" class="hiddenlink" target="rightframe"><b>Int4</b>
constructors_index_all.html 91 <nobr><A HREF="android.renderscript.Int4.html#android.renderscript.Int4.ctor_added(int, int, int, int)" class="hiddenlink" target="rightframe"><b>Int4</b>
pkg_android.renderscript.html 190 <A NAME="Int4"></A>
191 <nobr><A HREF="android.renderscript.Int4.html">Int4</A></nobr>
  /frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
compute_benchmark.rs 51 static volatile int4 prefix##_i_4 = 1; \
249 RUN_BENCH(res_f_4 = fnc(src1_f_4, (int4*) &src1_i_4), "f4 " #fnc "(f4, i4*)")
256 RUN_BENCH(res_f_4 = fnc(src1_f_4, src2_f_4, (int4*) &src1_i_4), "f4 " #fnc "(f4, f4, i4*)")
  /frameworks/rs/driver/runtime/arch/
generic.c 302 extern int4 __attribute__((overloadable)) max(int4 v1, int4 v2) {
303 int4 r;
559 extern int4 __attribute__((overloadable)) min(int4 v1, int4 v2) {
560 int4 r;
  /frameworks/rs/scriptc/
rs_allocation.rsh 193 GET_ELEMENT_AT(int4)
328 SET_ELEMENT_AT(int4)
rs_cl.rsh 127 _RS_RUNTIME int4 __attribute__((const, overloadable)) fnc(float4 v);
147 _RS_RUNTIME float4 __attribute__((const, overloadable)) fnc(float4 v1, int4 v2);
165 _RS_RUNTIME float4 __attribute__((pure, overloadable)) fnc(float4 v1, int4 *v2);
197 fnc(float4 v1, float4 v2, int4 *v3);
  /prebuilts/sdk/renderscript/include/
rs_allocation.rsh 193 GET_ELEMENT_AT(int4)
328 SET_ELEMENT_AT(int4)
rs_cl.rsh 127 _RS_RUNTIME int4 __attribute__((const, overloadable)) fnc(float4 v);
147 _RS_RUNTIME float4 __attribute__((const, overloadable)) fnc(float4 v1, int4 v2);
165 _RS_RUNTIME float4 __attribute__((pure, overloadable)) fnc(float4 v1, int4 *v2);
197 fnc(float4 v1, float4 v2, int4 *v3);
  /cts/tests/src/android/renderscript/cts/
fe_all.rs 74 void test_i32_4(const int4 *ain, uint4 *aout) {
kernel_all.rs 79 uint4 __attribute__((kernel)) test_i32_4(int4 ain) {
vector.rs 30 int4 i32_4 = { 1, 2, 3, 4 };
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
pixelbender.php 81 'bool', 'bool2', 'bool3', 'bool4', 'int', 'int2', 'int3', 'int4',
  /external/llvm/lib/Target/R600/
AMDGPUFrameLowering.cpp 36 // For a vector stack variable, like: int4 stack[2], the data will be stored
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
vector.rs 30 int4 i32_4 = { 1, 2, 3, 4 };
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
vector.rs 30 int4 i32_4 = { 1, 2, 3, 4 };
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
vector.rs 30 int4 i32_4 = { 1, 2, 3, 4 };
  /frameworks/base/docs/html/reference/renderscript/
globals_type.html 102 <li>int4

Completed in 910 milliseconds

1 23 4 5