Searched refs:_fp_pow (Results 1 – 1 of 1) sorted by relevance
28 ATTRIBUTE_WARN_UNUSED_RET static int _fp_pow(fp_t out, fp_src_t base, nn_src_t exp) in _fp_pow() function47 ret = _fp_pow(out, &base, exp); EG(ret, err); in _fp_pow_aliased()74 ret = _fp_pow(out, base, exp); in fp_pow()