/third_party/skia/docs/examples/ |
H A D | SkPath_cubicTo_example_parametric_animated.cpp | 51 SkPoint bcd = interpolate(bc, cd, frame); in REG_FIDDLE_ANIMATED() local
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_util.c | 123 usb_printbcd(char *p, uint16_t p_len, uint16_t bcd) in usb_printbcd() argument
|
/third_party/skia/src/gpu/tessellate/ |
H A D | PatchWriter.cpp | 121 float4 bcd = mix(bc, cd, T); in chopAndWriteCubics() local 141 float2 bcd = (bc + cd) * .5f; in chopAndWriteCubics() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/ |
H A D | DecimalQuantity_ByteArrayBCD.java | 20 private byte[] bcd = new byte[100]; field in DecimalQuantity_ByteArrayBCD [all...] |
H A D | DecimalQuantity_64BitBCD.java | 20 private long bcd; field in DecimalQuantity_64BitBCD [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/ |
H A D | DecimalQuantity_ByteArrayBCD.java | 23 private byte[] bcd = new byte[100]; field in DecimalQuantity_ByteArrayBCD [all...] |
H A D | DecimalQuantity_64BitBCD.java | 23 private long bcd; field in DecimalQuantity_64BitBCD [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | number_utils.cpp | 186 DecNum::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& status) { in setTo() argument
|
H A D | decNumber.cpp | 3490 U_CAPI uByte * U_EXPORT2 uprv_decNumberGetBCD(const decNumber *dn, uByte *bcd) { in uprv_decNumberGetBCD() argument 3524 uprv_decNumberSetBCD(decNumber *dn, const uByte *bcd, uInt n) uprv_decNumberSetBCD() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_utils.cpp | 186 DecNum::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& status) { in setTo() argument
|
H A D | decNumber.cpp | 3490 U_CAPI uByte * U_EXPORT2 uprv_decNumberGetBCD(const decNumber *dn, uByte *bcd) { in uprv_decNumberGetBCD() argument 3524 uprv_decNumberSetBCD(decNumber *dn, const uByte *bcd, uInt n) uprv_decNumberSetBCD() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_utils.cpp | 192 DecNum::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& status) { in setTo() argument
|
H A D | decNumber.cpp | 3490 U_CAPI uByte * U_EXPORT2 uprv_decNumberGetBCD(const decNumber *dn, uByte *bcd) { in uprv_decNumberGetBCD() argument 3524 uprv_decNumberSetBCD(decNumber *dn, const uByte *bcd, uInt n) uprv_decNumberSetBCD() argument [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | timecode.c | 129 static unsigned bcd2uint(uint8_t bcd) in bcd2uint() argument
|
/third_party/skia/samplecode/ |
H A D | SampleFitCubicToCircle.cpp | 90 double bcd = lerp(bc, cd, T); in eval_cubic() local
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsCubic.cpp | 91 double bcd = SkDInterp(bc, cd, t); in interp_cubic_coords() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | utils.c | 1073 static unsigned bcd2uint(uint8_t bcd) in bcd2uint() argument
|
/third_party/node/deps/v8/src/diagnostics/arm/ |
H A D | disasm-arm.cc | 1768 int bcd = instr->Bits(18, 16); in DecodeVmovImmediate() local
|