Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c152 #define luai_numpow(a,b)(pow(a,b)) macro
3498 case OP_POW:r=luai_numpow(v1,v2);break;
4928 case TM_POW:setnvalue(ra,luai_numpow(nb,nc));break;
5046 arith_op(luai_numpow,TM_POW);

Completed in 26 milliseconds