arbitrary precision integers More...
Go to the source code of this file.
arbitrary precision integers
Definition in file integer.c.
Definition at line 32 of file integer.c.
Referenced by av_rescale_rnd().
Definition at line 42 of file integer.c.
Referenced by av_mod_i().
Return the rounded-down value of the base 2 logarithm of the given AVInteger.
This is simply the index of the most significant bit which is 1, or 0 if all bits are 0.
Definition at line 52 of file integer.c.
Referenced by av_mod_i(), and av_mul_i().
Definition at line 62 of file integer.c.
Referenced by av_rescale_rnd().
Return 0 if a==b, 1 if a>b and -1 if a<b.
Definition at line 83 of file integer.c.
Referenced by av_mod_i().
bitwise shift
Definition at line 95 of file integer.c.
Referenced by av_mod_i().
Return a % b.
Definition at line 109 of file integer.c.
Referenced by av_div_i().
Convert the given int64_t to an AVInteger.
Definition at line 139 of file integer.c.
Referenced by av_rescale_rnd().