Searched refs:rn (Results 1 – 4 of 4) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libm/complex/ |
D | cephes_subr.c | 90 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()
|
D | cephes_subrf.c | 90 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()
|
D | cephes_subrl.c | 92 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/ |
D | ChangeLog-2015 | 25049 * libc/sys/win32/smallprint.c (rn): Fix digit list.
|