Home
last modified time | relevance | path

Searched defs:bcd (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/docs/examples/
H A DSkPath_cubicTo_example_parametric_animated.cpp51 SkPoint bcd = interpolate(bc, cd, frame); in REG_FIDDLE_ANIMATED() local
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_util.c123 usb_printbcd(char *p, uint16_t p_len, uint16_t bcd) in usb_printbcd() argument
/third_party/skia/src/gpu/tessellate/
H A DPatchWriter.cpp121 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 DDecimalQuantity_ByteArrayBCD.java20 private byte[] bcd = new byte[100]; field in DecimalQuantity_ByteArrayBCD
[all...]
H A DDecimalQuantity_64BitBCD.java20 private long bcd; field in DecimalQuantity_64BitBCD
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/
H A DDecimalQuantity_ByteArrayBCD.java23 private byte[] bcd = new byte[100]; field in DecimalQuantity_ByteArrayBCD
[all...]
H A DDecimalQuantity_64BitBCD.java23 private long bcd; field in DecimalQuantity_64BitBCD
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_utils.cpp186 DecNum::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& status) { in setTo() argument
H A DdecNumber.cpp3490 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 Dnumber_utils.cpp186 DecNum::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& status) { in setTo() argument
H A DdecNumber.cpp3490 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 Dnumber_utils.cpp192 DecNum::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& status) { in setTo() argument
H A DdecNumber.cpp3490 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 Dtimecode.c129 static unsigned bcd2uint(uint8_t bcd) in bcd2uint() argument
/third_party/skia/samplecode/
H A DSampleFitCubicToCircle.cpp90 double bcd = lerp(bc, cd, T); in eval_cubic() local
/third_party/skia/src/pathops/
H A DSkPathOpsCubic.cpp91 double bcd = SkDInterp(bc, cd, t); in interp_cubic_coords() local
/third_party/ffmpeg/libavcodec/
H A Dutils.c1073 static unsigned bcd2uint(uint8_t bcd) in bcd2uint() argument
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc1768 int bcd = instr->Bits(18, 16); in DecodeVmovImmediate() local

Completed in 36 milliseconds