/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | bcd.h | 133 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/ |
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
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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
|
/third_party/skia/src/gpu/tessellate/ |
D | PatchWriter.cpp | 121 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/ |
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 | 186 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/ |
D | decNumberLocal.h | 477 #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
|
D | number_utils.cpp | 192 DecNum::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& statu… in setTo()
|
/third_party/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()
|
/third_party/skia/third_party/externals/icu/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()
|
/third_party/skia/docs/examples/ |
D | SkPath_cubicTo_example_parametric_animated.cpp | 51 SkPoint bcd = interpolate(bc, cd, frame); in draw() local
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_util.c | 124 usb_printbcd(char *p, uint16_t p_len, uint16_t bcd) in usb_printbcd()
|
/third_party/ffmpeg/libavutil/ |
D | timecode.c | 127 static unsigned bcd2uint(uint8_t bcd) in bcd2uint()
|
/third_party/skia/samplecode/ |
D | SampleFitCubicToCircle.cpp | 90 double bcd = lerp(bc, cd, T); in eval_cubic() local
|
/third_party/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
|
/third_party/flutter/skia/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
|
/third_party/ffmpeg/libavcodec/ |
D | utils.c | 1090 static unsigned bcd2uint(uint8_t bcd) in bcd2uint()
|
/third_party/skia/src/core/ |
D | SkGeometry.cpp | 474 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/ |
D | GrCCFillGeometry.cpp | 530 float T, Sk2f* ab, Sk2f* abc, Sk2f* abcd, Sk2f* bcd, Sk2f* cd) { in chop_cubic()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 2256 UnicodeString bcd("bcd", 3); in TestSubclass() local
|
/third_party/flutter/skia/src/core/ |
D | SkGeometry.cpp | 391 Sk2s bcd = interp(bc, cd, tt); in SkChopCubicAt() local
|