Home
last modified time | relevance | path

Searched refs:numericAbs (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/absdiffimp.dir/
Da.go15 type numericAbs[T any] interface { type
22 func absDifference[T numericAbs[T]](a, b T) T {
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dabsdiff.go17 type numericAbs[T any] interface { type
24 func absDifference[T numericAbs[T]](a, b T) T {
Dabsdiff2.go25 type numericAbs[T Numeric] interface { type
33 func absDifference[T Numeric, U numericAbs[T]](a, b U) T {
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/
Dissue50782.go17 type numericAbs[T Numeric] interface { type
24 func absDifference[T numericAbs[T /* ERROR "T does not satisfy Numeric" */]](a, b T) T {
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/absdiffimp2.dir/
Da.go19 type numericAbs[T Numeric] interface { type
27 func absDifference[T Numeric, U numericAbs[T]](a, b U) T {