Home
last modified time | relevance | path

Searched defs:bcd (Results 1 – 20 of 20) sorted by relevance

/external/icu4c/i18n/
DdecNumberLocal.h474 #define GETCOEFF(df, bcd) { \ argument
479 #define GETWCOEFF(df, bcd) { \ argument
490 #define GETCOEFF(df, bcd) { \ argument
499 #define GETWCOEFF(df, bcd) { \ argument
518 #define GETCOEFF(df, bcd) { \ argument
536 #define GETWCOEFF(df, bcd) {??} /* [should never be used] */ argument
DdecNumber.c3484 U_CAPI uByte * U_EXPORT2 uprv_decNumberGetBCD(const decNumber *dn, uByte *bcd) { in uprv_decNumberGetBCD()
3518 U_CAPI decNumber * U_EXPORT2 uprv_decNumberSetBCD(decNumber *dn, const uByte *bcd, uInt n) { in uprv_decNumberSetBCD()
/external/chromium_org/third_party/icu/source/i18n/
DdecNumberLocal.h486 #define GETCOEFF(df, bcd) { \ argument
491 #define GETWCOEFF(df, bcd) { \ argument
502 #define GETCOEFF(df, bcd) { \ argument
511 #define GETWCOEFF(df, bcd) { \ argument
530 #define GETCOEFF(df, bcd) { \ argument
548 #define GETWCOEFF(df, bcd) {??} /* [should never be used] */ argument
DdecNumber.c3463 U_CAPI uByte * U_EXPORT2 uprv_decNumberGetBCD(const decNumber *dn, uByte *bcd) { in uprv_decNumberGetBCD()
3497 U_CAPI decNumber * U_EXPORT2 uprv_decNumberSetBCD(decNumber *dn, const uByte *bcd, uInt n) { in uprv_decNumberSetBCD()
/external/skia/src/pathops/
DSkPathOpsCubic.cpp386 double bcd = SkDInterp(bc, cd, t); in interp_cubic_coords() local
478 double bcd = SkDInterp(bc, cd, t); in interp_cubic_coords() local
/external/chromium_org/third_party/skia/src/pathops/
DSkPathOpsCubic.cpp386 double bcd = SkDInterp(bc, cd, t); in interp_cubic_coords() local
478 double bcd = SkDInterp(bc, cd, t); in interp_cubic_coords() local
/external/valgrind/main/memcheck/tests/amd64/
Dmore_x87_fp.c148 unsigned short bcd[5]; in test_fbcd() local
/external/valgrind/main/memcheck/tests/x86/
Dmore_x86_fp.c138 unsigned short bcd[5]; in test_fbcd() local
/external/qemu/hw/
Di8254.c47 uint8_t bcd; /* not supported */ member
/external/valgrind/main/VEX/test/
Dtest-amd64.c668 unsigned short bcd[5]; in test_fbcd() local
Dtest-i386.c630 unsigned short bcd[5]; in test_fbcd() local
/external/skia/src/core/
DSkGeometry.cpp502 SkScalar bcd = SkScalarInterp(bc, cd, t); in eval_cubic() local
575 SkScalar bcd = SkScalarInterp(bc, cd, t); in interp_cubic_coords() local
/external/chromium_org/third_party/skia/src/core/
DSkGeometry.cpp502 SkScalar bcd = SkScalarInterp(bc, cd, t); in eval_cubic() local
575 SkScalar bcd = SkScalarInterp(bc, cd, t); in interp_cubic_coords() local
/external/kernel-headers/original/asm-mips/sgi/
Dhpc3.h66 volatile u32 bcd; /* byte count info */ member
/external/qemu/telephony/
Dgsm.c996 gsm_bcdnum_to_ascii( cbytes_t bcd, int count, bytes_t dst ) in gsm_bcdnum_to_ascii()
/external/qemu/android/config/linux-x86_64/asm/
Dkvm.h214 __u8 bcd; member
/external/qemu/android/config/linux-x86/asm/
Dkvm.h214 __u8 bcd; member
/external/chromium_org/third_party/icu/source/test/intltest/
Dapicoll.cpp2139 UnicodeString bcd("bcd", 3); in TestSubclass() local
/external/icu4c/test/intltest/
Dapicoll.cpp2168 UnicodeString bcd("bcd", 3); in TestSubclass() local
/external/valgrind/main/VEX/priv/
Dhost_generic_simd64.c1520 ULong h_BCDtoDPB( ULong bcd ) in h_BCDtoDPB()