Searched refs:ep (Results 1 – 10 of 10) sorted by relevance
/sysdeps/ieee754/ldbl-96/ |
A D | s_remquol.c | 31 int32_t ex,ep,hx,hp; in __remquol() local 36 GET_LDOUBLE_WORDS (ep, hp, lp, p); in __remquol() 38 qs = (sx ^ (ep & 0x8000)) >> 15; in __remquol() 39 ep &= 0x7fff; in __remquol() 43 if ((ep | hp | lp) == 0) in __remquol() 46 || ((ep == 0x7fff) /* p is NaN */ in __remquol() 50 if (ep <= 0x7ffb) in __remquol() 53 if (((ex - ep) | (hx - hp) | (lx - lp)) == 0) in __remquol() 63 if (ep <= 0x7ffc && x >= 4 * p) in __remquol() 68 if (ep <= 0x7ffd && x >= 2 * p) in __remquol() [all …]
|
/sysdeps/x86_64/fpu/ |
A D | libmvec-expf-inputs | 30 0x1.66748ep+3 133 -0x1.99309ep+1 161 -0x1.19379ep-1 372 0x1.04414ep+2 412 0x1.55402ep-3 468 0x1.63840ep-2 479 -0x1.17690ep+3 625 0x1.54640ep+2 661 0x1.93179ep-1 869 0x1.23500ep+1 [all …]
|
A D | libmvec-logf-inputs | 5 0x1.51137ep+5 33 0x1.28512ep+6 58 0x1.50079ep+73 186 0x1.35826ep+5 191 0x1.32842ep+0 265 0x1.2882ep-3 268 0x1.26864ep+6 448 0x1.8904ep+5 462 0x1.13445ep+4 628 0x1.4444ep+3 [all …]
|
A D | libmvec-cosf-inputs | 8 -0x1.91417ep+1 72 0x1.96560ep-1 81 -0x1.51738ep+1 110 0x1.01096ep-3 150 0x1.12044ep+1 221 -0x1.18388ep+3 279 0x1.75661ep+0 321 0x1.89131ep+3 356 -0x1.88223ep-2 359 0x1.91887ep+2 [all …]
|
A D | libmvec-sinf-inputs | 8 -0x1.91417ep+1 72 0x1.96560ep-1 81 -0x1.51738ep+1 110 0x1.01096ep-3 150 0x1.12044ep+1 221 -0x1.18388ep+3 279 0x1.75661ep+0 321 0x1.89131ep+3 356 -0x1.88223ep-2 359 0x1.91887ep+2 [all …]
|
A D | libmvec-powf-inputs | 25 0x1.36fb0ep+3, 0x1.29598ep+2 56 0x1.d52204p+4, -0x1.60190ep+1 58 0x1.fcb542p+4, -0x1.98279ep+2 69 0x1.38645ep-1, -0x1.cb606p+2 79 0x1.61510cp-1, 0x1.30305ep+3 176 0x1.91696ep+5, 0x1.314f5p+1 202 0x1.22094ep+4, 0x1.178caep-2 912 0x1.5122ep+4, 0x1.f0ef8p+0 1249 0x1.66683ep+4, -0x1.93569ep+2 2191 0x1.67537ep+5, -0x1.48608ep-2 [all …]
|
A D | libmvec-exp-inputs | 1004 0x1.726507104601ep+4 1616 -0x1.50679095977ep+5 3145 0x1.204095599060ep+2
|
A D | libmvec-pow-inputs | 369 0x1.651508893846ep+1, -0x1.735d1c99cc828p-2 1227 0x1.204095599060ep+3, -0x1.779b54f02edc9p+4 2439 0x1.732734017078ep+4, -0x1.7ce7be7f2368dp+5 3932 0x1.707542218385ep+4, 0x1.3c58b985cb9e9p+4
|
A D | libmvec-log-inputs | 2583 0x1.539790065654ep+375 3782 0x1.374404853973ep+711
|
/sysdeps/ieee754/dbl-64/ |
A D | e_atan2.c | 66 static const int ep = 59768832, /* 57*16**5 */ in __ieee754_atan2() local 183 if (de >= ep) in __ieee754_atan2()
|
Completed in 25 milliseconds