Searched refs:xs (Results 1 – 3 of 3) sorted by relevance
/picolibc-latest/test/ |
D | test-fma.c | 164 char xs[20], ys[20], zs[20], rs[20], ss[20]; in test_fmaf() local 183 strfromf(xs, sizeof(xs), "%a", x); in test_fmaf() 184 strfromf(ys, sizeof(xs), "%a", y); in test_fmaf() 185 strfromf(zs, sizeof(xs), "%a", z); in test_fmaf() 186 strfromf(rs, sizeof(xs), "%a", r); in test_fmaf() 187 strfromf(ss, sizeof(xs), "%a", s); in test_fmaf() 190 xs, ys, zs, rs, ss); in test_fmaf()
|
D | fma_gen.5c | 405 for (int xs = -1; xs <= 1; xs += 2) { 407 …float_t x = round(make_float(xs * val * (2 ** xe)), format, none_format, rounding_mode_t.TONEAREST…
|
/picolibc-latest/newlib/libm/common/ |
D | fma_inc.h | 185 FLOAT_T xs, ys, zs, adj; in FMA() local 204 xs = FREXP(x, &ex); in FMA() 270 xy = dd_mul(xs, ys); in FMA()
|