ldexpf            106 libavutil/libm.h #undef ldexpf
ldexpf            107 libavutil/libm.h #define ldexpf(x, exp) ((float)ldexp(x, exp))