Searched refs:e_bitand (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | eval.c | 165 e_if, e_ifnot, e_print, e_bitand, e_bitor, e_between, e_clip, e_atan2, e_lerp, enumerator 326 case e_bitand: return isnan(d) || isnan(d2) ? NAN : e->value * ((long int)d & (long int)d2); in eval_expr() 469 else if (strmatch(next, "bitand")) d->type = e_bitand; in parse_primary()
|
Completed in 2 milliseconds