Searched refs:pow (Results 1 – 9 of 9) sorted by relevance
5 all: fabs.o round.o pow.o13 pow.o: pow.c14 $(CC) $(CFLAGS) -c pow.c -o pow.o
4 int64_t pow(int64_t x, int y) in pow() function
10 int64_t pow(int64_t x, int y);
16 int64_t pow(int64_t x, int y);
21 ``int64_t pow(int64_t x,int y)`` 返回 x 的 y 次方
501 uint64_t num_decimal = (uint64_t)(round(1.0 * (num - num_z) * pow(10, precision))); // 获取小数部分 in write_float_point_num()
532 uint64_t num_decimal = (uint64_t)(round(1.0 * (num - num_z) * pow(10, precision))); // 获取小数部分 in write_float_point_num()