Home
last modified time | relevance | path

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

/external/lua/src/
Dlmathlib.c252 #define FIGS l_floatatt(MANT_DIG) macro
254 #if FIGS > 64
256 #undef FIGS
257 #define FIGS 64 macro
331 #define shift64_FIG (64 - FIGS)
334 #define scaleFIG (l_mathop(0.5) / ((Rand64)1 << (FIGS - 1)))
457 #if FIGS <= 32
460 #define scaleFIG (l_mathop(0.5) / (UONE << (FIGS - 1)))
467 lua_Number h = (lua_Number)(trim32(x.h) >> (32 - FIGS)); in I2d()
477 ((lua_Number)1.0 / (UONE << 30) / 8.0 / (UONE << (FIGS - 33)))
[all …]