Home
last modified time | relevance | path

Searched refs:multiply (Results 1 – 25 of 30) sorted by relevance

12

/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/cognito/
H A DRNAWSCognitoModule.java80 final BigInteger exp = a.add(u.multiply(x)); in computeS()
81 final BigInteger base = b.subtract(k.multiply(g.modPow(x, N))); in computeS()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/cognito/
H A DRNAWSCognitoModule.java80 final BigInteger exp = a.add(u.multiply(x)); in computeS()
81 final BigInteger base = b.subtract(k.multiply(g.modPow(x, 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.java80 final BigInteger exp = a.add(u.multiply(x)); in computeS()
81 final BigInteger base = b.subtract(k.multiply(g.modPow(x, N))); in computeS()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/cognito/
H A DRNAWSCognitoModule.java80 final BigInteger exp = a.add(u.multiply(x)); in computeS()
81 final BigInteger base = b.subtract(k.multiply(g.modPow(x, N))); in computeS()
/expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/Extensions/
H A DCGGeometry+Utils.swift19 func multiply(by multiplier: CGFloat) -> CGPoint { in multiply() function
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Cognito/
H A DABI48_0_0RNAWSCognito.m43 JKBigInteger *exp = [a add:[u multiply:x]];
44 JKBigInteger *base = [b subtract:[k multiply:[g pow:x andMod:N]]];
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Cognito/
H A DABI49_0_0RNAWSCognito.m43 JKBigInteger *exp = [a add:[u multiply:x]];
44 JKBigInteger *base = [b subtract:[k multiply:[g pow:x andMod:N]]];
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Cognito/
H A DABI47_0_0RNAWSCognito.m43 JKBigInteger *exp = [a add:[u multiply:x]];
44 JKBigInteger *base = [b subtract:[k multiply:[g pow:x andMod:N]]];
/expo/ios/Exponent/Versioned/Core/Api/Cognito/
H A DRNAWSCognito.m43 JKBigInteger *exp = [a add:[u multiply:x]];
44 JKBigInteger *base = [b subtract:[k multiply:[g pow:x andMod:N]]];
/expo/packages/expo-structured-headers/android/src/main/java/expo/modules/structuredheaders/
H A DDecimalItem.java60 …BigDecimal permille = (Objects.requireNonNull(value, "value must not be null")).multiply(THOUSAND); in valueOf()
/expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/
H A DOverlayScrollViewDelegateProxy.swift76 willEndDraggingwithVelocity: velocity.multiply(by: -1000),
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/structuredheaders/
H A DDecimalItem.java60 …BigDecimal permille = (Objects.requireNonNull(value, "value must not be null")).multiply(THOUSAND); in valueOf()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/structuredheaders/
H A DDecimalItem.java60 …BigDecimal permille = (Objects.requireNonNull(value, "value must not be null")).multiply(THOUSAND); in valueOf()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/structuredheaders/
H A DDecimalItem.java60 …BigDecimal permille = (Objects.requireNonNull(value, "value must not be null")).multiply(THOUSAND); in valueOf()
/expo/ios/vendored/sdk48/react-native-reanimated/ios/Nodes/
H A DABI48_0_0REAOperatorNode.m44 @"multiply" : ABI48_0_0REA_REDUCE(a * b),
/expo/ios/vendored/sdk47/react-native-reanimated/ios/Nodes/
H A DABI47_0_0REAOperatorNode.m44 @"multiply" : ABI47_0_0REA_REDUCE(a * b),
/expo/apps/native-component-list/src/screens/
H A DGestureHandlerPinchScreen.tsx42 this._scale = Animated.multiply(this._baseScale, this._pinchScale);
/expo/packages/expo-structured-headers/android/src/test/java/expo/modules/structuredheaders/
H A DItemAPITests.java74 BigDecimal permille = b.multiply(new BigDecimal(1000)); in testDecimalByBigDecimal()
/expo/docs/pages/
H A Dindex.tsx341 backgroundBlendMode: 'multiply',
352 backgroundBlendMode: 'multiply',
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Animated/
H A DAnimated.d.ts410 export function multiply<OutputT extends number | string>( method in Animated.AnimatedNode
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Animated/
H A DAnimated.d.ts406 export function multiply<OutputT extends number | string>( method in Animated.AnimatedNode
/expo/packages/expo-file-system/android/src/main/java/expo/modules/filesystem/
H A DFileSystemModule.kt375 val capacity = BigInteger.valueOf(blockCount).multiply(BigInteger.valueOf(blockSize)) in <lambda>()
384 val storage = BigInteger.valueOf(availableBlocks).multiply(BigInteger.valueOf(blockSize)) in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/filesystem/
H A DFileSystemModule.kt375 val capacity = BigInteger.valueOf(blockCount).multiply(BigInteger.valueOf(blockSize)) in <lambda>()
384 val storage = BigInteger.valueOf(availableBlocks).multiply(BigInteger.valueOf(blockSize)) in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/filesystem/
H A DFileSystemModule.kt597 val capacity = BigInteger.valueOf(blockCount).multiply(BigInteger.valueOf(blockSize)) in getTotalDiskCapacityAsync()
613 val storage = BigInteger.valueOf(availableBlocks).multiply(BigInteger.valueOf(blockSize)) in getFreeDiskStorageAsync()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/filesystem/
H A DFileSystemModule.kt597 val capacity = BigInteger.valueOf(blockCount).multiply(BigInteger.valueOf(blockSize)) in getTotalDiskCapacityAsync()
613 val storage = BigInteger.valueOf(availableBlocks).multiply(BigInteger.valueOf(blockSize)) in getFreeDiskStorageAsync()

12