Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/sort/
Dsort_impl_120.go14 func float64sAreSortedImpl(x []float64) bool { return IsSorted(Float64Slice(x)) } func
Dsort_impl_go121.go21 func float64sAreSortedImpl(x []float64) bool { return slices.IsSorted(x) } func