/external/qemu/hw/ |
H A D | i8254.c | 47 uint8_t bcd; /* not supported */ member in struct:PITChannelState 268 s->bcd; 284 s->bcd = val & 1; 410 qemu_put_8s(f, &s->bcd); 441 qemu_get_8s(f, &s->bcd);
|
/external/valgrind/main/memcheck/tests/amd64/ |
H A D | more_x87_fp.c | 148 unsigned short bcd[5]; local 151 asm("fbstp %0" : "=m" (bcd[0]) : "t" (a) : "st"); 152 asm("fbld %1" : "=t" (b) : "m" (bcd[0])); 153 printf("a=%f bcd=%04x%04x%04x%04x%04x b=%f\n", 154 a, bcd[4], bcd[3], bcd[2], bcd[1], bcd[0], b);
|
/external/valgrind/main/memcheck/tests/x86/ |
H A D | more_x86_fp.c | 138 unsigned short bcd[5]; local 141 asm("fbstp %0" : "=m" (bcd[0]) : "t" (a) : "st"); 142 asm("fbld %1" : "=t" (b) : "m" (bcd[0])); 143 printf("a=%f bcd=%04x%04x%04x%04x%04x b=%f\n", 144 a, bcd[4], bcd[3], bcd[2], bcd[1], bcd[0], b);
|
/external/chromium_org/third_party/skia/src/pathops/ |
H A D | SkReduceOrder.cpp | 191 double bcd = SkDInterp(bc, cd, t); local 192 return SkDInterp(abc, bcd, t);
|
H A D | SkPathOpsCubic.cpp | 386 double bcd = SkDInterp(bc, cd, t); local 387 double abcd = SkDInterp(abc, bcd, t); 478 double bcd = SkDInterp(bc, cd, t); local 479 double abcd = SkDInterp(abc, bcd, t); 485 dst[8] = bcd;
|
/external/skia/src/pathops/ |
H A D | SkReduceOrder.cpp | 191 double bcd = SkDInterp(bc, cd, t); local 192 return SkDInterp(abc, bcd, t);
|
H A D | SkPathOpsCubic.cpp | 386 double bcd = SkDInterp(bc, cd, t); local 387 double abcd = SkDInterp(abc, bcd, t); 478 double bcd = SkDInterp(bc, cd, t); local 479 double abcd = SkDInterp(abc, bcd, t); 485 dst[8] = bcd;
|
/external/chromium_org/third_party/skia/src/core/ |
H A D | SkGeometry.cpp | 502 SkScalar bcd = SkScalarInterp(bc, cd, t); 503 return SkScalarInterp(abc, bcd, t); 575 SkScalar bcd = SkScalarInterp(bc, cd, t); local 576 SkScalar abcd = SkScalarInterp(abc, bcd, t); 582 dst[8] = bcd;
|
/external/skia/src/core/ |
H A D | SkGeometry.cpp | 502 SkScalar bcd = SkScalarInterp(bc, cd, t); 503 return SkScalarInterp(abc, bcd, t); 575 SkScalar bcd = SkScalarInterp(bc, cd, t); local 576 SkScalar abcd = SkScalarInterp(abc, bcd, t); 582 dst[8] = bcd;
|
/external/valgrind/main/VEX/test/ |
H A D | test-amd64.c | 668 unsigned short bcd[5]; local 671 asm("fbstp %0" : "=m" (bcd[0]) : "t" (a) : "st"); 672 asm("fbld %1" : "=t" (b) : "m" (bcd[0])); 673 printf("a=%f bcd=%04x%04x%04x%04x%04x b=%f\n", 674 a, bcd[4], bcd[3], bcd[2], bcd[1], bcd[0], b);
|
H A D | test-i386.c | 630 unsigned short bcd[5]; local 633 asm("fbstp %0" : "=m" (bcd[0]) : "t" (a) : "st"); 634 asm("fbld %1" : "=t" (b) : "m" (bcd[0])); 635 printf("a=%f bcd=%04x%04x%04x%04x%04x b=%f\n", 636 a, bcd[4], bcd[3], bcd[2], bcd[1], bcd[0], b);
|
/external/qemu/telephony/ |
H A D | gsm.c | 40 gsm_bcdi_to_ascii( cbytes_t bcd, int bcdlen, bytes_t dst ) 48 int c = (bcd[0] >> shift) & 0xf; 60 bcd++; 996 gsm_bcdnum_to_ascii( cbytes_t bcd, int count, bytes_t dst ) argument 1002 int c = (bcd[0] >> shift) & 0xf; 1016 bcd += 1;
|
/external/kernel-headers/original/asm-mips/sgi/ |
H A D | hpc3.h | 66 volatile u32 bcd; /* byte count info */ member in struct:hpc3_scsiregs
|
/external/qemu/android/config/linux-x86/asm/ |
H A D | kvm.h | 214 __u8 bcd; member in struct:kvm_pit_channel_state
|
/external/qemu/android/config/linux-x86_64/asm/ |
H A D | kvm.h | 214 __u8 bcd; member in struct:kvm_pit_channel_state
|
/external/chromium_org/third_party/icu/source/i18n/ |
H A D | decNumber.c | 2518 /* start: 00a bcd efg hij klm npq */ 3456 /* bcd is the uInt array that will receive dn->digits BCD bytes, */ 3458 /* returns bcd */ 3460 /* bcd must have at least dn->digits bytes. No error is possible; if */ 3463 U_CAPI uByte * U_EXPORT2 uprv_decNumberGetBCD(const decNumber *dn, uByte *bcd) { argument 3464 uByte *ub=bcd+dn->digits-1; /* -> lsd */ 3468 for (; ub>=bcd; ub--, up++) *ub=*up; 3472 for (; ub>=bcd; ub--) { 3482 return bcd; 3488 /* bcd i 3497 uprv_decNumberSetBCD(decNumber *dn, const uByte *bcd, uInt n) argument [all...] |
/external/icu4c/i18n/ |
H A D | decNumber.c | 2535 /* start: 00a bcd efg hij klm npq */ 3477 /* bcd is the uInt array that will receive dn->digits BCD bytes, */ 3479 /* returns bcd */ 3481 /* bcd must have at least dn->digits bytes. No error is possible; if */ 3484 U_CAPI uByte * U_EXPORT2 uprv_decNumberGetBCD(const decNumber *dn, uByte *bcd) { argument 3485 uByte *ub=bcd+dn->digits-1; /* -> lsd */ 3489 for (; ub>=bcd; ub--, up++) *ub=*up; 3493 for (; ub>=bcd; ub--) { 3503 return bcd; 3509 /* bcd i 3518 uprv_decNumberSetBCD(decNumber *dn, const uByte *bcd, uInt n) argument [all...] |