Searched refs:quorem (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | gdtoaimp.h | 527 #define quorem __quorem_D2A macro 578 extern int quorem (Bigint*, Bigint*);
|
D | gdtoa.c | 671 dig = quorem(b,S) + '0'; in gdtoa() 718 dig = quorem(b,S) + '0'; in gdtoa() 775 *s++ = dig = quorem(b,S) + '0'; in gdtoa()
|
D | dmisc.c | 109 quorem in quorem() function
|
D | dtoa.c | 653 dig = quorem(b,S) + '0'; 751 *s++ = (char)(dig = (int)(quorem(b,S) + '0'));
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | dtoa.c | 1216 quorem(Bigint *b, Bigint *S) in quorem() function 1465 dd = s0[i < nd0 ? i : i+1] - '0' - quorem(b, d); in bigcomp() 2786 dig = quorem(b,S) + '0'; in _Py_dg_dtoa() 2856 *s++ = dig = quorem(b,S) + '0'; in _Py_dg_dtoa()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | dtoa.c | 1233 quorem(Bigint *b, Bigint *S) in quorem() function 1482 dd = s0[i < nd0 ? i : i+1] - '0' - quorem(b, d); in bigcomp() 2817 dig = quorem(b,S) + '0'; in _Py_dg_dtoa() 2887 *s++ = dig = quorem(b,S) + '0'; in _Py_dg_dtoa()
|