Home
last modified time | relevance | path

Searched refs:float_scale_reciprocal (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/audio/
H A Dmixeng.c279 static const float float_scale_reciprocal = 1.f / ((int64_t)INT32_MAX + 1); variable
280 #define CLIP_NATURAL_FLOAT(x) ((x) * float_scale_reciprocal)