Searched refs:isMinusInf (Results 1 – 6 of 6) sorted by relevance
/external/python/pyasn1/docs/source/pyasn1/type/univ/ |
D | real.rst | 10 …TypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec, isInf, isPlusInf, isMinusInf
|
/external/python/pyasn1/pyasn1/codec/ber/ |
D | encoder.py | 427 if value.isMinusInf:
|
/external/eigen/test/ |
D | main.h | 622 template<typename T> bool isMinusInf(const T& x) in isMinusInf() function
|
/external/python/pyasn1/pyasn1/type/ |
D | univ.py | 1401 def isMinusInf(self): member in Real 1545 return self.isMinusInf
|
/external/python/pyasn1/ |
D | CHANGES.rst | 236 refactored into properties and renamed into IsInf, IsPlusInf and isMinusInf
|
/external/python/pyasn1/tests/type/ |
D | test_univ.py | 834 assert univ.Real('-inf').isMinusInf, 'isMinusInfinity failed'
|