Home | History | Annotate | Download | only in json

Lines Matching refs:Abs

555 	abs := math.Abs(f)
558 if abs != 0 {
559 if bits == 64 && (abs < 1e-6 || abs >= 1e21) || bits == 32 && (float32(abs) < 1e-6 || float32(abs) >= 1e21) {