#include "cmplrs/host.h"
Go to the source code of this file.
Functions | |
| int32 | __powii (int32 ap, int32 n) |
| int64 | __powll (int64 ap, int64 n) |
| int64 | __powli (int64 ap, int32 n) |
| int32 | __powil (int32 ap, int64 n) |
| int32 | pow_ii (int32 *ap, int32 *bp) |
| int64 | pow_il (int32 *ap, int64 *bp) |
| int64 | pow_li (int64 *ap, int32 *bp) |
| int64 | pow_ll (int64 *ap, int64 *bp) |
1.7.1