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

1 2 3 4 56 7 8

  /frameworks/rs/tests/lldb/cpp/Allocations/
Allocations.cpp 196 mUIntAllocation = Allocation::createSized(mRS, Element::U32(mRS), mAllocSize);
  /frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
MainActivity.java 248 mUIntAllocation = Allocation.createSized(mRS, Element.U32(mRS), mAllocSize);
  /frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
jniallocations.cpp 200 mUIntAllocation = Allocation::createSized(mRS, Element::U32(mRS), mAllocSize);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationTest.java 136 createTypedHelper(Element.U32(mRS));
179 createSizedHelper(Element.U32(mRS));
    [all...]
ForEachTest.java 194 t = new Type.Builder(mRS, Element.U32(mRS)).setX(x).create();
KernelTest.java 194 t = new Type.Builder(mRS, Element.U32(mRS)).setX(x).create();
ScriptGroupTest.java 315 Type u32 = new Type.Builder(mRS, Element.U32(mRS)).setX(2).create(); local
340 b.addConnection(u32, mG1.getKernelID_setSharedInt(), mG2.getKernelID_getSharedInt());
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 238 U32(const uint8_t* data) {
292 thread->fpxregs.mxcsr = U32(rawregs->extended_registers + 24);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
shape_util.cc 300 case U32:
681 case U32:
    [all...]
shape_util_test.cc 441 Shape matrix = ShapeUtil::MakeShape(U32, {1, 2});
448 EXPECT_EQ("u32[1,2]", ShapeUtil::HumanString(matrix));
450 EXPECT_EQ("(opaque[], f32[], u32[1,2], s32[3,4])",
452 EXPECT_EQ("((opaque[], f32[], u32[1,2], s32[3,4]), u32[1,2])",
457 EXPECT_EQ("u32[1,2]{1,0}", ShapeUtil::HumanStringWithLayout(matrix));
459 EXPECT_EQ("(opaque[], f32[], u32[1,2]{1,0}, s32[3,4]{0,1})",
461 EXPECT_EQ("((opaque[], f32[], u32[1,2]{1,0}, s32[3,4]{0,1}), u32[1,2]{1,0})",
469 "(unknown): u32[1,2],
    [all...]
  /external/valgrind/VEX/priv/
host_mips_isel.c 740 && uInt_fits_in_16_bits(e->Iex.Binop.arg2->Iex.Const.con-> Ico.U32)) {
741 return MIPSAMode_IR((Int) e->Iex.Binop.arg2->Iex.Const.con->Ico.U32,
    [all...]
host_s390_isel.c 455 case Ico_U32: value = expr->Iex.Const.con->Ico.U32; break;
477 case Ico_U32: value = con->Ico.U32; return ((Long)(value << 32) >> 32);
700 IRRoundingMode mode = irrm->Iex.Const.con->Ico.U32;
810 IRRoundingMode mode = irrm->Iex.Const.con->Ico.U32;
    [all...]
  /frameworks/compile/slang/tests/P_struct_field/
ScriptField_Outer.java.expect 73 eb.add(Element.U32(rs), "#rs_padding_1");
  /external/golang-protobuf/jsonpb/
jsonpb_test.go 448 {"UInt32Value", marshaler, &pb.KnownTypes{U32: &wpb.UInt32Value{Value: 4}}, `{"u32":4}`},
611 {"UInt32Value", Unmarshaler{}, `{"u32":4}`, &pb.KnownTypes{U32: &wpb.UInt32Value{Value: 4}}},
622 {"null UInt32Value", Unmarshaler{}, `{"u32":null}`, &pb.KnownTypes{U32: nil}},
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_evaluator.cc     [all...]
tuple_points_to_analysis_test.cc 396 {ShapeUtil::MakeShape(F32, {1, 2, 3}), ShapeUtil::MakeShape(U32, {5})});
    [all...]
  /external/vixl/src/aarch32/
assembler-aarch32.cc 130 case U32:
252 case U32:
351 case U32:
384 case U32:
444 case U32:
471 case U32:
504 case U32:
657 if ((dt1.GetValue() == F32) && (dt2.GetValue() == U32)) {
665 if ((dt1.GetValue() == U32) && (dt2.GetValue() == F32)) {
678 case U32
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrSyntax.g 663 | U32:"UINT32" {OpenBracket AN2:Number CloseBracket <<ArrayNum = _STOU32(AN2->getText(), AN2->getLine());>>}
664 << TypeName = U32->getText(); LineNum = U32->getLine(); >>
    [all...]
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_allocation.cpp 103 createTypedHelper(rs, Element::U32(rs));
  /external/golang-protobuf/jsonpb/jsonpb_test_proto/
test_objects.pb.go 634 U32 *google_protobuf4.UInt32Value `protobuf:"bytes,8,opt,name=u32" json:"u32,omitempty"`
725 return m.U32
  /external/lz4/programs/
lz4io.c 222 static U32 g_removeSrcFile = 0;
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
gk104.asm 2 // DIV U32
15 bfind u32 $r2 $r1
19 long cvt u32 $r1 neg u32 $r1
20 long mul $r3 u32 $r1 u32 $r2
21 add $r2 (mul high u32 $r2 u32 $r3) $r2
23 mul $r3 u32 $r1 u32 $r
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
TestUtil.h 273 uint32_t U32[4];
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/python/
xla_client.py 131 xla_data_pb2.U32: np.dtype(np.uint32),
938 a: a ComputationDataHandle to an F32, S32, or U32 scalar (consistent with
941 b: a ComputationDataHandle to an F32, S32, or U32 scalar (consistent with
947 same numeric type (F32, S32, or U32) as the arguments a and b.
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Element.java 382 public static Element U32(RenderScript rs) {
    [all...]

Completed in 942 milliseconds

1 2 3 4 56 7 8