Searched refs:valf (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | inline.c | 185 struct expression *valf = copy_expression(expr->cond_false); in copy_expression() local 186 if (cond == expr->conditional && valt == expr->cond_true && valf == expr->cond_false) in copy_expression() 191 expr->cond_false = valf; in copy_expression() 377 struct statement *valf = stmt->if_false; in copy_one_statement() local 381 valf = copy_one_statement(valf); in copy_one_statement() 384 stmt->if_false == valf) in copy_one_statement() 389 stmt->if_false = valf; in copy_one_statement()
|
D | expand.c | 546 struct expression *valf = expr->cond_false; in expand_conditional() local 553 valt = valf; in expand_conditional() 565 cost += expand_expression(valf); in expand_conditional()
|
D | show-parse.c | 1049 int valf = show_expression(expr->cond_false); in show_conditional_expr() local 1052 printf("[v%d]\tcmov.%d\t\tv%d,v%d,v%d\n", cond, expr->ctype->bit_size, new, valt, valf); in show_conditional_expr()
|
D | linearize.c | 1610 pseudo_t cond, valt, valf, res; in linearize_select() local 1614 valf = linearize_expression(ep, expr->cond_false); in linearize_select() 1622 use_pseudo(insn, valf, &insn->src3); in linearize_select()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_kerndeint.c | 136 double valf; in filter_frame() local 234 valf = + 0.526 * ((int)srcpp[x] + (int)srcpn[x]) in filter_frame() 240 valf = + 0.526 * ((int)srcpp[x] + (int)srcpn[x]) in filter_frame() 246 dstp[x] = av_clip(valf, lo, hi); in filter_frame()
|