Home
last modified time | relevance | path

Searched refs:bcd (Results 1 – 14 of 14) sorted by relevance

/external/icu4c/i18n/
DdecNumberLocal.h486 #define GETCOEFF(df, bcd) { \ argument
488 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \
489 dpd2bcd8(bcd+1, sourhi>>10); \
490 dpd2bcd83(bcd+4, sourhi);}
491 #define GETWCOEFF(df, bcd) { \ argument
494 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \
495 dpd2bcd8(bcd+1, sourhi>>8); \
496 dpd2bcd8(bcd+4, (sourhi<<2) | (sourlo>>30)); \
497 dpd2bcd8(bcd+7, sourlo>>20); \
498 dpd2bcd8(bcd+10, sourlo>>10); \
[all …]
DdecNumber.c3457 U_CAPI uByte * U_EXPORT2 uprv_decNumberGetBCD(const decNumber *dn, uByte *bcd) { in uprv_decNumberGetBCD() argument
3458 uByte *ub=bcd+dn->digits-1; /* -> lsd */ in uprv_decNumberGetBCD()
3462 for (; ub>=bcd; ub--, up++) *ub=*up; in uprv_decNumberGetBCD()
3466 for (; ub>=bcd; ub--) { in uprv_decNumberGetBCD()
3476 return bcd; in uprv_decNumberGetBCD()
3491 U_CAPI decNumber * U_EXPORT2 uprv_decNumberSetBCD(decNumber *dn, const uByte *bcd, uInt n) { in uprv_decNumberSetBCD() argument
3493 const uByte *ub=bcd; /* -> source msd */ in uprv_decNumberSetBCD()
3496 for (; ub<bcd+n; ub++, up--) *up=*ub; in uprv_decNumberSetBCD()
/external/qemu/telephony/
Dgsm.c40 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()
Dgsm.h152 extern int gsm_bcdnum_to_ascii ( cbytes_t bcd, int num_digits, bytes_t dst );
/external/bluetooth/bluez/tools/
Ddfutool.c321 uint16_t bcd; in cmd_verify() local
385 bcd = le16_to_cpu(suffix->bcdDFU); in cmd_verify()
387 printf("bcdDFU\t\t%x.%x\n", bcd >> 8, bcd & 0xff); in cmd_verify()
/external/skia/src/core/
DSkGeometry.cpp483 SkScalar bcd = SkScalarInterp(bc, cd, t); in eval_cubic() local
484 return SkScalarInterp(abc, bcd, t); in eval_cubic()
556 SkScalar bcd = SkScalarInterp(bc, cd, t); in interp_cubic_coords() local
557 SkScalar abcd = SkScalarInterp(abc, bcd, t); in interp_cubic_coords()
563 dst[8] = bcd; in interp_cubic_coords()
/external/chromium/third_party/icu/source/test/testdata/
Dre_tests.txt172 ([abc])*bcd abcd y $&-$1 abcd-a
186 (a|b)c*d abcd y $&-$1 bcd-b
204 a[bcd]*dcdcde adcdcde y $& adcdcde
205 a[bcd]+dcdcde adcdcde n - -
352 '([abc])*bcd'i ABCD y $&-$1 ABCD-A
368 'a[bcd]*dcdcde'i ADCDCDE y $& ADCDCDE
369 'a[bcd]+dcdcde'i ADCDCDE n - -
550 ^[^bcd]*(c+) aexycd y $1 c
555 ^[^bcd]*(c+) aexycd y $1 c
Didna_conf.txt214 namezone: xn--11bcd
Dregextst.txt811 "[a-d&[b-c]]+" "<0>abc&bcd</0>"
812 "[a-d&b-c]+" "<0>abc&bcd</0>"
821 "[bcd-\{]+" "a<0>bcdefyz{</0>|}"
1021 "astring|another[bcd]|alpha|a|[a]" "x"
/external/icu4c/test/testdata/
Dre_tests.txt172 ([abc])*bcd abcd y $&-$1 abcd-a
186 (a|b)c*d abcd y $&-$1 bcd-b
204 a[bcd]*dcdcde adcdcde y $& adcdcde
205 a[bcd]+dcdcde adcdcde n - -
352 '([abc])*bcd'i ABCD y $&-$1 ABCD-A
368 'a[bcd]*dcdcde'i ADCDCDE y $& ADCDCDE
369 'a[bcd]+dcdcde'i ADCDCDE n - -
550 ^[^bcd]*(c+) aexycd y $1 c
555 ^[^bcd]*(c+) aexycd y $1 c
Didna_conf.txt214 namezone: xn--11bcd
Dregextst.txt814 "[a-d&[b-c]]+" "<0>abc&bcd</0>"
815 "[a-d&b-c]+" "<0>abc&bcd</0>"
824 "[bcd-\{]+" "a<0>bcdefyz{</0>|}"
1030 "astring|another[bcd]|alpha|a|[a]" "x"
/external/icu4c/test/intltest/
Dapicoll.cpp2144 UnicodeString bcd("bcd", 3); in TestSubclass() local
2145 if (col1.compare(abc, bcd) != abc.compare(bcd)) { in TestSubclass()
/external/chromium/third_party/icu/source/test/intltest/
Dapicoll.cpp2190 UnicodeString bcd("bcd", 3); in TestSubclass() local
2191 if (col1.compare(abc, bcd) != abc.compare(bcd)) { in TestSubclass()