Lines Matching refs:DST
190 """.format(SRC=src, DST=dst, M=mode))
199 """.format(SRC=src, DST=dst, N=size, H=half_size, M=mode))
206 }}""".format(SRC=src, DST=dst, M=mode))
237 {{""".format(DST=dst, SRC=src, N=size))
244 bool_prefix = "as_{DST}{N}(convert_{BOOL}{N}".format(DST=dst, BOOL=bool_type[dst], N=size);
262 return y;""".format(SRC=src, DST=dst, N=size,
287 print(" return convert_{DST}{N}(x);".format(DST=dst, N=size))
311 """.format(DST=dst, SRC=src, N=size, M=mode))
343 {{""".format(SRC=src, DST=dst, N=size, M=mode, S=sat))
353 print(" return convert_{DST}{N}{S}(x);".format(DST=dst, N=size, S=sat))
355 print(" return convert_{DST}{N}(x);".format(DST=dst, N=size))
357 print(" {DST}{N} r = convert_{DST}{N}(x);".format(DST=dst, N=size))
367 .format(DST=dst, N=size, BOOL=bool_type[dst]))
370 .format(DST=dst, N=size, BOOL=bool_type[dst]))
373 .format(DST=dst, N=size, BOOL=bool_type[dst]))