/netbsd-src/external/mit/lua/dist/src/ |
H A D | lvm.c | 115 *n = cast_num(ivalue(obj)); in luaV_tonumber_() 156 *p = ivalue(obj); 230 lua_Integer init = ivalue(pinit); 231 lua_Integer step = ivalue(pstep); 507 lua_Integer li = ivalue(l); 509 return li < ivalue(r); /* both are integers */ 518 return LTfloatint(lf, ivalue(r)); 523 return ivalue(l) < ivalue(r); /* both are integers */ 535 lua_Integer li = ivalue(l); 537 return li <= ivalue(r); /* both are integers */ [all …]
|
H A D | lvm.h | 64 (ttisinteger(o) ? ((n) = cast_num(ivalue(o)), 1) : 0)) 69 (l_likely(ttisinteger(o)) ? (*(i) = ivalue(o), 1) \ 75 (l_likely(ttisinteger(o)) ? (*(i) = ivalue(o), 1) \
|
H A D | lobject.c | 122 setivalue(res, intarith(L, op, ivalue(p1), ivalue(p2))); in luaO_rawarith() 384 len = lua_integer2str(buff, MAXNUMBER2STR, ivalue(obj)); in tostringbuff() 394 len = lua_integer2str(buff, MAXNUMBER2STR, ivalue(obj)); in tostringbuff()
|
H A D | ltable.c | 160 lua_Integer i = ivalue(key); in mainpositionTV() 232 return (ivalue(k1) == keyival(n2)); in equalkey() 345 i = ttisinteger(key) ? arrayindex(ivalue(key)) : 0; in findindex() 621 na += countint(ivalue(ek), nums); in rehash() 805 case LUA_VNUMINT: return luaH_getint(t, ivalue(key)); in luaH_get()
|
H A D | lobject.h | 338 (ttisinteger(o) ? cast_num(ivalue(o)) : fltvalue(o))) 340 #define nvalue(o) check_exp(ttisnumber(o), cast_num(ivalue(o))) 343 #define ivalue(o) check_exp(ttisinteger(o), val_(o).i) macro
|
H A D | llex.c | 257 seminfo->i = ivalue(&obj); in read_numeral() 285 seminfo->i = ivalue(&obj); in read_numeral()
|
H A D | ldump.c | 138 dumpInteger(D, ivalue(o)); in dumpConstants()
|
H A D | lcode.c | 556 k = cast_int(ivalue(idx)); in addk() 706 e->k = VKINT; e->u.ival = ivalue(v); in const2exp() 1372 e1->u.ival = ivalue(&res);
|
H A D | luac.c | 323 printf(LUA_INTEGER_FMT,ivalue(o)); in PrintConstant()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | mtype.c | 3084 dinteger_t ivalue; in getProperty() local 3093 ivalue = 0x7F; in getProperty() 3096 ivalue = 0xFF; in getProperty() 3099 ivalue = 0x7FFFUL; in getProperty() 3102 ivalue = 0xFFFFUL; in getProperty() 3105 ivalue = 0x7FFFFFFFUL; in getProperty() 3108 ivalue = 0xFFFFFFFFUL; in getProperty() 3111 ivalue = 0x7FFFFFFFFFFFFFFFLL; in getProperty() 3114 ivalue = 0xFFFFFFFFFFFFFFFFULL; in getProperty() 3117 ivalue = 1; in getProperty() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/ |
H A D | csky.c | 3747 int ivalue = (int) value; in csky_output_inline_const() local 3791 dst_fmt, ivalue, uvalue); in csky_output_inline_const() 3796 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const() 3801 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const() 3806 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const() 3811 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const() 3816 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const() 3821 ivalue, uvalue); in csky_output_inline_const() 3826 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const() 3831 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/ |
H A D | csky.cc | 3910 int ivalue = (int) value; in csky_output_inline_const() local 3954 dst_fmt, ivalue, uvalue); in csky_output_inline_const() 3959 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const() 3964 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const() 3969 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const() 3974 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const() 3979 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const() 3984 ivalue, uvalue); in csky_output_inline_const() 3989 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const() 3994 dst_fmt, dst_fmt, ivalue, uvalue); in csky_output_inline_const() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/ |
H A D | gcn-run.cc | 508 int64_t ivalue; member 557 printf ("%.128s%ld\n", data->msg, data->ivalue); in gomp_print_output()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
H A D | gcn-run.c | 656 int64_t ivalue; member 705 printf ("%.128s%ld\n", data->msg, data->ivalue); in gomp_print_output()
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/ |
H A D | plugin-gcn.c | 263 int64_t ivalue; member 1967 case 0: printf ("%.128s%ld\n", data->msg, data->ivalue); break; in console_output()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/ |
H A D | plugin-gcn.c | 265 int64_t ivalue; member 1967 case 0: printf ("%.128s%ld\n", data->msg, data->ivalue); break; in console_output()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2012 | 8868 * symtab.h (struct general_symbol_info): Change ivalue from long to
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2012 | 8868 * symtab.h (struct general_symbol_info): Change ivalue from long to
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-1999 | 19679 * cpphash.c (install): Drop the `ivalue' parameter. Constify
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 130777 #define SYMBOL_VALUE(symbol) (symbol)->value.ivalue 130784 #define MSYMBOL_VALUE(symbol) (symbol)->value.ivalue
|