Home
last modified time | relevance | path

Searched defs:IsInf (Results 1 – 3 of 3) sorted by relevance

/prebuilts/go/linux-x86/src/math/cmplx/
Disinf.go10 func IsInf(x complex128) bool { func
/prebuilts/go/linux-x86/src/math/
Dbits.go46 func IsInf(f float64, sign int) bool { func
/prebuilts/go/linux-x86/src/math/big/
Dfloat.go339 func (x *Float) IsInf() bool { func