Searched refs:bxe (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | dmisc.c | 117 ULong *bx, *bxe, q, *sx, *sxe; local 137 bxe = bx + n; 138 q = *bxe / (*sxe + 1); /* ensure q <= true quotient */ 176 if (!*bxe) { 178 while(--bxe > bx && !*bxe) 220 bxe = bx + n; 221 if (!*bxe) { 222 while(--bxe > bx && !*bxe)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | dtoa.c | 1219 ULong *bx, *bxe, q, *sx, *sxe; in quorem() local 1237 bxe = bx + n; in quorem() 1238 q = *bxe / (*sxe + 1); /* ensure q <= true quotient */ in quorem() 1266 if (!*bxe) { in quorem() 1268 while(--bxe > bx && !*bxe) in quorem() 1300 bxe = bx + n; in quorem() 1301 if (!*bxe) { in quorem() 1302 while(--bxe > bx && !*bxe) in quorem()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | dtoa.c | 1236 ULong *bx, *bxe, q, *sx, *sxe; in quorem() local 1254 bxe = bx + n; in quorem() 1255 q = *bxe / (*sxe + 1); /* ensure q <= true quotient */ in quorem() 1283 if (!*bxe) { in quorem() 1285 while(--bxe > bx && !*bxe) in quorem() 1317 bxe = bx + n; in quorem() 1318 if (!*bxe) { in quorem() 1319 while(--bxe > bx && !*bxe) in quorem()
|