Lines Matching refs:ArgumentError
43 class ArgumentError(Error): class
420 raise ArgumentError('To few destinations: %d to load %d bits.' %
490 raise ArgumentError('Wrong leftover: %d' % bits_to_load)
544 raise ArgumentError('To few sources: %d to store %d bits.' %
614 raise ArgumentError('Wrong leftover: %d' % bits_to_store)
631 raise ArgumentError('Unsupported store_type: %d' % store_type)
638 raise ArgumentError('To many %dbit elements in a q register: %d' %
643 raise ArgumentError('To many %dbit elements in a d register: %d' %
664 raise ArgumentError('To many elements: %d' % count)
670 raise ArgumentError('Unsupported reduce: %s' % reduce_type)
677 raise ArgumentError('Not enough space in destination: %d vs %d' %
681 raise ArgumentError('Wrong number of sources: %d vs %d' %
685 raise ArgumentError('Unsupported reduce_count: %d' % reduce_count)