Searched refs:typespec (Results 1 – 3 of 3) sorted by relevance
238 def rand_format(fill, typespec='EeGgFfn%'): argument259 if 4 in active: c = typespec.replace('n', '')260 else: c = typespec
229 for typespec, unsafe in _mutable_spec:230 if isinstance(obj, typespec):
184 // A typespec is a sequence of uppercase characters (modifiers) followed by one185 // lowercase character. A typespec encodes a particular "base type" of the188 // An example typespec is "Qs" - quad-size short - uint16x8_t. The available189 // typespec codes are given below.192 // is instantiated for every typespec in the sequence. For example "sdQsQd".