Home
last modified time | relevance | path

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

/external/rust/crates/num-traits/src/
Dfloat.rs266 fn is_subnormal(self) -> bool { in is_subnormal() method
1112 fn is_subnormal(self) -> bool { in is_subnormal() method
/external/python/cpython3/Lib/
D_pydecimal.py3165 def is_subnormal(self, context=None): member in Decimal
4637 def is_subnormal(self, a): member in Context
/external/python/cpython2/Lib/
Ddecimal.py3049 def is_subnormal(self, context=None): member in Decimal
4447 def is_subnormal(self, a): member in Context