Go to the documentation of this file.
21 #define FUN(name, type, op) \
22 type name(type x, type y) \
24 if (fpclassify(x) == FP_NAN) return y; \
25 if (fpclassify(y) == FP_NAN) return x; \
26 return x op y ? x : y; \
34 long double fmodl(
long double x,
long double y)
41 return scalbn(x,
exp);
#define FUN(name, type, op)
long double fmodl(long double x, long double y)
float fminf(float, float)
static av_always_inline double copysign(double x, double y)
long double scalbnl(long double x, int exp)
float fmaxf(float, float)
double fmin(double, double)
double fmax(double, double)
long double copysignl(long double x, long double y)