/external/v8/src/arm64/ |
D | simulator-logic-arm64.cc | 592 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/ |
D | logic-aarch64.cc | 487 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/ |
D | serializer.go | 55 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/ |
D | format.go | 58 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
|
D | sort.go | 49 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/ |
D | optional.go | 37 Uint interface{} interface 78 func ToUint(v Uint) uint { argument
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_dump.c | 256 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()
|
D | tgsi_text.c | 1242 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/ |
D | json.go | 203 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr: 204 return v.Uint() == 0
|
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 298 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()
|
D | glsDrawTest.cpp | 435 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 …]
|
D | glsVertexArrayTests.hpp | 316 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/ |
D | equal.go | 222 return v1.Uint() == v2.Uint()
|
D | lib.go | 903 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/ |
D | equal.go | 222 return v1.Uint() == v2.Uint()
|
D | lib.go | 865 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/ |
D | compare.go | 219 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/ |
D | machine-operator.h | 720 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/ |
D | save.go | 319 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr: 320 return v.Uint() == 0
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_dump.c | 252 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()
|
D | tgsi_parse.c | 163 next_token(ctx, &imm->u[i].Uint); in tgsi_parse_token()
|
D | tgsi_ureg.c | 1318 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/ |
D | gen-implicit-conversions.py | 29 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/ |
D | string_utils_test.cpp | 34 TEST(ToString, Uint) { in TEST() argument
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | string_utils_test.cpp | 34 TEST(ToString, Uint) { in TEST() argument
|