#include "comma/runtime/commart.h"
Go to the source code of this file.
Functions | |
int32_t | _comma_pow_i32_i32 (int32_t x, uint32_t n) |
int64_t | _comma_pow_i64_i32 (int64_t x, uint32_t n) |
int32_t _comma_pow_i32_i32 | ( | int32_t | x, | |
uint32_t | n | |||
) |
Definition at line 14 of file crt_math.c.
int64_t _comma_pow_i64_i32 | ( | int64_t | x, | |
uint32_t | n | |||
) |
Definition at line 27 of file crt_math.c.