MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / parse_pow

Function parse_pow

libavcodec/eval.c:295–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295static AVExpr * parse_pow(Parser *p, int *sign){
296 *sign= (*p->s == '+') - (*p->s == '-');
297 p->s += *sign&1;
298 return parse_primary(p);
299}
300
301static AVExpr * parse_factor(Parser *p){
302 int sign, sign2;

Callers 1

parse_factorFunction · 0.85

Calls 1

parse_primaryFunction · 0.85

Tested by

no test coverage detected