Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddecimal.py699 def _isnan(self): member in Decimal
/external/python/cpython3/Lib/
D_pydecimal.py717 def _isnan(self): member in Decimal
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp5528 builtin_builder::_isnan(builtin_available_predicate avail, const glsl_type *type) in _isnan() function in builtin_builder