/external/chromium_org/third_party/icu/source/i18n/ |
D | decNumberLocal.h | 474 #define GETCOEFF(df, bcd) { \ argument 476 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 477 dpd2bcd8(bcd+1, sourhi>>10); \ 478 dpd2bcd83(bcd+4, sourhi);} 479 #define GETWCOEFF(df, bcd) { \ argument 482 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 483 dpd2bcd8(bcd+1, sourhi>>8); \ 484 dpd2bcd8(bcd+4, (sourhi<<2) | (sourlo>>30)); \ 485 dpd2bcd8(bcd+7, sourlo>>20); \ 486 dpd2bcd8(bcd+10, sourlo>>10); \ [all …]
|
/external/icu/icu4c/source/i18n/ |
D | decNumberLocal.h | 474 #define GETCOEFF(df, bcd) { \ argument 476 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 477 dpd2bcd8(bcd+1, sourhi>>10); \ 478 dpd2bcd83(bcd+4, sourhi);} 479 #define GETWCOEFF(df, bcd) { \ argument 482 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 483 dpd2bcd8(bcd+1, sourhi>>8); \ 484 dpd2bcd8(bcd+4, (sourhi<<2) | (sourlo>>30)); \ 485 dpd2bcd8(bcd+7, sourlo>>20); \ 486 dpd2bcd8(bcd+10, sourlo>>10); \ [all …]
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | reindex.test | 87 INSERT INTO t2 VALUES('bcd','bcd','bcd','bcd'); 91 } {bcd abc BCDE ABCD} 96 } {BCDE bcd ABCD abc} 101 } {abc ABCD bcd BCDE} 106 } {ABCD BCDE abc bcd} 118 } {bcd abc BCDE ABCD} 129 } {bcd abc BCDE ABCD} 135 } {bcd abc BCDE ABCD} 141 } {ABCD BCDE abc bcd}
|
/external/valgrind/main/memcheck/tests/x86/ |
D | more_x86_fp.c | 138 unsigned short bcd[5]; in test_fbcd() local 141 asm("fbstp %0" : "=m" (bcd[0]) : "t" (a) : "st"); in test_fbcd() 142 asm("fbld %1" : "=t" (b) : "m" (bcd[0])); in test_fbcd() 144 a, bcd[4], bcd[3], bcd[2], bcd[1], bcd[0], b); in test_fbcd()
|
/external/valgrind/main/memcheck/tests/amd64/ |
D | more_x87_fp.c | 148 unsigned short bcd[5]; in test_fbcd() local 151 asm("fbstp %0" : "=m" (bcd[0]) : "t" (a) : "st"); in test_fbcd() 152 asm("fbld %1" : "=t" (b) : "m" (bcd[0])); in test_fbcd() 154 a, bcd[4], bcd[3], bcd[2], bcd[1], bcd[0], b); in test_fbcd()
|
/external/skia/experimental/Intersection/ |
D | CubicSubDivide.cpp | 62 double bcd = interp(bc, cd, t); in interp_cubic_coords() local 63 double abcd = interp(abc, bcd, t); in interp_cubic_coords() 116 double bcd = interp(bc, cd, t); in interp_cubic_coords() local 117 double abcd = interp(abc, bcd, t); in interp_cubic_coords() 123 dst[8] = bcd; in interp_cubic_coords()
|
D | CubicReduceOrder.cpp | 18 double bcd = interp(bc, cd, t); in interp_cubic_coords() local 19 return interp(abc, bcd, t); in interp_cubic_coords()
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | CubicSubDivide.cpp | 62 double bcd = interp(bc, cd, t); in interp_cubic_coords() local 63 double abcd = interp(abc, bcd, t); in interp_cubic_coords() 116 double bcd = interp(bc, cd, t); in interp_cubic_coords() local 117 double abcd = interp(abc, bcd, t); in interp_cubic_coords() 123 dst[8] = bcd; in interp_cubic_coords()
|
D | CubicReduceOrder.cpp | 18 double bcd = interp(bc, cd, t); in interp_cubic_coords() local 19 return interp(abc, bcd, t); in interp_cubic_coords()
|
/external/qemu/hw/timer/ |
D | i8254.c | 47 uint8_t bcd; /* not supported */ member 268 s->bcd; in pit_ioport_write() 284 s->bcd = val & 1; in pit_ioport_write() 410 qemu_put_8s(f, &s->bcd); in pit_save() 441 qemu_get_8s(f, &s->bcd); in pit_load()
|
/external/pcre/dist/testdata/ |
D | testinput4 | 38 a\x{240}bcd 44 a\x{240}bcd 50 a\x{240}bcd 110 a\x{100}bcd 113 a\x{100000}bcd 133 bcd 146 bcd
|
D | testinput9 | 94 a\x{240}bcd 100 a\x{240}bcd 106 a\x{240}bcd 166 a\x{100}bcd 169 a\x{100000}bcd 189 bcd 202 bcd
|
D | testoutput4 | 67 a\x{240}bcd 79 a\x{240}bcd 91 a\x{240}bcd 224 a\x{100}bcd 228 a\x{100000}bcd 262 bcd 263 0: bcd 281 bcd 282 0: bcd
|
D | testinput8 | 436 bcd 441 bcd\N 814 a bcd 2123 bcd 2128 bcd 2133 bcd 2138 bcd 2144 bcd 2151 bcd 2156 bcd [all …]
|
D | testoutput8 | 353 2: bcd 372 2: bcd 395 2: bcd 399 2: bcd 863 bcd 874 bcd\N 1529 a bcd 1530 0: a bcd 3258 bcd 3266 bcd [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | strstr-1.ll | 10 @.str3 = private constant [4 x i8] c"bcd\00" 34 ; Check strstr("abcde", "bcd") -> "abcde" + 1.
|
/external/qemu/telephony/ |
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 ) in gsm_bcdnum_to_ascii() argument 1002 int c = (bcd[0] >> shift) & 0xf; in gsm_bcdnum_to_ascii() 1016 bcd += 1; in gsm_bcdnum_to_ascii()
|
D | gsm.h | 152 extern int gsm_bcdnum_to_ascii ( cbytes_t bcd, int num_digits, bytes_t dst );
|
/external/valgrind/main/VEX/test/ |
D | test-amd64.c | 668 unsigned short bcd[5]; in test_fbcd() local 671 asm("fbstp %0" : "=m" (bcd[0]) : "t" (a) : "st"); in test_fbcd() 672 asm("fbld %1" : "=t" (b) : "m" (bcd[0])); in test_fbcd() 674 a, bcd[4], bcd[3], bcd[2], bcd[1], bcd[0], b); in test_fbcd()
|
D | test-i386.c | 630 unsigned short bcd[5]; in test_fbcd() local 633 asm("fbstp %0" : "=m" (bcd[0]) : "t" (a) : "st"); in test_fbcd() 634 asm("fbld %1" : "=t" (b) : "m" (bcd[0])); in test_fbcd() 636 a, bcd[4], bcd[3], bcd[2], bcd[1], bcd[0], b); in test_fbcd()
|
/external/skia/src/pathops/ |
D | SkPathOpsCubic.cpp | 461 double bcd = SkDInterp(bc, cd, t); in interp_cubic_coords() local 462 double abcd = SkDInterp(abc, bcd, t); in interp_cubic_coords() 553 double bcd = SkDInterp(bc, cd, t); in interp_cubic_coords() local 554 double abcd = SkDInterp(abc, bcd, t); in interp_cubic_coords() 560 dst[8] = bcd; in interp_cubic_coords()
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkPathOpsCubic.cpp | 461 double bcd = SkDInterp(bc, cd, t); in interp_cubic_coords() local 462 double abcd = SkDInterp(abc, bcd, t); in interp_cubic_coords() 553 double bcd = SkDInterp(bc, cd, t); in interp_cubic_coords() local 554 double abcd = SkDInterp(abc, bcd, t); in interp_cubic_coords() 560 dst[8] = bcd; in interp_cubic_coords()
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
D | statements-expected.txt | 30 PASS testSwitch(1) is 'bcd'
|
/external/qemu/android/config/linux-x86/asm/ |
D | kvm.h | 214 __u8 bcd; member
|
/external/qemu/android/config/linux-x86_64/asm/ |
D | kvm.h | 214 __u8 bcd; member
|