| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/base/ |
| H A D | SkFloatingPoint.h | 31 #define sk_float_sqrt(x) sqrtf(x) argument 32 #define sk_float_sin(x) sinf(x) argument 33 #define sk_float_cos(x) cosf(x) argument 34 #define sk_float_tan(x) tanf(x) argument 97 return !(x == x); in sk_float_isnan() 112 x = x < SK_MaxS32FitsInFloat ? x : SK_MaxS32FitsInFloat; in sk_float_saturate2int() 113 x = x > SK_MinS32FitsInFloat ? x : SK_MinS32FitsInFloat; in sk_float_saturate2int() 121 x = x < SK_MaxS32 ? x : SK_MaxS32; in sk_double_saturate2int() 122 x = x > SK_MinS32 ? x : SK_MinS32; in sk_double_saturate2int() 130 x = x < SK_MaxS64FitsInFloat ? x : SK_MaxS64FitsInFloat; in sk_float_saturate2int64() [all …]
|
| H A D | SkFixed.h | 41 #define SkFixedToFloat(x) ((x) * 1.52587890625e-5f) argument 52 #define SkFloatToFixed_Check(x) SkFloatToFixed(x) argument 55 #define SkFixedToDouble(x) ((x) * 1.52587890625e-5) argument 56 #define SkDoubleToFixed(x) ((SkFixed)((x) * SK_Fixed1)) argument 78 #define SkFixedFloorToInt(x) ((x) >> 16) argument 119 #define SkFloatToFixed(x) SkFloatToFixed_arm(x) argument 124 #define SkFixedToScalar(x) SkFixedToFloat(x) argument 125 #define SkScalarToFixed(x) SkFloatToFixed(x) argument 135 #define SkFixed3232ToInt(x) ((int)((x) >> 32)) argument 137 #define SkFixed3232ToFixed(x) ((SkFixed)((x) >> 16)) argument [all …]
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/base/ |
| H A D | SkFloatingPoint.h | 31 #define sk_float_sqrt(x) sqrtf(x) argument 32 #define sk_float_sin(x) sinf(x) argument 33 #define sk_float_cos(x) cosf(x) argument 34 #define sk_float_tan(x) tanf(x) argument 97 return !(x == x); in sk_float_isnan() 112 x = x < SK_MaxS32FitsInFloat ? x : SK_MaxS32FitsInFloat; in sk_float_saturate2int() 113 x = x > SK_MinS32FitsInFloat ? x : SK_MinS32FitsInFloat; in sk_float_saturate2int() 121 x = x < SK_MaxS32 ? x : SK_MaxS32; in sk_double_saturate2int() 122 x = x > SK_MinS32 ? x : SK_MinS32; in sk_double_saturate2int() 130 x = x < SK_MaxS64FitsInFloat ? x : SK_MaxS64FitsInFloat; in sk_float_saturate2int64() [all …]
|
| H A D | SkFixed.h | 41 #define SkFixedToFloat(x) ((x) * 1.52587890625e-5f) argument 52 #define SkFloatToFixed_Check(x) SkFloatToFixed(x) argument 55 #define SkFixedToDouble(x) ((x) * 1.52587890625e-5) argument 56 #define SkDoubleToFixed(x) ((SkFixed)((x) * SK_Fixed1)) argument 78 #define SkFixedFloorToInt(x) ((x) >> 16) argument 119 #define SkFloatToFixed(x) SkFloatToFixed_arm(x) argument 124 #define SkFixedToScalar(x) SkFixedToFloat(x) argument 125 #define SkScalarToFixed(x) SkFloatToFixed(x) argument 135 #define SkFixed3232ToInt(x) ((int)((x) >> 32)) argument 137 #define SkFixed3232ToFixed(x) ((SkFixed)((x) >> 16)) argument [all …]
|
| H A D | SkFloatBits.h | 20 if (x < 0) { in SkSignBitTo2sCompliment() 21 x &= 0x7FFFFFFF; in SkSignBitTo2sCompliment() 22 x = -x; in SkSignBitTo2sCompliment() 24 return x; in SkSignBitTo2sCompliment() 31 int sign = x >> 31; in Sk2sComplimentToSignBit() 33 x = (x ^ sign) - sign; in Sk2sComplimentToSignBit() 35 x |= SkLeftShift(sign, 31); in Sk2sComplimentToSignBit() 36 return x; in Sk2sComplimentToSignBit() 45 static inline int32_t SkFloat2Bits(float x) { in SkFloat2Bits() argument 47 data.fFloat = x; in SkFloat2Bits() [all …]
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/base/ |
| H A D | SkFloatingPoint.h | 31 #define sk_float_sqrt(x) sqrtf(x) argument 32 #define sk_float_sin(x) sinf(x) argument 33 #define sk_float_cos(x) cosf(x) argument 34 #define sk_float_tan(x) tanf(x) argument 97 return !(x == x); in sk_float_isnan() 112 x = x < SK_MaxS32FitsInFloat ? x : SK_MaxS32FitsInFloat; in sk_float_saturate2int() 113 x = x > SK_MinS32FitsInFloat ? x : SK_MinS32FitsInFloat; in sk_float_saturate2int() 121 x = x < SK_MaxS32 ? x : SK_MaxS32; in sk_double_saturate2int() 122 x = x > SK_MinS32 ? x : SK_MinS32; in sk_double_saturate2int() 130 x = x < SK_MaxS64FitsInFloat ? x : SK_MaxS64FitsInFloat; in sk_float_saturate2int64() [all …]
|
| H A D | SkFixed.h | 41 #define SkFixedToFloat(x) ((x) * 1.52587890625e-5f) argument 52 #define SkFloatToFixed_Check(x) SkFloatToFixed(x) argument 55 #define SkFixedToDouble(x) ((x) * 1.52587890625e-5) argument 56 #define SkDoubleToFixed(x) ((SkFixed)((x) * SK_Fixed1)) argument 78 #define SkFixedFloorToInt(x) ((x) >> 16) argument 119 #define SkFloatToFixed(x) SkFloatToFixed_arm(x) argument 124 #define SkFixedToScalar(x) SkFixedToFloat(x) argument 125 #define SkScalarToFixed(x) SkFloatToFixed(x) argument 135 #define SkFixed3232ToInt(x) ((int)((x) >> 32)) argument 137 #define SkFixed3232ToFixed(x) ((SkFixed)((x) >> 16)) argument [all …]
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkFloatingPoint.h | 31 #define sk_float_sqrt(x) sqrtf(x) argument 32 #define sk_float_sin(x) sinf(x) argument 33 #define sk_float_cos(x) cosf(x) argument 34 #define sk_float_tan(x) tanf(x) argument 94 return !(x == x); in sk_float_isnan() 109 x = x < SK_MaxS32FitsInFloat ? x : SK_MaxS32FitsInFloat; in sk_float_saturate2int() 110 x = x > SK_MinS32FitsInFloat ? x : SK_MinS32FitsInFloat; in sk_float_saturate2int() 118 x = x < SK_MaxS32 ? x : SK_MaxS32; in sk_double_saturate2int() 119 x = x > SK_MinS32 ? x : SK_MinS32; in sk_double_saturate2int() 127 x = x < SK_MaxS64FitsInFloat ? x : SK_MaxS64FitsInFloat; in sk_float_saturate2int64() [all …]
|
| H A D | SkFixed.h | 40 #define SkFixedToFloat(x) ((x) * 1.52587890625e-5f) argument 51 #define SkFloatToFixed_Check(x) SkFloatToFixed(x) argument 54 #define SkFixedToDouble(x) ((x) * 1.52587890625e-5) argument 55 #define SkDoubleToFixed(x) ((SkFixed)((x) * SK_Fixed1)) argument 77 #define SkFixedFloorToInt(x) ((x) >> 16) argument 89 #define SkFixedAbs(x) SkAbs32(x) argument 117 #define SkFloatToFixed(x) SkFloatToFixed_arm(x) argument 122 #define SkFixedToScalar(x) SkFixedToFloat(x) argument 123 #define SkScalarToFixed(x) SkFloatToFixed(x) argument 133 #define SkFixed3232ToInt(x) ((int)((x) >> 32)) argument [all …]
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/base/ |
| H A D | SkFloatingPoint.h | 31 #define sk_float_sqrt(x) sqrtf(x) argument 32 #define sk_float_sin(x) sinf(x) argument 33 #define sk_float_cos(x) cosf(x) argument 34 #define sk_float_tan(x) tanf(x) argument 97 return !(x == x); in sk_float_isnan() 112 x = x < SK_MaxS32FitsInFloat ? x : SK_MaxS32FitsInFloat; in sk_float_saturate2int() 113 x = x > SK_MinS32FitsInFloat ? x : SK_MinS32FitsInFloat; in sk_float_saturate2int() 121 x = x < SK_MaxS32 ? x : SK_MaxS32; in sk_double_saturate2int() 122 x = x > SK_MinS32 ? x : SK_MinS32; in sk_double_saturate2int() 130 x = x < SK_MaxS64FitsInFloat ? x : SK_MaxS64FitsInFloat; in sk_float_saturate2int64() [all …]
|
| H A D | SkFixed.h | 41 #define SkFixedToFloat(x) ((x) * 1.52587890625e-5f) argument 52 #define SkFloatToFixed_Check(x) SkFloatToFixed(x) argument 55 #define SkFixedToDouble(x) ((x) * 1.52587890625e-5) argument 56 #define SkDoubleToFixed(x) ((SkFixed)((x) * SK_Fixed1)) argument 78 #define SkFixedFloorToInt(x) ((x) >> 16) argument 119 #define SkFloatToFixed(x) SkFloatToFixed_arm(x) argument 124 #define SkFixedToScalar(x) SkFixedToFloat(x) argument 125 #define SkScalarToFixed(x) SkFloatToFixed(x) argument 135 #define SkFixed3232ToInt(x) ((int)((x) >> 32)) argument 137 #define SkFixed3232ToFixed(x) ((SkFixed)((x) >> 16)) argument [all …]
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkFloatingPoint.h | 31 #define sk_float_sqrt(x) sqrtf(x) argument 32 #define sk_float_sin(x) sinf(x) argument 33 #define sk_float_cos(x) cosf(x) argument 34 #define sk_float_tan(x) tanf(x) argument 97 return !(x == x); in sk_float_isnan() 112 x = x < SK_MaxS32FitsInFloat ? x : SK_MaxS32FitsInFloat; in sk_float_saturate2int() 113 x = x > SK_MinS32FitsInFloat ? x : SK_MinS32FitsInFloat; in sk_float_saturate2int() 121 x = x < SK_MaxS32 ? x : SK_MaxS32; in sk_double_saturate2int() 122 x = x > SK_MinS32 ? x : SK_MinS32; in sk_double_saturate2int() 130 x = x < SK_MaxS64FitsInFloat ? x : SK_MaxS64FitsInFloat; in sk_float_saturate2int64() [all …]
|
| H A D | SkFixed.h | 40 #define SkFixedToFloat(x) ((x) * 1.52587890625e-5f) argument 51 #define SkFloatToFixed_Check(x) SkFloatToFixed(x) argument 54 #define SkFixedToDouble(x) ((x) * 1.52587890625e-5) argument 55 #define SkDoubleToFixed(x) ((SkFixed)((x) * SK_Fixed1)) argument 77 #define SkFixedFloorToInt(x) ((x) >> 16) argument 89 #define SkFixedAbs(x) SkAbs32(x) argument 117 #define SkFloatToFixed(x) SkFloatToFixed_arm(x) argument 122 #define SkFixedToScalar(x) SkFixedToFloat(x) argument 123 #define SkScalarToFixed(x) SkFloatToFixed(x) argument 133 #define SkFixed3232ToInt(x) ((int)((x) >> 32)) argument [all …]
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/base/ |
| H A D | SkFloatingPoint.h | 31 #define sk_float_sqrt(x) sqrtf(x) argument 32 #define sk_float_sin(x) sinf(x) argument 33 #define sk_float_cos(x) cosf(x) argument 34 #define sk_float_tan(x) tanf(x) argument 97 return !(x == x); in sk_float_isnan() 112 x = x < SK_MaxS32FitsInFloat ? x : SK_MaxS32FitsInFloat; in sk_float_saturate2int() 113 x = x > SK_MinS32FitsInFloat ? x : SK_MinS32FitsInFloat; in sk_float_saturate2int() 121 x = x < SK_MaxS32 ? x : SK_MaxS32; in sk_double_saturate2int() 122 x = x > SK_MinS32 ? x : SK_MinS32; in sk_double_saturate2int() 130 x = x < SK_MaxS64FitsInFloat ? x : SK_MaxS64FitsInFloat; in sk_float_saturate2int64() [all …]
|
| H A D | SkFixed.h | 41 #define SkFixedToFloat(x) ((x) * 1.52587890625e-5f) argument 52 #define SkFloatToFixed_Check(x) SkFloatToFixed(x) argument 55 #define SkFixedToDouble(x) ((x) * 1.52587890625e-5) argument 56 #define SkDoubleToFixed(x) ((SkFixed)((x) * SK_Fixed1)) argument 78 #define SkFixedFloorToInt(x) ((x) >> 16) argument 119 #define SkFloatToFixed(x) SkFloatToFixed_arm(x) argument 124 #define SkFixedToScalar(x) SkFixedToFloat(x) argument 125 #define SkScalarToFixed(x) SkFloatToFixed(x) argument 135 #define SkFixed3232ToInt(x) ((int)((x) >> 32)) argument 137 #define SkFixed3232ToFixed(x) ((SkFixed)((x) >> 16)) argument [all …]
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/base/ |
| H A D | SkFloatingPoint.h | 31 #define sk_float_sqrt(x) sqrtf(x) argument 32 #define sk_float_sin(x) sinf(x) argument 33 #define sk_float_cos(x) cosf(x) argument 34 #define sk_float_tan(x) tanf(x) argument 97 return !(x == x); in sk_float_isnan() 112 x = x < SK_MaxS32FitsInFloat ? x : SK_MaxS32FitsInFloat; in sk_float_saturate2int() 113 x = x > SK_MinS32FitsInFloat ? x : SK_MinS32FitsInFloat; in sk_float_saturate2int() 121 x = x < SK_MaxS32 ? x : SK_MaxS32; in sk_double_saturate2int() 122 x = x > SK_MinS32 ? x : SK_MinS32; in sk_double_saturate2int() 130 x = x < SK_MaxS64FitsInFloat ? x : SK_MaxS64FitsInFloat; in sk_float_saturate2int64() [all …]
|
| H A D | SkFixed.h | 41 #define SkFixedToFloat(x) ((x) * 1.52587890625e-5f) argument 52 #define SkFloatToFixed_Check(x) SkFloatToFixed(x) argument 55 #define SkFixedToDouble(x) ((x) * 1.52587890625e-5) argument 56 #define SkDoubleToFixed(x) ((SkFixed)((x) * SK_Fixed1)) argument 78 #define SkFixedFloorToInt(x) ((x) >> 16) argument 119 #define SkFloatToFixed(x) SkFloatToFixed_arm(x) argument 124 #define SkFixedToScalar(x) SkFixedToFloat(x) argument 125 #define SkScalarToFixed(x) SkFloatToFixed(x) argument 135 #define SkFixed3232ToInt(x) ((int)((x) >> 32)) argument 137 #define SkFixed3232ToFixed(x) ((SkFixed)((x) >> 16)) argument [all …]
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkScalar.h | 29 #define SkScalarFloorToScalar(x) sk_float_floor(x) argument 30 #define SkScalarCeilToScalar(x) sk_float_ceil(x) argument 32 #define SkScalarTruncToScalar(x) sk_float_trunc(x) argument 38 #define SkScalarAbs(x) sk_float_abs(x) argument 40 #define SkScalarMod(x, y) sk_float_mod(x,y) argument 41 #define SkScalarSqrt(x) sk_float_sqrt(x) argument 67 static inline bool SkScalarIsNaN(SkScalar x) { return x != x; } in SkScalarIsNaN() argument 103 return x - SkScalarTruncToScalar(x); in SkScalarFraction() 106 static inline SkScalar SkScalarSquare(SkScalar x) { return x * x; } in SkScalarSquare() argument 116 return x == SkScalarFloorToScalar(x); in SkScalarIsInt() [all …]
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkScalar.h | 28 #define SkScalarFloorToScalar(x) sk_float_floor(x) argument 29 #define SkScalarCeilToScalar(x) sk_float_ceil(x) argument 30 #define SkScalarRoundToScalar(x) sk_float_round(x) argument 31 #define SkScalarTruncToScalar(x) sk_float_trunc(x) argument 37 #define SkScalarAbs(x) sk_float_abs(x) argument 40 #define SkScalarSqrt(x) sk_float_sqrt(x) argument 64 static inline bool SkScalarIsNaN(SkScalar x) { return x != x; } in SkScalarIsNaN() argument 80 return x - SkScalarTruncToScalar(x); in SkScalarFraction() 83 static inline SkScalar SkScalarSquare(SkScalar x) { return x * x; } in SkScalarSquare() argument 93 return x == SkScalarFloorToScalar(x); in SkScalarIsInt() [all …]
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkScalar.h | 28 #define SkScalarFloorToScalar(x) sk_float_floor(x) argument 29 #define SkScalarCeilToScalar(x) sk_float_ceil(x) argument 30 #define SkScalarRoundToScalar(x) sk_float_round(x) argument 31 #define SkScalarTruncToScalar(x) sk_float_trunc(x) argument 37 #define SkScalarAbs(x) sk_float_abs(x) argument 40 #define SkScalarSqrt(x) sk_float_sqrt(x) argument 64 static inline bool SkScalarIsNaN(SkScalar x) { return x != x; } in SkScalarIsNaN() argument 80 return x - SkScalarTruncToScalar(x); in SkScalarFraction() 83 static inline SkScalar SkScalarSquare(SkScalar x) { return x * x; } in SkScalarSquare() argument 93 return x == SkScalarFloorToScalar(x); in SkScalarIsInt() [all …]
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkScalar.h | 28 #define SkScalarFloorToScalar(x) sk_float_floor(x) argument 29 #define SkScalarCeilToScalar(x) sk_float_ceil(x) argument 30 #define SkScalarRoundToScalar(x) sk_float_round(x) argument 31 #define SkScalarTruncToScalar(x) sk_float_trunc(x) argument 37 #define SkScalarAbs(x) sk_float_abs(x) argument 40 #define SkScalarSqrt(x) sk_float_sqrt(x) argument 64 static inline bool SkScalarIsNaN(SkScalar x) { return x != x; } in SkScalarIsNaN() argument 80 return x - SkScalarTruncToScalar(x); in SkScalarFraction() 83 static inline SkScalar SkScalarSquare(SkScalar x) { return x * x; } in SkScalarSquare() argument 93 return x == SkScalarFloorToScalar(x); in SkScalarIsInt() [all …]
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkScalar.h | 28 #define SkScalarFloorToScalar(x) sk_float_floor(x) argument 29 #define SkScalarCeilToScalar(x) sk_float_ceil(x) argument 30 #define SkScalarRoundToScalar(x) sk_float_round(x) argument 31 #define SkScalarTruncToScalar(x) sk_float_trunc(x) argument 37 #define SkScalarAbs(x) sk_float_abs(x) argument 40 #define SkScalarSqrt(x) sk_float_sqrt(x) argument 64 static inline bool SkScalarIsNaN(SkScalar x) { return x != x; } in SkScalarIsNaN() argument 80 return x - SkScalarTruncToScalar(x); in SkScalarFraction() 83 static inline SkScalar SkScalarSquare(SkScalar x) { return x * x; } in SkScalarSquare() argument 93 return x == SkScalarFloorToScalar(x); in SkScalarIsInt() [all …]
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkScalar.h | 28 #define SkScalarFloorToScalar(x) sk_float_floor(x) argument 29 #define SkScalarCeilToScalar(x) sk_float_ceil(x) argument 30 #define SkScalarRoundToScalar(x) sk_float_round(x) argument 31 #define SkScalarTruncToScalar(x) sk_float_trunc(x) argument 37 #define SkScalarAbs(x) sk_float_abs(x) argument 40 #define SkScalarSqrt(x) sk_float_sqrt(x) argument 64 static inline bool SkScalarIsNaN(SkScalar x) { return x != x; } in SkScalarIsNaN() argument 80 return x - SkScalarTruncToScalar(x); in SkScalarFraction() 83 static inline SkScalar SkScalarSquare(SkScalar x) { return x * x; } in SkScalarSquare() argument 93 return x == SkScalarFloorToScalar(x); in SkScalarIsInt() [all …]
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkScalar.h | 30 #define SkScalarFloorToScalar(x) sk_float_floor(x) argument 31 #define SkScalarCeilToScalar(x) sk_float_ceil(x) argument 32 #define SkScalarRoundToScalar(x) sk_float_round(x) argument 33 #define SkScalarTruncToScalar(x) sk_float_trunc(x) argument 39 #define SkScalarAbs(x) sk_float_abs(x) argument 42 #define SkScalarSqrt(x) sk_float_sqrt(x) argument 66 static inline bool SkScalarIsNaN(SkScalar x) { return x != x; } in SkScalarIsNaN() argument 82 return x - SkScalarTruncToScalar(x); in SkScalarFraction() 85 static inline SkScalar SkScalarSquare(SkScalar x) { return x * x; } in SkScalarSquare() argument 95 return x == SkScalarFloorToScalar(x); in SkScalarIsInt() [all …]
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkScalar.h | 28 #define SkScalarFloorToScalar(x) sk_float_floor(x) argument 29 #define SkScalarCeilToScalar(x) sk_float_ceil(x) argument 30 #define SkScalarRoundToScalar(x) sk_float_round(x) argument 31 #define SkScalarTruncToScalar(x) sk_float_trunc(x) argument 37 #define SkScalarAbs(x) sk_float_abs(x) argument 40 #define SkScalarSqrt(x) sk_float_sqrt(x) argument 64 static inline bool SkScalarIsNaN(SkScalar x) { return x != x; } in SkScalarIsNaN() argument 80 return x - SkScalarTruncToScalar(x); in SkScalarFraction() 83 static inline SkScalar SkScalarSquare(SkScalar x) { return x * x; } in SkScalarSquare() argument 93 return x == SkScalarFloorToScalar(x); in SkScalarIsInt() [all …]
|