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