Home
last modified time | relevance | path

Searched refs:typespec (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/_decimal/tests/
Dformathelper.py238 def rand_format(fill, typespec='EeGgFfn%'): argument
259 if 4 in active: c = typespec.replace('n', '')
260 else: c = typespec
/external/libchrome/third_party/jinja2/
Dsandbox.py229 for typespec, unsafe in _mutable_spec:
230 if isinstance(obj, typespec):
/external/clang/include/clang/Basic/
Darm_neon.td184 // A typespec is a sequence of uppercase characters (modifiers) followed by one
185 // lowercase character. A typespec encodes a particular "base type" of the
188 // An example typespec is "Qs" - quad-size short - uint16x8_t. The available
189 // typespec codes are given below.
192 // is instantiated for every typespec in the sequence. For example "sdQsQd".