Home
last modified time | relevance | path

Searched refs:Uint (Results 1 – 25 of 52) sorted by relevance

123

/external/v8/src/arm64/
Dsimulator-logic-arm64.cc592 uint64_t ua = src1.Uint(vform, i); in cmp()
593 uint64_t ub = src2.Uint(vform, i); in cmp()
638 uint64_t ua = src1.Uint(vform, i); in cmptst()
639 uint64_t ub = src2.Uint(vform, i); in cmptst()
707 dst.SetUint(vform, i, src1.Uint(vform, i) * src2.Uint(vform, i)); in mul()
931 PolynomialMult(src1.Uint(vform, i), src2.Uint(vform, i))); in pmul()
944 PolynomialMult(src1.Uint(vform_src, i), src2.Uint(vform_src, i))); in pmull()
957 PolynomialMult(src1.Uint(vform_src, lane_count + i), in pmull2()
958 src2.Uint(vform_src, lane_count + i))); in pmull2()
997 dst.SetUint(vform, i, src1.Uint(vform, i) & src2.Uint(vform, i)); in and_()
[all …]
/external/vixl/src/aarch64/
Dlogic-aarch64.cc487 uint64_t ua = src1.Uint(vform, i); in cmp()
488 uint64_t ub = src2.Uint(vform, i); in cmp()
539 uint64_t ua = src1.Uint(vform, i); in cmptst()
540 uint64_t ub = src2.Uint(vform, i); in cmptst()
618 dst.SetUint(vform, i, src1.Uint(vform, i) * src2.Uint(vform, i)); in mul()
959 PolynomialMult(src1.Uint(vform, i), src2.Uint(vform, i))); in pmul()
974 PolynomialMult(src1.Uint(vform_src, i), in pmull()
975 src2.Uint(vform_src, i))); in pmull()
991 PolynomialMult(src1.Uint(vform_src, lane_count + i), in pmull2()
992 src2.Uint(vform_src, lane_count + i))); in pmull2()
[all …]
/external/syzkaller/pkg/serializer/
Dserializer.go55 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
56 fmt.Fprintf(w.w, "%v", v.Uint())
175 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
176 return v.Uint() == 0
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/value/
Dformat.go58 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
61 return formatPrimitive(v.Type(), formatHex(v.Uint()), conf)
63 return formatPrimitive(v.Type(), v.Uint(), conf)
225 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
226 return v.Uint() == 0
Dsort.go49 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
50 return x.Uint() < y.Uint()
/external/syzkaller/vendor/cloud.google.com/go/internal/optional/
Doptional.go37 Uint interface{} interface
78 func ToUint(v Uint) uint { argument
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c256 d.ui = data[i].Uint | (uint64_t)data[i+1].Uint << 32; in dump_imm_data()
263 d.i = data[i].Uint | (uint64_t)data[i+1].Uint << 32; in dump_imm_data()
270 d.ui = data[i].Uint | (uint64_t)data[i+1].Uint << 32; in dump_imm_data()
282 UID(data[i].Uint); in dump_imm_data()
Dtgsi_text.c1242 ret = parse_double(&ctx->cur, &values[i].Uint, &values[i+1].Uint); in parse_immediate_data()
1246 ret = parse_int64(&ctx->cur, &values[i].Uint, &values[i+1].Uint); in parse_immediate_data()
1250 ret = parse_uint64(&ctx->cur, &values[i].Uint, &values[i+1].Uint); in parse_immediate_data()
1257 ret = parse_uint(&ctx->cur, &values[i].Uint); in parse_immediate_data()
/external/syzkaller/vendor/google.golang.org/api/gensupport/
Djson.go203 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
204 return v.Uint() == 0
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp298 inline GLValue::Uint getRandom (deRandom& rnd, GLValue::Uint min, GLValue::Uint max) in getRandom()
303 …return GLValue::Uint::create((min == max ? min : min + (deRandom_getUint32(&rnd) % (max.to<deUint3… in getRandom()
362 inline GLValue::Uint minValue (void) in minValue()
364 return GLValue::Uint::create(4 * 16777216); in minValue()
419 inline GLValue::Uint abs (GLValue::Uint val) in abs()
1228 rangesHi[(int)Array::INPUTTYPE_UNSIGNED_INT] = GLValue(Uint::create(4294967295u)); in getMaxValue()
1246 rangesLo[(int)Array::INPUTTYPE_UNSIGNED_INT] = GLValue(Uint::create(0)); in getMinValue()
1377 alignmentSafeAssignment<deUint32>(data, getRandom<GLValue::Uint>(rnd, min.ui, max.ui)); in setData()
1451 …data = createQuads<GLValue::Uint>(seed, count, componentCount, offset, stride, primitive, min.ui, … in generateQuads()
1699 …data = createPerQuads<GLValue::Uint>(seed, count, componentCount, stride, primitive, min.ui, max.u… in generatePerQuad()
DglsDrawTest.cpp435 typedef WrappedType<deUint32> Uint; typedef in deqp::gls::__anond14e03d00111::GLValue
508 explicit GLValue (Uint value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_INT), ui(value) {} in GLValue()
529 Uint ui;
614 rangesHi[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_INT] = GLValue(Uint::create(4294967295u)); in getMaxValue()
632 rangesLo[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_INT] = GLValue(Uint::create(0)); in getMinValue()
649 template<> struct GLValueTypeTraits<GLValue::Uint> { static const DrawTestSpec::InputType Type = D…
663 template<> GLValue::Uint inline extractGLValue<GLValue::Uint> (const GLValue& v) { return v.ui; }; in extractGLValue()
754 inline GLValue::Uint getRandom (deRandom& rnd, GLValue::Uint min, GLValue::Uint max) in getRandom()
759 …return GLValue::Uint::create((min == max ? min : min + (deRandom_getUint32(&rnd) % (max.to<deUint3… in getRandom()
815 inline GLValue::Uint minValue (void) in minValue()
[all …]
DglsVertexArrayTests.hpp316 typedef WrappedType<deUint32> Uint; typedef in deqp::gls::GLValue
393 explicit GLValue (Uint value) : type(Array::INPUTTYPE_UNSIGNED_INT), ui(value) {} in GLValue()
414 Uint ui;
/external/golang-protobuf/proto/
Dequal.go222 return v1.Uint() == v2.Uint()
Dlib.go903 s.less = func(a, b reflect.Value) bool { return a.Uint() < b.Uint() }
934 return v.Uint() == 0
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dequal.go222 return v1.Uint() == v2.Uint()
Dlib.go865 s.less = func(a, b reflect.Value) bool { return a.Uint() < b.Uint() }
896 return v.Uint() == 0
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/
Dcompare.go219 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
220 s.report(vx.Uint() == vy.Uint(), vx, vy)
/external/v8/src/compiler/
Dmachine-operator.h720 V(Uint, Div) \ in NON_EXPORTED_BASE()
721 V(Uint, LessThan) \ in NON_EXPORTED_BASE()
722 V(Uint, Mod) in NON_EXPORTED_BASE()
/external/syzkaller/vendor/google.golang.org/appengine/datastore/
Dsave.go319 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
320 return v.Uint() == 0
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c252 d.ui = data[i].Uint | (uint64_t)data[i+1].Uint << 32; in dump_imm_data()
264 UID(data[i].Uint); in dump_imm_data()
Dtgsi_parse.c163 next_token(ctx, &imm->u[i].Uint); in tgsi_parse_token()
Dtgsi_ureg.c1318 out[1].imm_data.Uint = v[0]; in emit_immediate()
1319 out[2].imm_data.Uint = v[1]; in emit_immediate()
1320 out[3].imm_data.Uint = v[2]; in emit_immediate()
1321 out[4].imm_data.Uint = v[3]; in emit_immediate()
/external/deqp/modules/gles31/scripts/
Dgen-implicit-conversions.py29 from genutil import Scalar, Vec2, Vec3, Vec4, Uint, UVec2, UVec3, UVec4, CaseGroup
384 "uint": Uint(2),
518 return a.toUint() * Uint(2)
/external/swiftshader/third_party/SPIRV-Tools/test/
Dstring_utils_test.cpp34 TEST(ToString, Uint) { in TEST() argument
/external/deqp-deps/SPIRV-Tools/test/
Dstring_utils_test.cpp34 TEST(ToString, Uint) { in TEST() argument

123