Home
last modified time | relevance | path

Searched refs:d2b (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
DLibGlob.inf19 FILE_GUID = 1D57B5D5-BAB4-4d2b-B7EB-0EB41D7B189C
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dgdtoaimp.h507 #define d2b __d2b_D2A macro
559 extern Bigint *d2b (double, int*, int*);
Dstrtodg.c190 b = d2b(d, &e, &bdif); in rvOK()
605 rvb = d2b(dval(rv), &rve, &rvbits); /* rv = rvb * 2^rve */ in strtodg()
893 ab = d2b(dval(adj), &abe, &abits); in strtodg()
Ddtoa.c200 b = d2b(dval(d), &be, &bbits);
Dmisc.c717 d2b in d2b() function
Dstrtod.c551 bb = d2b(dval(rv), &bbe, &bbbits); /* rv = bb * 2^bbe */ in strtod()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c1131 d2b(U *d, int *e, int *bits) in d2b() function
2423 b = d2b(&u, &be, &bbits); in _Py_dg_dtoa()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c1114 d2b(U *d, int *e, int *bits) in d2b() function
2392 b = d2b(&u, &be, &bbits); in _Py_dg_dtoa()