Searched refs:nvalue (Results 1 – 13 of 13) sorted by relevance
| /src/sys/contrib/openzfs/module/lua/ |
| H A D | lvm.c | 51 lua_Number n = nvalue(obj); in luaV_tostring() 235 return luai_numlt(L, nvalue(l), nvalue(r)); in luaV_lessthan() 247 return luai_numle(L, nvalue(l), nvalue(r)); in luaV_lessequal() 266 case LUA_TNUMBER: return luai_numeq(nvalue(t1), nvalue(t2)); in luaV_equalobj_() 422 res = luaV_div(L, nvalue(b), nvalue(c)); in luaV_arith() 424 res = luaV_mod(L, nvalue(b), nvalue(c)); in luaV_arith() 426 res = luaO_arith(op - TM_ADD + LUA_OPADD, nvalue(b), nvalue(c)); in luaV_arith() 585 lua_Number nb = nvalue(rb), nc = nvalue(rc); \ 702 lua_Number nb = nvalue(rb); in luaV_execute() 832 lua_Number step = nvalue(ra+2); in luaV_execute() [all …]
|
| H A D | ltable.c | 100 return hashnum(t, nvalue(key)); in mainposition() 129 lua_Number n = nvalue(key); in arrayindex() 409 else if (ttisnumber(key) && luai_numisnan(L, nvalue(key))) in luaH_newkey() 456 if (ttisnumber(gkey(n)) && luai_numeq(nvalue(gkey(n)), nk)) in luaH_getint() 489 lua_Number n = nvalue(key); in luaH_get()
|
| H A D | lapi.c | 306 setnvalue(o1, luaO_arith(op, nvalue(o1), nvalue(o2))); in lua_arith() 339 return nvalue(o); in lua_tonumberx() 353 lua_Number num = nvalue(o); in lua_tointegerx() 370 lua_Number num = nvalue(o); in lua_tounsignedx()
|
| H A D | lobject.h | 151 #define nvalue(o) check_exp(ttisnumber(o), num_(o)) macro
|
| H A D | lcode.c | 299 lua_Number n = nvalue(idx); in addk()
|
| /src/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_stats_timing.h | 40 tsc_interval_t &operator=(int64_t nvalue) { 41 value = nvalue;
|
| /src/sbin/tunefs/ |
| H A D | tunefs.c | 78 const char *avalue, *jvalue, *Jvalue, *Lvalue, *lvalue, *Nvalue, *nvalue; in main() local 93 avalue = jvalue = Jvalue = Lvalue = lvalue = Nvalue = nvalue = NULL; in main() 226 nvalue = optarg; in main() 227 if (strcmp(nvalue, "enable") != 0 && in main() 228 strcmp(nvalue, "disable") != 0) { in main() 479 if (strcmp(nvalue, "enable") == 0) { in main() 489 } else if (strcmp(nvalue, "disable") == 0) { in main()
|
| /src/lib/libradius/ |
| H A D | radlib.c | 1193 u_int32_t nvalue; in rad_put_int() local 1195 nvalue = htonl(value); in rad_put_int() 1196 return rad_put_attr(h, type, &nvalue, sizeof nvalue); in rad_put_int()
|
| /src/contrib/lua/src/ |
| H A D | lobject.h | 330 #define nvalue(o) check_exp(ttisnumber(o), \ macro
|
| H A D | lcode.c | 1334 return (nvalue(v2) != 0); in validop()
|
| H A D | lvm.c | 116 *n = nvalue(&v); /* convert result of 'luaO_str2num' to a float */ in luaV_tonumber_()
|
| /src/usr.sbin/bsdconfig/networking/include/ |
| H A D | messages.subr | 89 msg_resolv_conf_changed_while_editing="ERROR! resolv.conf(5) has changed while editing this\nvalue.…
|
| /src/contrib/tcpdump/ |
| H A D | print-isakmp.c | 896 u_int nvalue; member 927 if (map && t < nmap && v < map[t].nvalue && map[t].value[v]) in ikev1_attrmap_print()
|