Searched refs:lcompat_pow (Results 1 – 2 of 2) sorted by relevance
17 extern int64_t lcompat_pow(int64_t, int64_t);432 #define luai_numpow(L,a,b) (lcompat_pow((a),(b)))
77 lcompat_pow(int64_t x, int64_t y) in lcompat_pow() function