Home
last modified time | relevance | path

Searched refs:isMinusInf (Results 1 – 6 of 6) sorted by relevance

/external/python/pyasn1/docs/source/pyasn1/type/univ/
Dreal.rst10 …TypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec, isInf, isPlusInf, isMinusInf
/external/python/pyasn1/pyasn1/codec/ber/
Dencoder.py427 if value.isMinusInf:
/external/eigen/test/
Dmain.h622 template<typename T> bool isMinusInf(const T& x) in isMinusInf() function
/external/python/pyasn1/pyasn1/type/
Duniv.py1401 def isMinusInf(self): member in Real
1545 return self.isMinusInf
/external/python/pyasn1/
DCHANGES.rst236 refactored into properties and renamed into IsInf, IsPlusInf and isMinusInf
/external/python/pyasn1/tests/type/
Dtest_univ.py834 assert univ.Real('-inf').isMinusInf, 'isMinusInfinity failed'