Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/doctest/
Ddoctest.h571 is_normal = 2 * is_require, enumerator
/third_party/python/Lib/
D_pydecimal.py3135 def is_normal(self, context=None): member in Decimal
4552 def is_normal(self, a): member in Context
/third_party/ltp/tools/sparse/sparse-src/
Dpre-process.c2175 int is_normal = 1; in handle_preprocessor_line() local