Searched refs:tg (Results 1 – 4 of 4) sorted by relevance
32 import test_generator as tg namespace39 parser = tg.ArgumentParser()41 args = tg.ParseArgs(parser)42 tg.FileNames.InitializeFileLists(args.spec, args.example)46 specFileBase = os.path.basename(tg.FileNames.specFile)91 return tg.PrettyPrintAsFloat(var)113 "isIgnored": isinstance(operand, tg.IgnoredOutput),166 spec_name=tg.FileNames.specName,175 tg.Run(InitializeFiles=InitializeFiles, DumpExample=DumpExample)
34 import test_generator as tg namespace185 "use shared memory": str(tg.Configuration.useSHM()),249 tg.FileNames.InitializeFileLists(args.spec, "-")250 tg.FileNames.NextFile()
61 const uchar *tg = &tr[256]; in kernel() local62 const uchar *tb = &tg[256]; in kernel()67 out[1] = tg[in[1]]; in kernel()
58 float tg = tgi / 255f; in colorize() local62 float cLum = (tr * lr + tg * lg + tb * lb) * 255; in colorize()