Home
last modified time | relevance | path

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

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