Searched refs:factor (Results 1 – 5 of 5) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | ryu_divpow2.c | 22 static inline uint32_t mulShift32(const uint32_t m, const uint64_t factor, const int32_t shift) { in mulShift32() argument 27 const uint32_t factorLo = (uint32_t)(factor); in mulShift32() 28 const uint32_t factorHi = (uint32_t)(factor >> 32); in mulShift32()
|
/picolibc-latest/newlib/libm/machine/spu/headers/ |
D | cbrt.h | 70 vec_double2 in, out, mant, u, u3, ym, a, b, factor, inv_b; in _cbrt() local 104 factor = spu_promote(cbrt_factors[2+spu_extract(e_mod_3, 0)], 0); in _cbrt() 109 a = spu_mul(spu_mul(factor, u), spu_madd(two, mant, u3)); in _cbrt()
|
D | erf_utils.h | 214 vec_float4 factor; \ 224 …factor = spu_mul(spu_splats((float)SQRT_PI), spu_mul(_xabs, _expf4(_xsqu))); … 225 _presult = _divf4(p, spu_mul(factor, q)); \ 231 vec_double2 factor; \ 277 factor = spu_mul(spu_splats(SQRT_PI), spu_mul(_xabs, _expd2(_xsqu))); \ 278 _presult = _divd2(p, spu_mul(factor, q)); \
|
/picolibc-latest/test/ |
D | long_double_gen.5c | 241 real factor = 2 / sqrt(pi_value(obits)); 244 off = imprecise(off, obits) / factor; 254 return imprecise(val * factor, bits);
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 18698 * libm/math/ef_hypot.c: Increase scale factor to 68. 18910 * libm/math/ef_hypot.c: Increase scale factor to 68.
|