Home
last modified time | relevance | path

Searched refs:rn (Results 1 – 4 of 4) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/complex/
Dcephes_subr.c90 double f, x, x2, y, y2, rn, t; in _ctans() local
103 rn = 0.0; in _ctans()
106 rn += 1.0; in _ctans()
107 f *= rn; in _ctans()
108 rn += 1.0; in _ctans()
109 f *= rn; in _ctans()
116 rn += 1.0; in _ctans()
117 f *= rn; in _ctans()
118 rn += 1.0; in _ctans()
119 f *= rn; in _ctans()
Dcephes_subrf.c90 float f, x, x2, y, y2, rn, t, d; in _ctansf() local
102 rn = 0.0f; in _ctansf()
105 rn += 1.0f; in _ctansf()
106 f *= rn; in _ctansf()
107 rn += 1.0f; in _ctansf()
108 f *= rn; in _ctansf()
115 rn += 1.0f; in _ctansf()
116 f *= rn; in _ctansf()
117 rn += 1.0f; in _ctansf()
118 f *= rn; in _ctansf()
Dcephes_subrl.c92 long double f, x, x2, y, y2, rn, t; in _ctansl() local
105 rn = 0.0L; in _ctansl()
108 rn += 1.0L; in _ctansl()
109 f *= rn; in _ctansl()
110 rn += 1.0L; in _ctansl()
111 f *= rn; in _ctansl()
118 rn += 1.0L; in _ctansl()
119 f *= rn; in _ctansl()
120 rn += 1.0L; in _ctansl()
121 f *= rn; in _ctansl()
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-201525049 * libc/sys/win32/smallprint.c (rn): Fix digit list.