Home
last modified time | relevance | path

Searched refs:shift (Results 1 – 25 of 92) sorted by relevance

1234

/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkMath.h37 static inline constexpr int32_t SkLeftShift(int32_t value, int32_t shift) { in SkLeftShift() argument
38 return (int32_t) ((uint32_t) value << shift); in SkLeftShift()
41 static inline constexpr int64_t SkLeftShift(int64_t value, int32_t shift) { in SkLeftShift() argument
42 return (int64_t) ((uint64_t) value << shift); in SkLeftShift()
61 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound() argument
64 SkASSERT(shift > 0 && shift <= 8); in SkMul16ShiftRound()
65 unsigned prod = a*b + (1 << (shift - 1)); in SkMul16ShiftRound()
66 return (prod + (prod >> shift)) >> shift; in SkMul16ShiftRound()
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkMath.h37 static inline constexpr int32_t SkLeftShift(int32_t value, int32_t shift) { in SkLeftShift() argument
38 return (int32_t) ((uint32_t) value << shift); in SkLeftShift()
41 static inline constexpr int64_t SkLeftShift(int64_t value, int32_t shift) { in SkLeftShift() argument
42 return (int64_t) ((uint64_t) value << shift); in SkLeftShift()
61 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound() argument
64 SkASSERT(shift > 0 && shift <= 8); in SkMul16ShiftRound()
65 unsigned prod = a*b + (1 << (shift - 1)); in SkMul16ShiftRound()
66 return (prod + (prod >> shift)) >> shift; in SkMul16ShiftRound()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkMath.h37 static inline constexpr int32_t SkLeftShift(int32_t value, int32_t shift) { in SkLeftShift() argument
38 return (int32_t) ((uint32_t) value << shift); in SkLeftShift()
41 static inline constexpr int64_t SkLeftShift(int64_t value, int32_t shift) { in SkLeftShift() argument
42 return (int64_t) ((uint64_t) value << shift); in SkLeftShift()
61 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound() argument
64 SkASSERT(shift > 0 && shift <= 8); in SkMul16ShiftRound()
65 unsigned prod = a*b + (1 << (shift - 1)); in SkMul16ShiftRound()
66 return (prod + (prod >> shift)) >> shift; in SkMul16ShiftRound()
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkMath.h37 static inline constexpr int32_t SkLeftShift(int32_t value, int32_t shift) { in SkLeftShift() argument
38 return (int32_t) ((uint32_t) value << shift); in SkLeftShift()
41 static inline constexpr int64_t SkLeftShift(int64_t value, int32_t shift) { in SkLeftShift() argument
42 return (int64_t) ((uint64_t) value << shift); in SkLeftShift()
61 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound() argument
64 SkASSERT(shift > 0 && shift <= 8); in SkMul16ShiftRound()
65 unsigned prod = a*b + (1 << (shift - 1)); in SkMul16ShiftRound()
66 return (prod + (prod >> shift)) >> shift; in SkMul16ShiftRound()
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkMath.h37 static inline constexpr int32_t SkLeftShift(int32_t value, int32_t shift) { in SkLeftShift() argument
38 return (int32_t) ((uint32_t) value << shift); in SkLeftShift()
41 static inline constexpr int64_t SkLeftShift(int64_t value, int32_t shift) { in SkLeftShift() argument
42 return (int64_t) ((uint64_t) value << shift); in SkLeftShift()
61 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound() argument
64 SkASSERT(shift > 0 && shift <= 8); in SkMul16ShiftRound()
65 unsigned prod = a*b + (1 << (shift - 1)); in SkMul16ShiftRound()
66 return (prod + (prod >> shift)) >> shift; in SkMul16ShiftRound()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkMath.h37 static inline constexpr int32_t SkLeftShift(int32_t value, int32_t shift) { in SkLeftShift() argument
38 return (int32_t) ((uint32_t) value << shift); in SkLeftShift()
41 static inline constexpr int64_t SkLeftShift(int64_t value, int32_t shift) { in SkLeftShift() argument
42 return (int64_t) ((uint64_t) value << shift); in SkLeftShift()
61 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound() argument
64 SkASSERT(shift > 0 && shift <= 8); in SkMul16ShiftRound()
65 unsigned prod = a*b + (1 << (shift - 1)); in SkMul16ShiftRound()
66 return (prod + (prod >> shift)) >> shift; in SkMul16ShiftRound()
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkMath.h38 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound() argument
41 SkASSERT(shift > 0 && shift <= 8); in SkMul16ShiftRound()
42 unsigned prod = a*b + (1 << (shift - 1)); in SkMul16ShiftRound()
43 return (prod + (prod >> shift)) >> shift; in SkMul16ShiftRound()
H A DSkImageInfo.h588 int shift = this->shiftPerPixel(); in validRowBytes() local
589 size_t alignedRowBytes = rowBytes >> shift << shift; in validRowBytes()
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkMath.h38 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound() argument
41 SkASSERT(shift > 0 && shift <= 8); in SkMul16ShiftRound()
42 unsigned prod = a*b + (1 << (shift - 1)); in SkMul16ShiftRound()
43 return (prod + (prod >> shift)) >> shift; in SkMul16ShiftRound()
/expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/
H A DTextLayoutAlgorithm.java515 PointF shift = new PointF(0, 0); in layoutText()
534 shift.x = shift.x + Float.parseFloat(resolve_x[i]); in layoutText()
535 shift.y = shift.y + Float.parseFloat(resolve_y[i]); in layoutText()
540 result[i].x = CSS_positions[i].x + shift.x; in layoutText()
709 double shift = 0; in layoutText()
721 result[k].x += shift; in layoutText()
723 result[k].y += shift; in layoutText()
734 shift += perCharacterAdjustment; in layoutText()
757 shift.set(0, 0); in layoutText()
787 result[index].x += shift.x; in layoutText()
[all …]
/expo/android/vendored/sdk48/react-native-svg/android/src/main/java/abi48_0_0/com/horcrux/svg/
H A DTextLayoutAlgorithm.java515 PointF shift = new PointF(0, 0); in layoutText()
534 shift.x = shift.x + Float.parseFloat(resolve_x[i]); in layoutText()
535 shift.y = shift.y + Float.parseFloat(resolve_y[i]); in layoutText()
540 result[i].x = CSS_positions[i].x + shift.x; in layoutText()
709 double shift = 0; in layoutText()
721 result[k].x += shift; in layoutText()
723 result[k].y += shift; in layoutText()
734 shift += perCharacterAdjustment; in layoutText()
757 shift.set(0, 0); in layoutText()
787 result[index].x += shift.x; in layoutText()
[all …]
/expo/android/vendored/unversioned/react-native-svg/android/src/main/java/com/horcrux/svg/
H A DTextLayoutAlgorithm.java515 PointF shift = new PointF(0, 0); in layoutText()
534 shift.x = shift.x + Float.parseFloat(resolve_x[i]); in layoutText()
535 shift.y = shift.y + Float.parseFloat(resolve_y[i]); in layoutText()
540 result[i].x = CSS_positions[i].x + shift.x; in layoutText()
709 double shift = 0; in layoutText()
721 result[k].x += shift; in layoutText()
723 result[k].y += shift; in layoutText()
734 shift += perCharacterAdjustment; in layoutText()
757 shift.set(0, 0); in layoutText()
787 result[index].x += shift.x; in layoutText()
[all …]
/expo/android/vendored/sdk49/react-native-svg/android/src/main/java/abi49_0_0/com/horcrux/svg/
H A DTextLayoutAlgorithm.java515 PointF shift = new PointF(0, 0); in layoutText()
534 shift.x = shift.x + Float.parseFloat(resolve_x[i]); in layoutText()
535 shift.y = shift.y + Float.parseFloat(resolve_y[i]); in layoutText()
540 result[i].x = CSS_positions[i].x + shift.x; in layoutText()
709 double shift = 0; in layoutText()
721 result[k].x += shift; in layoutText()
723 result[k].y += shift; in layoutText()
734 shift += perCharacterAdjustment; in layoutText()
757 shift.set(0, 0); in layoutText()
787 result[index].x += shift.x; in layoutText()
[all …]
/expo/packages/@expo/cli/src/utils/
H A Dobj.ts6 while ((branch = branches.shift())) {
20 while ((branch = branches.shift())) {
/expo/packages/@expo/config-plugins/src/utils/
H A Dobj.ts6 while ((branch = branches.shift())) {
H A DsortObject.ts36 const key = groupOrder.shift()!;
/expo/home/utils/
H A DuseSDKExpired.ts8 const majorVersionString = sdkVersion?.split('.').shift();
/expo/packages/@expo/config-plugins/build/utils/
H A Dobj.js.map1shift","undefined"],"sources":["../../src/utils/obj.ts"],"sourcesContent":["/** `lodash.get` */\ne…
H A Dobj.js12 while (branch = branches.shift()) {
/expo/packages/@expo/config/src/
H A DgetExpoSDKVersion.ts41 const majorVersion = packageVersion.split('.').shift();
/expo/packages/@expo/config/build/
H A DgetExpoSDKVersion.js57 const majorVersion = packageVersion.split('.').shift();
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkImageInfo.h590 int shift = this->shiftPerPixel(); in validRowBytes() local
591 size_t alignedRowBytes = rowBytes >> shift << shift; in validRowBytes()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkImageInfo.h590 int shift = this->shiftPerPixel(); in validRowBytes() local
591 size_t alignedRowBytes = rowBytes >> shift << shift; in validRowBytes()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkImageInfo.h590 int shift = this->shiftPerPixel(); in validRowBytes() local
591 size_t alignedRowBytes = rowBytes >> shift << shift; in validRowBytes()
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkImageInfo.h590 int shift = this->shiftPerPixel(); in validRowBytes() local
591 size_t alignedRowBytes = rowBytes >> shift << shift; in validRowBytes()

1234