Go to the source code of this file.
|
long double | fmodl (long double x, long double y) |
|
long double | scalbnl (long double x, int exp) |
|
long double | copysignl (long double x, long double y) |
|
◆ FUN
Value:
{ \
if (fpclassify(x) == FP_NAN) return y; \
if (fpclassify(y) == FP_NAN) return x; \
}
Definition at line 21 of file math.c.
◆ fmodl()
long double fmodl |
( |
long double |
x, |
|
|
long double |
y |
|
) |
| |
◆ scalbnl()
long double scalbnl |
( |
long double |
x, |
|
|
int |
exp |
|
) |
| |
◆ copysignl()
long double copysignl |
( |
long double |
x, |
|
|
long double |
y |
|
) |
| |
static int op(uint8_t **dst, const uint8_t *dst_end, GetByteContext *gb, int pixel, int count, int *x, int width, int linesize)
Perform decode operation.