Searched refs:apply_lit (Results 1 – 1 of 1) sorted by relevance
/math/ |
A D | gen-libm-test.py | 333 def apply_lit(arg, macro): function 359 args_c.append(apply_lit(args[arg_pos], 'LIT')) 360 args_c.append(apply_lit(args[arg_pos + 1], 'LIT')) 364 args_c.append(apply_lit(args[arg_pos], 'LIT')) 366 args_c.append(apply_lit(args[arg_pos], 'ARG_LIT')) 390 result = apply_lit(result, 'LIT') 400 result1 = apply_lit(result1, 'LIT') 408 result2 = apply_lit(result2, 'LIT') 424 rm_args.extend(['1', apply_lit(sp, 'LIT')])
|
Completed in 3 milliseconds