Home
last modified time | relevance | path

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

12

/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/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()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
DdecNumberLocal.h477 #define GETCOEFF(df, bcd) { \ argument
482 #define GETWCOEFF(df, bcd) { \ argument
493 #define GETCOEFF(df, bcd) { \ argument
502 #define GETWCOEFF(df, bcd) { \ argument
521 #define GETCOEFF(df, bcd) { \ argument
539 #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()
/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.cpp192 DecNum::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& statu… in setTo()
/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()
/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/flutter/skia/src/pathops/
DSkPathOpsCubic.cpp90 double bcd = SkDInterp(bc, cd, t); in interp_cubic_coords() local
647 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/flutter/skia/src/gpu/ccpr/
DGrCCFillGeometry.cpp530 float T, Sk2f* ab, Sk2f* abc, Sk2f* abcd, Sk2f* bcd, Sk2f* cd) { in chop_cubic()
/third_party/icu/icu4c/source/test/intltest/
Dapicoll.cpp2256 UnicodeString bcd("bcd", 3); in TestSubclass() local
/third_party/flutter/skia/src/core/
DSkGeometry.cpp391 Sk2s bcd = interp(bc, cd, tt); in SkChopCubicAt() local

12