Home
last modified time | relevance | path

Searched refs:dx (Results 1 – 6 of 6) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/ld/common/
Ds_cbrtl.c30 double dr, dt, dx; in cbrtl() local
88 dx = x; in cbrtl()
91 dt = dt * (dx + dx + dr) / (dx + dr + dr); in cbrtl()
95 dt = dt * (dx + dx + dr) / (dx + dr + dr); in cbrtl()
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/
Dsqrt.h55 vec_double2 x, dx, de, dd, dy, dg, dy2, dhalf; in _sqrt() local
65 dx = spu_sel(x, dhalf, mask); in _sqrt()
70 fx = spu_roundtf(dx); in _sqrt()
93 dd = spu_nmsub(dg, dg, dx); in _sqrt()
97 dd = spu_nmsub(dg, dg, dx); in _sqrt()
Dsqrtd2.h63 vec_double2 dx, de, dd, dy, dg, dy2, dhalf; in _sqrtd2() local
81 dx = spu_sel(in, dhalf, mask); in _sqrtd2()
86 fx = spu_roundtf(dx); in _sqrtd2()
109 dd = spu_nmsub(dg, dg, dx); in _sqrtd2()
113 dd = spu_nmsub(dg, dg, dx); in _sqrtd2()
/picolibc-3.7.0-3.6.0/newlib/libc/machine/x86/
Di386mach.h67 #define dx REG(dx) macro
Dx86_64mach.h71 #define dx REG(dx) macro
/picolibc-3.7.0-3.6.0/newlib/libm/machine/x86/
Di386mach.h58 #define dx REG(dx) macro