Searched refs:float_scale (Results 1 – 1 of 1) sorted by relevance
275 static const float float_scale = (int64_t)INT32_MAX + 1; variable276 #define CONV_NATURAL_FLOAT(x) ((x) * float_scale)282 #define CLIP_NATURAL_FLOAT(x) ((x) / float_scale)