HomeSort by: relevance | last modified time | path
    Searched refs:ivalue (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/config/gcn/
libgomp-gcn.h 83 int64_t ivalue; member in union:output::printf_data::__anon14430
  /src/external/mit/lua/dist/src/
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) \
lvm.c 115 *n = cast_num(ivalue(obj));
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)
    [all...]
lobject.c 122 setivalue(res, intarith(L, op, ivalue(p1), ivalue(p2)));
384 len = lua_integer2str(buff, MAXNUMBER2STR, ivalue(obj));
394 len = lua_integer2str(buff, MAXNUMBER2STR, ivalue(obj));
ltable.c 160 lua_Integer i = ivalue(key);
232 return (ivalue(k1) == keyival(n2));
345 i = ttisinteger(key) ? arrayindex(ivalue(key)) : 0;
621 na += countint(ivalue(ek), nums);
805 case LUA_VNUMINT: return luaH_getint(t, ivalue(key));
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
llex.c 257 seminfo->i = ivalue(&obj);
285 seminfo->i = ivalue(&obj);
ldump.c 138 dumpInteger(D, ivalue(o));
lcode.c 556 k = cast_int(ivalue(idx));
706 e->k = VKINT; e->u.ival = ivalue(v);
1372 e1->u.ival = ivalue(&res);
luac.c 323 printf(LUA_INTEGER_FMT,ivalue(o));
  /src/external/gpl3/gdb.old/dist/gdb/
symtab.h 551 LONGEST ivalue; member in union:general_symbol_info::__anon318
723 return m_value.ivalue;
1254 m_value.ivalue = 0;
1371 return m_value.ivalue;
1376 m_value.ivalue = value;
  /src/external/gpl3/gdb/dist/gdb/
symtab.h 550 LONGEST ivalue; member in union:general_symbol_info::__anon433
722 return m_value.ivalue;
1253 m_value.ivalue = 0;
1370 return m_value.ivalue;
1375 m_value.ivalue = value;
  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn-run.cc 508 int64_t ivalue; member in union:kernargs::output::printf_data::__anon15756
557 printf ("%.128s%ld\n", data->msg, data->ivalue);
  /src/external/gpl3/gcc/dist/gcc/config/csky/
csky.cc 3917 int ivalue = (int) value; local
3961 dst_fmt, ivalue, uvalue);
3966 dst_fmt, dst_fmt, ivalue, uvalue);
3971 dst_fmt, dst_fmt, ivalue, uvalue);
3976 dst_fmt, dst_fmt, ivalue, uvalue);
3981 dst_fmt, dst_fmt, ivalue, uvalue);
3986 dst_fmt, dst_fmt, ivalue, uvalue);
3991 ivalue, uvalue);
3996 dst_fmt, dst_fmt, ivalue, uvalue);
4001 dst_fmt, dst_fmt, ivalue, uvalue)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/csky/
csky.cc 3910 int ivalue = (int) value; local
3954 dst_fmt, ivalue, uvalue);
3959 dst_fmt, dst_fmt, ivalue, uvalue);
3964 dst_fmt, dst_fmt, ivalue, uvalue);
3969 dst_fmt, dst_fmt, ivalue, uvalue);
3974 dst_fmt, dst_fmt, ivalue, uvalue);
3979 dst_fmt, dst_fmt, ivalue, uvalue);
3984 ivalue, uvalue);
3989 dst_fmt, dst_fmt, ivalue, uvalue);
3994 dst_fmt, dst_fmt, ivalue, uvalue)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn-run.cc 535 printf ("%.128s%ld\n", data->msg, data->ivalue);
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c 263 int64_t ivalue; member in union:kernargs::output::printf_data::__anon16874
1967 case 0: printf ("%.128s%ld\n", data->msg, data->ivalue); break;
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-gcn.c 2116 case 0: printf ("%.128s%ld\n", data->msg, data->ivalue); break;

Completed in 85 milliseconds