Home
last modified time | relevance | path

Searched refs:ulp (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dstrtod.c690 dval(rv) += adj*ulp(dval(rv)); in strtod()
696 dval(rv) += adj*ulp(dval(rv)); in strtod()
719 adj *= ulp(dval(rv)); in strtod()
729 adj *= ulp(dval(rv)); in strtod()
838 dval(rv) += ulp(dval(rv)); in strtod()
841 dval(rv) -= ulp(dval(rv)); in strtod()
899 adj = aadj1 * ulp(dval(rv)); in strtod()
923 adj = aadj1 * ulp(dval(rv)); in strtod()
930 adj = aadj1 * ulp(dval(rv)); in strtod()
949 adj = aadj1 * ulp(dval(rv)); in strtod()
[all …]
Dulp.c38 ulp in ulp() function
Dgdtoaimp.h541 #define ulp __ulp_D2A macro
589 extern double ulp (double);
Dgdtoa.inf71 ulp.c
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dsoftfloat-history.txt17 the last place (1 ulp) from what it should be. (Bug discovered by Paul
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c986 ulp(U *x) in ulp() function
1329 return ulp(x); in sulp()
2134 adj.d = aadj1 * ulp(&rv); in _Py_dg_strtod()
2165 adj.d = aadj1 * ulp(&rv); in _Py_dg_strtod()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c1003 ulp(U *x) in ulp() function
1346 return ulp(x); in sulp()
2165 adj.d = aadj1 * ulp(&rv); in _Py_dg_strtod()
2196 adj.d = aadj1 * ulp(&rv); in _Py_dg_strtod()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
Dln.decTest479 -- next may be a > 0.5ulp case; a more precise answer is:
549 -- next may be a > 0.5ulp case; a more precise answer is:
Dexp.decTest23 -- show results which are correctly rounded (within <= 0.5 ulp).
DdqAdd.decTest376 -- ulp replacement tests
DddAdd.decTest385 -- ulp replacement tests
Dadd.decTest419 -- ulp replacement tests
1938 -- ulp replacement tests
Dpower.decTest1558 -- these are likely to show > 0.5 ulp error for very small powers
Dfma.decTest1177 -- ulp replacement tests
2649 -- ulp replacement tests
DddFMA.decTest921 -- ulp replacement tests
DdqFMA.decTest944 -- ulp replacement tests