Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/impl/number/
DDecimalQuantity_64BitBCD.java23 private long bcd; field in DecimalQuantity_64BitBCD
127 bcd = result >>> (adjustment * 4); field in DecimalQuantity_64BitBCD
DDecimalQuantity_ByteArrayBCD.java23 private byte[] bcd = new byte[100]; field in DecimalQuantity_ByteArrayBCD
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
DDecimalQuantity_64BitBCD.java20 private long bcd; field in DecimalQuantity_64BitBCD
124 bcd = result >>> (adjustment * 4); field in DecimalQuantity_64BitBCD
DDecimalQuantity_ByteArrayBCD.java20 private byte[] bcd = new byte[100]; field in DecimalQuantity_ByteArrayBCD
/external/icu/icu4c/source/i18n/
DdecNumberLocal.h479 #define GETCOEFF(df, bcd) { \ argument
484 #define GETWCOEFF(df, bcd) { \ argument
495 #define GETCOEFF(df, bcd) { \ argument
504 #define GETWCOEFF(df, bcd) { \ argument
523 #define GETCOEFF(df, bcd) { \ argument
541 #define GETWCOEFF(df, bcd) {??} /* [should never be used] */ argument
Dnumber_utils.cpp186 DecNum::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& statu… in setTo()
DdecNumber.cpp3490 U_CAPI uByte * U_EXPORT2 uprv_decNumberGetBCD(const decNumber *dn, uByte *bcd) { in uprv_decNumberGetBCD()
3524 U_CAPI decNumber * U_EXPORT2 uprv_decNumberSetBCD(decNumber *dn, const uByte *bcd, uInt n) { in uprv_decNumberSetBCD()
/external/icu/libicu/cts_headers/
DdecNumberLocal.h479 #define GETCOEFF(df, bcd) { \ argument
484 #define GETWCOEFF(df, bcd) { \ argument
495 #define GETCOEFF(df, bcd) { \ argument
504 #define GETWCOEFF(df, bcd) { \ argument
523 #define GETCOEFF(df, bcd) { \ argument
541 #define GETWCOEFF(df, bcd) {??} /* [should never be used] */ argument
/external/cronet/third_party/icu/source/i18n/
DdecNumberLocal.h479 #define GETCOEFF(df, bcd) { \ argument
484 #define GETWCOEFF(df, bcd) { \ argument
495 #define GETCOEFF(df, bcd) { \ argument
504 #define GETWCOEFF(df, bcd) { \ argument
523 #define GETCOEFF(df, bcd) { \ argument
541 #define GETWCOEFF(df, bcd) {??} /* [should never be used] */ argument
Dnumber_utils.cpp186 DecNum::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& statu… in setTo()
DdecNumber.cpp3490 U_CAPI uByte * U_EXPORT2 uprv_decNumberGetBCD(const decNumber *dn, uByte *bcd) { in uprv_decNumberGetBCD()
3524 U_CAPI decNumber * U_EXPORT2 uprv_decNumberSetBCD(decNumber *dn, const uByte *bcd, uInt n) { in uprv_decNumberSetBCD()
/external/skia/docs/examples/
DSkPath_cubicTo_example_parametric_animated.cpp51 SkPoint bcd = interpolate(bc, cd, frame); in draw() local
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
DCharSetTest.java387 final CharSet bcd = CharSet.getInstance("bcd"); in testContains_Char() local
/external/skia/src/gpu/tessellate/
DPatchWriter.h671 float4 bcd = mix(bc, cd, T); in chopAndWriteCubics() local
691 float2 bcd = (bc + cd) * .5f; in chopAndWriteCubics() local
/external/skia/tools/viewer/
DFitCubicToCircleSlide.cpp94 double bcd = lerp(bc, cd, T); in eval_cubic() local
/external/skia/src/pathops/
DSkPathOpsCubic.cpp98 double bcd = SkDInterp(bc, cd, t); in interp_cubic_coords() local
660 double bcd = SkDInterp(bc, cd, t); in interp_cubic_coords() local
/external/python/cpython2/Lib/
Dplatform.py716 def _bcd2str(bcd): argument
/external/skia/src/core/
DSkGeometry.cpp490 float2 bcd = unchecked_mix(bc, cd, T); in SkChopCubicAt() local
524 float4 bcd = unchecked_mix(bc, cd, T); in SkChopCubicAt() local
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp2256 UnicodeString bcd("bcd", 3); in TestSubclass() local
/external/google-breakpad/src/third_party/libdisasm/
Dlibdis.h251 unsigned char bcd[10]; member
/external/cronet/third_party/icu/source/test/intltest/
Dapicoll.cpp2256 UnicodeString bcd("bcd", 3); in TestSubclass() local
/external/crosvm/hypervisor/src/
Dx86_64.rs637 pub bcd: bool, field
/external/kernel-headers/original/uapi/asm-x86/asm/
Dkvm.h278 __u8 bcd; member
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm_oop.i157 unsigned char bcd[10]; member
/external/crosvm/kvm_sys/src/x86/
Dbindings.rs1197 pub bcd: u8, field