Home
last modified time | relevance | path

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

/external/go-cmp/cmp/cmpopts/
Dequate.go60 type approximator struct{ frac, marg float64 } argument
68 func (a approximator) compareF64(x, y float64) bool {
72 func (a approximator) compareF32(x, y float32) bool {