Searched refs:d2b (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/ |
D | LibGlob.inf | 19 FILE_GUID = 1D57B5D5-BAB4-4d2b-B7EB-0EB41D7B189C
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | gdtoaimp.h | 507 #define d2b __d2b_D2A macro 559 extern Bigint *d2b (double, int*, int*);
|
D | strtodg.c | 190 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()
|
D | dtoa.c | 200 b = d2b(dval(d), &be, &bbits);
|
D | misc.c | 717 d2b in d2b() function
|
D | strtod.c | 551 bb = d2b(dval(rv), &bbe, &bbbits); /* rv = bb * 2^bbe */ in strtod()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | dtoa.c | 1114 d2b(U *d, int *e, int *bits) in d2b() function 2392 b = d2b(&u, &be, &bbits); in _Py_dg_dtoa()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | dtoa.c | 1131 d2b(U *d, int *e, int *bits) in d2b() function 2423 b = d2b(&u, &be, &bbits); in _Py_dg_dtoa()
|