Home
last modified time | relevance | path

Searched refs:N (Results 1 – 25 of 176) sorted by relevance

12345678

/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkVx.h218 SINT Vec<2*N,T> join(const Vec<N,T>& lo, const Vec<N,T>& hi) {
256 SINT Vec<N,T> operator+(const Vec<N,T>& x, const Vec<N,T>& y) {
259 SINT Vec<N,T> operator-(const Vec<N,T>& x, const Vec<N,T>& y) {
262 SINT Vec<N,T> operator*(const Vec<N,T>& x, const Vec<N,T>& y) {
265 SINT Vec<N,T> operator/(const Vec<N,T>& x, const Vec<N,T>& y) {
269 SINT Vec<N,T> operator^(const Vec<N,T>& x, const Vec<N,T>& y) {
272 SINT Vec<N,T> operator&(const Vec<N,T>& x, const Vec<N,T>& y) {
275 SINT Vec<N,T> operator|(const Vec<N,T>& x, const Vec<N,T>& y) {
450 SINT Vec<N,T> naive_if_then_else(const Vec<N,M<T>>& cond, const Vec<N,T>& t, const Vec<N,T>& e) {
460 SINT Vec<N,T> if_then_else(const Vec<N,M<T>>& cond, const Vec<N,T>& t, const Vec<N,T>& e) {
[all …]
H A DSkNx.h49 return k < N/2 ? fLo[k] : fHi[k-N/2];
295 #define V template <int N, typename T> AI static SkNx<N,T>
296 V operator+ (T x, const SkNx<N,T>& y) { return SkNx<N,T>(x) + y; }
297 V operator- (T x, const SkNx<N,T>& y) { return SkNx<N,T>(x) - y; }
298 V operator* (T x, const SkNx<N,T>& y) { return SkNx<N,T>(x) * y; }
299 V operator/ (T x, const SkNx<N,T>& y) { return SkNx<N,T>(x) / y; }
300 V operator& (T x, const SkNx<N,T>& y) { return SkNx<N,T>(x) & y; }
346 AI static void SkNx_split(const SkNx<N,T>& v, SkNx<N/2,T>* lo, SkNx<N/2,T>* hi) {
353 AI static SkNx<N*2,T> SkNx_join(const SkNx<N,T>& lo, const SkNx<N,T>& hi) {
370 AI static SkNx<N,Dst> SkNx_cast(const SkNx<N,Src>& v) {
[all …]
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkVx.h213 SINT Vec<2*N,T> join(const Vec<N,T>& lo, const Vec<N,T>& hi) {
251 SINT Vec<N,T> operator+(const Vec<N,T>& x, const Vec<N,T>& y) {
254 SINT Vec<N,T> operator-(const Vec<N,T>& x, const Vec<N,T>& y) {
257 SINT Vec<N,T> operator*(const Vec<N,T>& x, const Vec<N,T>& y) {
260 SINT Vec<N,T> operator/(const Vec<N,T>& x, const Vec<N,T>& y) {
264 SINT Vec<N,T> operator^(const Vec<N,T>& x, const Vec<N,T>& y) {
267 SINT Vec<N,T> operator&(const Vec<N,T>& x, const Vec<N,T>& y) {
270 SINT Vec<N,T> operator|(const Vec<N,T>& x, const Vec<N,T>& y) {
445 SINT Vec<N,T> naive_if_then_else(const Vec<N,M<T>>& cond, const Vec<N,T>& t, const Vec<N,T>& e) {
455 SINT Vec<N,T> if_then_else(const Vec<N,M<T>>& cond, const Vec<N,T>& t, const Vec<N,T>& e) {
[all …]
/expo/packages/expo-modules-core/src/uuid/lib/
H A Dsha1.ts37 const N = Math.ceil(l / 16); constant
38 const M = new Array(N);
40 for (let i = 0; i < N; i++) {
51 M[N - 1][14] = ((bytes.length - 1) * 8) / Math.pow(2, 32);
52 M[N - 1][14] = Math.floor(M[N - 1][14]);
53 M[N - 1][15] = ((bytes.length - 1) * 8) & 0xffffffff;
55 for (let i = 0; i < N; i++) {
/expo/packages/expo-modules-core/build/uuid/lib/
H A Dsha1.js32 const N = Math.ceil(l / 16);
33 const M = new Array(N);
34 for (let i = 0; i < N; i++) {
44 M[N - 1][14] = ((bytes.length - 1) * 8) / Math.pow(2, 32);
45 M[N - 1][14] = Math.floor(M[N - 1][14]);
46 M[N - 1][15] = ((bytes.length - 1) * 8) & 0xffffffff;
47 for (let i = 0; i < N; i++) {
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/bridging/
H A DABI47_0_0Array.h24 template <typename T, size_t N>
30 return toJs(rt, array, jsInvoker, std::make_index_sequence<N>{}); in toJs()
64 template <typename T, size_t N>
65 struct Bridging<std::array<T, N>>
66 : array_detail::BridgingStatic<std::array<T, N>, N> {};
/expo/packages/expo-structured-headers/android/src/main/java/expo/modules/structuredheaders/
H A DParameters.java103 @RequiresApi(api = Build.VERSION_CODES.N)
109 @RequiresApi(api = Build.VERSION_CODES.N)
115 @RequiresApi(api = Build.VERSION_CODES.N)
137 @RequiresApi(api = Build.VERSION_CODES.N)
146 @RequiresApi(api = Build.VERSION_CODES.N)
163 @RequiresApi(api = Build.VERSION_CODES.N)
177 @RequiresApi(api = Build.VERSION_CODES.N)
190 @RequiresApi(api = Build.VERSION_CODES.N)
195 @RequiresApi(api = Build.VERSION_CODES.N)
200 @RequiresApi(api = Build.VERSION_CODES.N)
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/structuredheaders/
H A DParameters.java103 @RequiresApi(api = Build.VERSION_CODES.N)
109 @RequiresApi(api = Build.VERSION_CODES.N)
115 @RequiresApi(api = Build.VERSION_CODES.N)
137 @RequiresApi(api = Build.VERSION_CODES.N)
146 @RequiresApi(api = Build.VERSION_CODES.N)
163 @RequiresApi(api = Build.VERSION_CODES.N)
177 @RequiresApi(api = Build.VERSION_CODES.N)
190 @RequiresApi(api = Build.VERSION_CODES.N)
195 @RequiresApi(api = Build.VERSION_CODES.N)
200 @RequiresApi(api = Build.VERSION_CODES.N)
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/structuredheaders/
H A DParameters.java103 @RequiresApi(api = Build.VERSION_CODES.N)
109 @RequiresApi(api = Build.VERSION_CODES.N)
115 @RequiresApi(api = Build.VERSION_CODES.N)
137 @RequiresApi(api = Build.VERSION_CODES.N)
146 @RequiresApi(api = Build.VERSION_CODES.N)
163 @RequiresApi(api = Build.VERSION_CODES.N)
177 @RequiresApi(api = Build.VERSION_CODES.N)
190 @RequiresApi(api = Build.VERSION_CODES.N)
195 @RequiresApi(api = Build.VERSION_CODES.N)
200 @RequiresApi(api = Build.VERSION_CODES.N)
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/structuredheaders/
H A DParameters.java103 @RequiresApi(api = Build.VERSION_CODES.N)
109 @RequiresApi(api = Build.VERSION_CODES.N)
115 @RequiresApi(api = Build.VERSION_CODES.N)
137 @RequiresApi(api = Build.VERSION_CODES.N)
146 @RequiresApi(api = Build.VERSION_CODES.N)
163 @RequiresApi(api = Build.VERSION_CODES.N)
177 @RequiresApi(api = Build.VERSION_CODES.N)
190 @RequiresApi(api = Build.VERSION_CODES.N)
195 @RequiresApi(api = Build.VERSION_CODES.N)
200 @RequiresApi(api = Build.VERSION_CODES.N)
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/bridging/
H A DABI49_0_0Array.h25 template <typename T, size_t N>
31 return toJs(rt, array, jsInvoker, std::make_index_sequence<N>{}); in toJs()
65 template <typename T, size_t N>
66 struct Bridging<std::array<T, N>>
67 : array_detail::BridgingStatic<std::array<T, N>, N> {};
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/bridging/
H A DABI48_0_0Array.h25 template <typename T, size_t N>
31 return toJs(rt, array, jsInvoker, std::make_index_sequence<N>{}); in toJs()
65 template <typename T, size_t N>
66 struct Bridging<std::array<T, N>>
67 : array_detail::BridgingStatic<std::array<T, N>, N> {};
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Cognito/
H A DABI48_0_0RNAWSCognito.m36 JKBigInteger *N = [[JKBigInteger alloc] initWithString:N_IN_HEX andRadix:16];
44 JKBigInteger *base = [b subtract:[k multiply:[g pow:x andMod:N]]];
45 base = [self mod:base divisor:N];
46 JKBigInteger *result = [base pow:exp andMod:N];
47 result = [self mod:result divisor:N];
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Cognito/
H A DABI49_0_0RNAWSCognito.m36 JKBigInteger *N = [[JKBigInteger alloc] initWithString:N_IN_HEX andRadix:16];
44 JKBigInteger *base = [b subtract:[k multiply:[g pow:x andMod:N]]];
45 base = [self mod:base divisor:N];
46 JKBigInteger *result = [base pow:exp andMod:N];
47 result = [self mod:result divisor:N];
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Cognito/
H A DABI47_0_0RNAWSCognito.m36 JKBigInteger *N = [[JKBigInteger alloc] initWithString:N_IN_HEX andRadix:16];
44 JKBigInteger *base = [b subtract:[k multiply:[g pow:x andMod:N]]];
45 base = [self mod:base divisor:N];
46 JKBigInteger *result = [base pow:exp andMod:N];
47 result = [self mod:result divisor:N];
/expo/ios/Exponent/Versioned/Core/Api/Cognito/
H A DRNAWSCognito.m36 JKBigInteger *N = [[JKBigInteger alloc] initWithString:N_IN_HEX andRadix:16];
44 JKBigInteger *base = [b subtract:[k multiply:[g pow:x andMod:N]]];
45 base = [self mod:base divisor:N];
46 JKBigInteger *result = [base pow:exp andMod:N];
47 result = [self mod:result divisor:N];
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkAlignedStorage.h10 template <int N, typename T> class SkAlignedSTStorage {
29 alignas(T) std::byte fStorage[sizeof(T) * N];
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkAlignedStorage.h10 template <int N, typename T> class SkAlignedSTStorage {
29 alignas(T) std::byte fStorage[sizeof(T) * N];
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkAlignedStorage.h10 template <int N, typename T> class SkAlignedSTStorage {
29 alignas(T) std::byte fStorage[sizeof(T) * N];
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkAlignedStorage.h10 template <int N, typename T> class SkAlignedSTStorage {
29 alignas(T) std::byte fStorage[sizeof(T) * N];
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkAlignedStorage.h10 template <int N, typename T> class SkAlignedSTStorage {
29 alignas(T) std::byte fStorage[sizeof(T) * N];
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkAlignedStorage.h10 template <int N, typename T> class SkAlignedSTStorage {
29 alignas(T) std::byte fStorage[sizeof(T) * N];
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/cognito/
H A DRNAWSCognitoModule.java36 private static final BigInteger N = new BigInteger(HEX_N, 16); field in RNAWSCognitoModule
81 final BigInteger base = b.subtract(k.multiply(g.modPow(x, N))); in computeS()
82 final BigInteger result = base.modPow(exp, N).mod(N); in computeS()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/cognito/
H A DRNAWSCognitoModule.java36 private static final BigInteger N = new BigInteger(HEX_N, 16); field in RNAWSCognitoModule
81 final BigInteger base = b.subtract(k.multiply(g.modPow(x, N))); in computeS()
82 final BigInteger result = base.modPow(exp, N).mod(N); in computeS()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/cognito/
H A DRNAWSCognitoModule.java36 private static final BigInteger N = new BigInteger(HEX_N, 16); field in RNAWSCognitoModule
81 final BigInteger base = b.subtract(k.multiply(g.modPow(x, N))); in computeS()
82 final BigInteger result = base.modPow(exp, N).mod(N); in computeS()

12345678