Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlstrlib.c1010 #define L_NBFD ((l_floatatt(MANT_DIG) - 1)%4 + 1) macro
1041 m = adddigit(buff, n++, m * (1 << L_NBFD)); /* add first digit */ in num2straux()
1042 e -= L_NBFD; /* this digit goes before the radix point */ in num2straux()