Searched refs:ofunc (Results 1 – 2 of 2) sorted by relevance
98 ofunc = tf_func(inx)99 tf_out = self.evaluate(ofunc)149 ofunc = inx / iny150 out_func2 = math_ops.floor(ofunc)
1157 StkId ofunc = oci->func; /* caller function */ in luaV_execute() local1165 setobjs2s(L, ofunc + aux, nfunc + aux); in luaV_execute()1166 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */ in luaV_execute()1167 oci->top = L->top = ofunc + (L->top - nfunc); /* correct top */ in luaV_execute()1171 lua_assert(L->top == oci->u.l.base + getproto(ofunc)->maxstacksize); in luaV_execute()