HomeSort by relevance Sort by last modified time
    Searched refs:U32 (Results 26 - 50 of 196) sorted by null

12 3 4 5 6 7 8

  /external/skqp/src/jumper/
SkJumper_stages_lowp.cpp 40 using U32 = uint32_t __attribute__((ext_vector_type(16)));
47 using U32 = uint32_t __attribute__((ext_vector_type(8)));
148 SI U32 if_then_else(I32 c, U32 t, U32 e) { return (t & c) | (e & ~c); }
195 SI U32 trunc_(F x) { return (U32)cast<I32>(x); }
407 SI U32 ix_and_ptr(T** ptr, const SkJumper_GatherCtx* ctx, F x, F y) {
409 limit = bit_cast<F>( bit_cast<U32>(limit) - 1 ); // Exclusive -> inclusive.
470 SI V gather(const T* ptr, U32 ix)
    [all...]
  /external/vixl/tools/test_generator/
data_types.py 284 how they should be represented and printed, see the `U32` class for an
345 class U32(Scalar):
382 class Register(U32):
408 class NZCV(U32):
449 class Q(U32):
489 class GE(U32):
521 class FPSCR(U32):
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
GetElementAt.java 76 gIn = Allocation.createSized(mRS, Element.U32(mRS), INPUTSIZE);
93 Type.Builder builder = new Type.Builder(mRS, Element.U32(mRS));
  /external/libxaac/decoder/armv7/
ixheaacd_overlap_add1.s 72 VSHR.U32 Q15, Q15, #16
93 VSHR.U32 Q12, Q12, #16
129 VSHR.U32 Q15, Q15, #16
131 VSHR.U32 Q12, Q12, #16
179 VSHR.U32 Q15, Q15, #16
183 VSHR.U32 Q12, Q12, #16
239 VSHR.U32 Q15, Q15, #16
241 VSHR.U32 Q12, Q12, #16
ixheaacd_dct3_32.s 94 VSHR.U32 Q15, Q15, #16
134 VSHR.U32 Q15, Q15, #16
180 VSHR.U32 Q15, Q15, #16
227 VSHR.U32 Q15, Q15, #16
280 VSHR.U32 Q15, Q15, #16
331 VSHR.U32 Q15, Q15, #16
383 VSHR.U32 Q15, Q15, #16
441 VSHR.U32 Q15, Q15, #16
ixheaacd_dec_DCT2_64_asm.s 110 VSHR.U32 Q14, Q14, #16
172 VSHR.U32 Q14, Q14, #16
217 VSHR.U32 Q14, Q14, #16
269 VSHR.U32 Q14, Q14, #16
346 VSHR.U32 Q13, Q13, #16
387 VSHR.U32 Q13, Q13, #16
433 VSHR.U32 Q13, Q13, #16
476 VSHR.U32 Q13, Q13, #16
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
RsBrickedBitMask.java 59 Type.Builder b = new Type.Builder(state.mRs, android.renderscript.Element.U32(state.mRs));
83 Type.Builder b = new Type.Builder(rs, android.renderscript.Element.U32(rs));
  /external/tensorflow/tensorflow/compiler/tf2xla/
type_util.cc 47 *type = xla::U32;
  /frameworks/rs/tests/cpp_api/cpp-globalguard/
compute.cpp 50 e = Element::U32(rs);
  /frameworks/rs/tests/cpp_api/cppallocation/
compute.cpp 27 sp<const Element> e = Element::U32(rs);
  /prebuilts/go/darwin-x86/src/fmt/
stringer_test.go 37 func (v TU32) String() string { return Sprintf("U32: %d", uint32(v)) }
56 check(t, s, "U: 5 U8: 6 U16: 7 U32: 8 U64: 9 UI: 10")
  /prebuilts/go/linux-x86/src/fmt/
stringer_test.go 37 func (v TU32) String() string { return Sprintf("U32: %d", uint32(v)) }
56 check(t, s, "U: 5 U8: 6 U16: 7 U32: 8 U64: 9 UI: 10")
  /prebuilts/go/darwin-x86/test/
convT2X.go 17 U32 uint32
31 func (U32) Method() {}
45 u32 = U32(2)
62 iu32 interface{} = u32
77 ju32 J = u32
104 if u32 != iu32 {
105 panic("u32 != iu32")
107 if u32 != ju32 {
108 panic("u32 != ju32"
44 u32 = U32(2) var
    [all...]
  /prebuilts/go/linux-x86/test/
convT2X.go 17 U32 uint32
31 func (U32) Method() {}
45 u32 = U32(2)
62 iu32 interface{} = u32
77 ju32 J = u32
104 if u32 != iu32 {
105 panic("u32 != iu32")
107 if u32 != ju32 {
108 panic("u32 != ju32"
44 u32 = U32(2) var
    [all...]
  /external/google-breakpad/src/client/linux/dump_writer_common/
thread_info.cc 50 void U32(void* out, uint32_t v) {
112 U32(out->extended_registers + 8, fpxregs.fip);
114 U32(out->extended_registers + 16, fpregs.foo);
116 U32(out->extended_registers + 24, fpxregs.mxcsr);
  /frameworks/rs/tests/cpp_api/cppstrided/
compute.cpp 28 sp<const Element> e = Element::U32(rs);
  /system/tools/hidl/c2hal/
Expression.cpp 38 return Type::U32;
71 if (lhs == U32 || rhs == U32) {
  /external/lz4/lib/
lz4frame.c 82 typedef uint32_t U32;
88 typedef unsigned int U32;
95 static U32 LZ4F_readLE32 (const void* src)
98 U32 value32 = srcPtr[0];
101 value32 += ((U32)srcPtr[3])<<24;
105 static void LZ4F_writeLE32 (void* dst, U32 value32)
171 U32 version;
172 U32 cStage;
181 U32 lz4CtxLevel; /* 0: unallocated; 1: LZ4_stream_t; 3: LZ4_streamHC_t */
236 U32 const xxh = XXH32(header, length, 0)
    [all...]
  /external/lz4/programs/
lz4cli.c 430 DISPLAYLEVEL(2, "using blocks of size %u KB \n", (U32)(blockSize>>10));
435 DISPLAYLEVEL(2, "bench: using blocks of size %u KB \n", (U32)(B>>10));
437 DISPLAYLEVEL(2, "bench: using blocks of size %u bytes \n", (U32)(B));
513 if ((mode == om_compress) || (mode == om_bench)) DISPLAYLEVEL(4, "Blocks size : %i KB\n", (U32)(blockSize>>10));
  /frameworks/rs/tests/cpp_api/cppbasic-getpointer/
compute.cpp 22 sp<const Element> e = Element::U32(rs);
  /frameworks/rs/tests/cpp_api/latency/
latency.cpp 62 sp<const Element> e = Element::U32(rs);
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_foreach_multi.java 41 Type.Builder type32Builder = new Type.Builder(RS, Element.U32(RS));
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_foreach_multi.java 43 Type.Builder type32Builder = new Type.Builder(RS, Element.U32(RS));
  /external/valgrind/VEX/priv/
ir_opt.c 1419 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U8; local
1426 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16; local
1598 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; local
1614 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; local
1631 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; local
1901 \/*unsigned*\/ UInt u32; local
    [all...]
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 138 passed &= (Element::U32(mRS) != nullptr);
196 sp<const Element> U32 = Element::U32(mRS);
207 U16, U32, U64, U8, U8_3, U8_4 };
274 eb->add(Element::U32(mRS), "U32", arraySize);

Completed in 554 milliseconds

12 3 4 5 6 7 8