Searched defs:floaty (Results 1 – 2 of 2) sorted by relevance
28 type floaty interface{ ~float32 | ~float64 } interface30 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 {
337 Target.Floaty floaty; in testRangeDoesNotAcrossZero() local