/external/icu/android_icu4j/src/main/tests/android/icu/dev/impl/number/ |
D | DecimalQuantity_64BitBCD.java | 23 private long bcd; field in DecimalQuantity_64BitBCD 127 bcd = result >>> (adjustment * 4); field in DecimalQuantity_64BitBCD
|
D | DecimalQuantity_ByteArrayBCD.java | 23 private byte[] bcd = new byte[100]; field in DecimalQuantity_ByteArrayBCD
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/ |
D | DecimalQuantity_64BitBCD.java | 20 private long bcd; field in DecimalQuantity_64BitBCD 124 bcd = result >>> (adjustment * 4); field in DecimalQuantity_64BitBCD
|
D | DecimalQuantity_ByteArrayBCD.java | 20 private byte[] bcd = new byte[100]; field in DecimalQuantity_ByteArrayBCD
|
/external/icu/icu4c/source/i18n/ |
D | decNumberLocal.h | 479 #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
|
D | number_utils.cpp | 192 DecNum::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& statu… in setTo()
|
D | decNumber.cpp | 3490 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/ |
D | decNumberLocal.h | 479 #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/skia/docs/examples/ |
D | SkPath_cubicTo_example_parametric_animated.cpp | 51 SkPoint bcd = interpolate(bc, cd, frame); in draw() local
|
/external/skia/samplecode/ |
D | SampleFitCubicToCircle.cpp | 90 double bcd = lerp(bc, cd, T); in eval_cubic() local
|
/external/skqp/src/pathops/ |
D | SkPathOpsCubic.cpp | 90 double bcd = SkDInterp(bc, cd, t); in interp_cubic_coords() local 647 double bcd = SkDInterp(bc, cd, t); in interp_cubic_coords() local
|
/external/skia/src/pathops/ |
D | SkPathOpsCubic.cpp | 91 double bcd = SkDInterp(bc, cd, t); in interp_cubic_coords() local 649 double bcd = SkDInterp(bc, cd, t); in interp_cubic_coords() local
|
/external/python/cpython2/Lib/ |
D | platform.py | 716 def _bcd2str(bcd): argument
|
/external/skia/src/core/ |
D | SkGeometry.cpp | 473 float2 bcd = unchecked_mix(bc, cd, T); in SkChopCubicAt() local 509 float4 bcd = unchecked_mix(bc, cd, T); in SkChopCubicAt() local
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 530 float T, Sk2f* ab, Sk2f* abc, Sk2f* abcd, Sk2f* bcd, Sk2f* cd) { in chop_cubic()
|
/external/skia/src/gpu/tessellate/ |
D | GrStrokeIndirectTessellator.cpp | 358 auto bcd = unchecked_mix(bc, cd, T); in flushChoppedCubics() local
|
/external/crosvm/hypervisor/src/ |
D | x86_64.rs | 440 pub bcd: bool, field
|
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 2256 UnicodeString bcd("bcd", 3); in TestSubclass() local
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | libdis.h | 251 unsigned char bcd[10]; member
|
/external/skqp/src/core/ |
D | SkGeometry.cpp | 391 Sk2s bcd = interp(bc, cd, tt); in SkChopCubicAt() local
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | kvm.h | 268 __u8 bcd; member
|
/external/google-breakpad/src/third_party/libdisasm/swig/ |
D | libdisasm_oop.i | 157 unsigned char bcd[10]; member
|
/external/crosvm/kvm_sys/src/x86/ |
D | bindings.rs | 2601 pub bcd: __u8, field
|