Home
last modified time | relevance | path

Searched defs:mud (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/
Dmud.go27 type mud struct { struct
28 sorted, unsorted []edge
32 trackMass float64
36 trackBucket int
39 trackSum float64
42 hist [mudDegree]float64
60 func (d *mud) add(l, r, area float64) {
124 func (d *mud) setTrackMass(mass float64) {
149 func (d *mud) approxInvCumulativeSum() (float64, float64, bool) {
163 func (d *mud) invCumulativeSum(y float64) (float64, bool) {
Dgc.go506 mud *mud member