Searched refs:dd (Results 1 – 3 of 3) sorted by relevance
/picolibc-latest/newlib/libm/machine/spu/headers/ |
D | sqrt.h | 55 vec_double2 x, dx, de, dd, dy, dg, dy2, dhalf; in _sqrt() local 93 dd = spu_nmsub(dg, dg, dx); in _sqrt() 95 dg = spu_madd(dy, dd, dg); /* 44 bit approximation */ in _sqrt() 97 dd = spu_nmsub(dg, dg, dx); in _sqrt() 98 dg = spu_madd(dy, dd, dg); /* full double precision approximation */ in _sqrt()
|
D | sqrtd2.h | 63 vec_double2 dx, de, dd, dy, dg, dy2, dhalf; in _sqrtd2() local 109 dd = spu_nmsub(dg, dg, dx); in _sqrtd2() 111 dg = spu_madd(dy, dd, dg); /* 44 bit approximation */ in _sqrtd2() 113 dd = spu_nmsub(dg, dg, dx); in _sqrtd2() 114 dg = spu_madd(dy, dd, dg); /* full double precision approximation */ in _sqrtd2()
|
/picolibc-latest/newlib/libm/common/ |
D | fma_inc.h | 45 struct dd { struct 55 static inline struct dd 58 struct dd ret; in dd_add() 81 struct dd sum; in add_adjusted() 99 struct dd sum; in add_and_denormalize() 127 static inline struct dd 131 struct dd ret; in dd_mul() 186 struct dd xy, r; in FMA()
|