Home
last modified time | relevance | path

Searched refs:Min (Results 1 – 16 of 16) sorted by relevance

/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DGooglePayFragment.kt185 "MIN" -> GooglePayLauncher.BillingAddressConfig.Format.Min in mapToGooglePayLauncherBillingAddressConfig()
186 else -> GooglePayLauncher.BillingAddressConfig.Format.Min in mapToGooglePayLauncherBillingAddressConfig()
198 "MIN" -> GooglePayPaymentMethodLauncher.BillingAddressConfig.Format.Min in mapToGooglePayPaymentMethodLauncherBillingAddressConfig()
199 else -> GooglePayPaymentMethodLauncher.BillingAddressConfig.Format.Min in mapToGooglePayPaymentMethodLauncherBillingAddressConfig()
H A DGooglePayLauncherFragment.kt121 "MIN" -> GooglePayLauncher.BillingAddressConfig.Format.Min in buildBillingAddressParameters()
122 else -> GooglePayLauncher.BillingAddressConfig.Format.Min in buildBillingAddressParameters()
H A DGooglePayRequestHelper.kt68 "MIN" -> GooglePayJsonFactory.BillingAddressParameters.Format.Min in <lambda>()
69 else -> GooglePayJsonFactory.BillingAddressParameters.Format.Min in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DGooglePayFragment.kt185 "MIN" -> GooglePayLauncher.BillingAddressConfig.Format.Min in mapToGooglePayLauncherBillingAddressConfig()
186 else -> GooglePayLauncher.BillingAddressConfig.Format.Min in mapToGooglePayLauncherBillingAddressConfig()
198 "MIN" -> GooglePayPaymentMethodLauncher.BillingAddressConfig.Format.Min in mapToGooglePayPaymentMethodLauncherBillingAddressConfig()
199 else -> GooglePayPaymentMethodLauncher.BillingAddressConfig.Format.Min in mapToGooglePayPaymentMethodLauncherBillingAddressConfig()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DGooglePayFragment.kt185 "MIN" -> GooglePayLauncher.BillingAddressConfig.Format.Min in mapToGooglePayLauncherBillingAddressConfig()
186 else -> GooglePayLauncher.BillingAddressConfig.Format.Min in mapToGooglePayLauncherBillingAddressConfig()
198 "MIN" -> GooglePayPaymentMethodLauncher.BillingAddressConfig.Format.Min in mapToGooglePayPaymentMethodLauncherBillingAddressConfig()
199 else -> GooglePayPaymentMethodLauncher.BillingAddressConfig.Format.Min in mapToGooglePayPaymentMethodLauncherBillingAddressConfig()
H A DGooglePayLauncherFragment.kt124 "MIN" -> GooglePayLauncher.BillingAddressConfig.Format.Min in buildBillingAddressParameters()
125 else -> GooglePayLauncher.BillingAddressConfig.Format.Min in buildBillingAddressParameters()
H A DGooglePayRequestHelper.kt68 "MIN" -> GooglePayJsonFactory.BillingAddressParameters.Format.Min in <lambda>()
69 else -> GooglePayJsonFactory.BillingAddressParameters.Format.Min in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DGooglePayFragment.kt185 "MIN" -> GooglePayLauncher.BillingAddressConfig.Format.Min in mapToGooglePayLauncherBillingAddressConfig()
186 else -> GooglePayLauncher.BillingAddressConfig.Format.Min in mapToGooglePayLauncherBillingAddressConfig()
198 "MIN" -> GooglePayPaymentMethodLauncher.BillingAddressConfig.Format.Min in mapToGooglePayPaymentMethodLauncherBillingAddressConfig()
199 else -> GooglePayPaymentMethodLauncher.BillingAddressConfig.Format.Min in mapToGooglePayPaymentMethodLauncherBillingAddressConfig()
H A DGooglePayLauncherFragment.kt124 "MIN" -> GooglePayLauncher.BillingAddressConfig.Format.Min in buildBillingAddressParameters()
125 else -> GooglePayLauncher.BillingAddressConfig.Format.Min in buildBillingAddressParameters()
H A DGooglePayRequestHelper.kt68 "MIN" -> GooglePayJsonFactory.BillingAddressParameters.Format.Min in <lambda>()
69 else -> GooglePayJsonFactory.BillingAddressParameters.Format.Min in <lambda>()
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkNx_neon.h100 AI static SkNx Min(const SkNx& l, const SkNx& r) { return vmin_f32(l.fVec, r.fVec); } in Min() function
213 AI static SkNx Min(const SkNx& l, const SkNx& r) { return vminq_f32(l.fVec, r.fVec); } in Min() function
247 SkNx min = Min(*this, vrev64q_f32(fVec)); in min()
342 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vmin_u16(a.fVec, b.fVec); } in Min() function
382 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vminq_u16(a.fVec, b.fVec); } in Min() function
479 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vminq_u8(a.fVec, b.fVec); } in Min() function
540 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vminq_s32(a.fVec, b.fVec); } in Min() function
592 AI static SkNx Min(const SkNx& a, const SkNx& b) { return vminq_u32(a.fVec, b.fVec); } in Min() function
H A DSkNx_sse.h90 AI static SkNx Min(const SkNx& l, const SkNx& r) { return _mm_min_ps(l.fVec, r.fVec); } in Min() function
181 AI static SkNx Min(const SkNx& l, const SkNx& r) { return _mm_min_ps(l.fVec, r.fVec); } in Min() function
202 SkNx min = Min(*this, _mm_shuffle_ps(fVec, fVec, _MM_SHUFFLE(2,3,0,1))); in min()
203 min = Min(min, _mm_shuffle_ps(min.fVec, min.fVec, _MM_SHUFFLE(0,1,2,3))); in min()
290 AI static SkNx Min(const SkNx& x, const SkNx& y) { in Min() function
560 AI static SkNx Min(const SkNx& a, const SkNx& b) { in Min() function
630 AI static SkNx Min(const SkNx& a, const SkNx& b) { return _mm_min_epu8(a.fVec, b.fVec); } in Min() function
676 AI static SkNx Min(const SkNx& a, const SkNx& b) { return _mm_min_epu8(a.fVec, b.fVec); } in Min() function
H A DSkNx.h150 AI static SkNx Min(const SkNx& x, const SkNx& y) { in Min() function
151 return { Half::Min(x.fLo, y.fLo), Half::Min(x.fHi, y.fHi) }; in Min()
248 AI static SkNx Min(const SkNx& x, const SkNx& y) { return x.fVal < y.fVal ? x : y; }
H A DSkColorData.h423 v = Sk4f::Max(0, Sk4f::Min(v, 1)); in Sk4f_toL32()
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/sksl/
H A DDSLCore.h395 DSLExpression Min(DSLExpression x, DSLExpression y, Position pos = {});
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/sksl/
H A DDSLCore.h388 DSLExpression Min(DSLExpression x, DSLExpression y, Position pos = {});