Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dminmax.go28 type floaty interface{ ~float32 | ~float64 } interface
30 func fmin[F floaty](x, y F) F {
42 func fmax[F floaty](x, y F) F {
54 func forbits[F floaty](x, y F) F {
64 func fandbits[F floaty](x, y F) F {
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/
H A DFloatyUnitTest.java337 Target.Floaty floaty; in testRangeDoesNotAcrossZero() local