HomeSort by relevance Sort by last modified time
    Searched defs:min64 (Results 1 - 3 of 3) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
dotgraph.go 294 if weight := 1 + int(min64(abs64(edge.WeightValue()*100/b.config.Total), 100)); weight > 1 {
297 if width := 1 + int(min64(abs64(edge.WeightValue()*5/b.config.Total), 5)); width > 1 {
485 func min64(a, b int64) int64 { func
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
dotgraph.go 294 if weight := 1 + int(min64(abs64(edge.WeightValue()*100/b.config.Total), 100)); weight > 1 {
297 if width := 1 + int(min64(abs64(edge.WeightValue()*5/b.config.Total), 5)); width > 1 {
485 func min64(a, b int64) int64 { func
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Target.java 611 public double min64() { return mMinValue; } method in class:Target.Floaty

Completed in 254 milliseconds