Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dbcd.h133 vbi_bcd2dec(unsigned int bcd) in vbi_bcd2dec()
183 vbi_is_bcd(unsigned int bcd) in vbi_is_bcd()
206 vbi_bcd_digits_greater (unsigned int bcd, in vbi_bcd_digits_greater()
/third_party/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
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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
/third_party/skia/src/gpu/tessellate/
DPatchWriter.cpp121 float4 bcd = mix(bc, cd, T); in chopAndWriteCubics() local
141 float2 bcd = (bc + cd) * .5f; in chopAndWriteCubics() local
/third_party/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()
/third_party/skia/third_party/externals/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.cpp192 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()
/third_party/node/deps/icu-small/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()
/third_party/skia/docs/examples/
DSkPath_cubicTo_example_parametric_animated.cpp51 SkPoint bcd = interpolate(bc, cd, frame); in draw() local
/third_party/FreeBSD/sys/dev/usb/
Dusb_util.c124 usb_printbcd(char *p, uint16_t p_len, uint16_t bcd) in usb_printbcd()
/third_party/ffmpeg/libavutil/
Dtimecode.c127 static unsigned bcd2uint(uint8_t bcd) in bcd2uint()
/third_party/skia/samplecode/
DSampleFitCubicToCircle.cpp90 double bcd = lerp(bc, cd, T); in eval_cubic() local
/third_party/skia/src/pathops/
DSkPathOpsCubic.cpp91 double bcd = SkDInterp(bc, cd, t); in interp_cubic_coords() local
649 double bcd = SkDInterp(bc, cd, t); in interp_cubic_coords() local
/third_party/ffmpeg/libavcodec/
Dutils.c1090 static unsigned bcd2uint(uint8_t bcd) in bcd2uint()
/third_party/skia/src/core/
DSkGeometry.cpp474 float2 bcd = unchecked_mix(bc, cd, T); in SkChopCubicAt() local
510 float4 bcd = unchecked_mix(bc, cd, T); in SkChopCubicAt() local
/third_party/node/deps/v8/src/diagnostics/arm/
Ddisasm-arm.cc1768 int bcd = instr->Bits(18, 16); in DecodeVmovImmediate() local
/third_party/icu/icu4c/source/test/intltest/
Dapicoll.cpp2256 UnicodeString bcd("bcd", 3); in TestSubclass() local