Home
last modified time | relevance | path

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

/freebsd/stand/liblua/
H A Dluaconf.local.h30 #undef l_floatatt
50 #define l_floatatt(n) (LUA_FLOAT_INT_HACK_##n) macro
H A Dluaconf.h424 #define l_floatatt(n) (FLT_##n) macro
440 #define l_floatatt(n) (LDBL_##n) macro
455 #define l_floatatt(n) (DBL_##n) macro
/freebsd/lib/liblua/
H A Dluaconf.h433 #define l_floatatt(n) (FLT_##n) macro
449 #define l_floatatt(n) (LDBL_##n) macro
464 #define l_floatatt(n) (DBL_##n) macro
/freebsd/contrib/lua/src/
H A Dluaconf.h435 #define l_floatatt(n) (FLT_##n) macro
451 #define l_floatatt(n) (LDBL_##n) macro
466 #define l_floatatt(n) (DBL_##n) macro
H A Dluaconf.h.dist391 @@ l_floatatt(x) corrects float attribute 'x' to the proper float type
430 #define l_floatatt(n) (FLT_##n)
446 #define l_floatatt(n) (LDBL_##n)
461 #define l_floatatt(n) (DBL_##n)
H A Dlmathlib.c253 #define FIGS l_floatatt(MANT_DIG)
H A Dlstrlib.c1010 #define L_NBFD ((l_floatatt(MANT_DIG) - 1)%4 + 1)
1078 #define MAX_ITEMF (110 + l_floatatt(MAX_10_EXP))
H A Dlcode.c610 const int nbm = l_floatatt(MANT_DIG); in luaK_numberK()
H A Dlvm.c61 #define NBM (l_floatatt(MANT_DIG))