Home
last modified time | relevance | path

Searched refs:sqrt (Results 1 – 25 of 48) sorted by relevance

12

/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/device/
H A DDeviceModule.kt19 import kotlin.math.sqrt in <lambda>()
160 val diagonalSizeInches = sqrt(widthInches.pow(2.0) + heightInches.pow(2.0)) in <lambda>()
/expo/ios/vendored/sdk48/react-native-reanimated/ios/Nodes/
H A DABI48_0_0REAOperatorNode.m48 @"sqrt" : ABI48_0_0REA_SINGLE(sqrt(a)),
/expo/ios/vendored/sdk47/react-native-reanimated/ios/Nodes/
H A DABI47_0_0REAOperatorNode.m48 @"sqrt" : ABI47_0_0REA_SINGLE(sqrt(a)),
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/device/
H A DDeviceModule.kt19 import kotlin.math.sqrt in <lambda>()
194 val diagonalSizeInches = sqrt(widthInches.pow(2.0) + heightInches.pow(2.0)) in <lambda>()
/expo/packages/expo-device/android/src/main/java/expo/modules/device/
H A DDeviceModule.kt19 import kotlin.math.sqrt in <lambda>()
190 val diagonalSizeInches = sqrt(widthInches.pow(2.0) + heightInches.pow(2.0)) in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/device/
H A DDeviceModule.kt22 import kotlin.math.sqrt
184 val diagonalSizeInches = sqrt(widthInches.pow(2.0) + heightInches.pow(2.0)) in getDeviceType()
/expo/packages/expo-image-manipulator/src/actions/
H A DResizeAction.web.ts61 const w = Math.sqrt(w0 + dx * dx);
/expo/packages/expo-image-manipulator/build/actions/
H A DResizeAction.web.js49 const w = Math.sqrt(w0 + dx * dx);
/expo/apps/native-component-list/src/screens/AV/
H A DJsiAudioBar.tsx57 const rmsValue = Math.sqrt(frameSum / 200);
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Image/
H A DABI47_0_0RCTImageBlurUtils.m52 uint32_t boxSize = floor((radius * imageScale * 3 * sqrt(2 * M_PI) / 4 + 0.5) / 2);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/
H A DABI49_0_0RCTImageBlurUtils.m52 uint32_t boxSize = floor((radius * imageScale * 3 * sqrt(2 * M_PI) / 4 + 0.5) / 2);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/
H A DABI48_0_0RCTImageBlurUtils.m52 uint32_t boxSize = floor((radius * imageScale * 3 * sqrt(2 * M_PI) / 4 + 0.5) / 2);
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkNx.h114 AI SkNx sqrt() const { return { fLo. sqrt(), fHi. sqrt() }; } in sqrt() function
222 AI SkNx sqrt() const { return Sqrt(fVal); }
274 AI static double Sqrt(double val) { return ::sqrt(val); }
/expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/
H A DPathParser.java379 a = (float) Math.sqrt(1 - a / rxry); in arcTo()
385 a = (float) Math.sqrt(a / (rxcy + rycx)); in arcTo()
/expo/android/vendored/unversioned/react-native-svg/android/src/main/java/com/horcrux/svg/
H A DPathParser.java379 a = (float) Math.sqrt(1 - a / rxry); in arcTo()
385 a = (float) Math.sqrt(a / (rxcy + rycx)); in arcTo()
/expo/android/vendored/sdk49/react-native-svg/android/src/main/java/abi49_0_0/com/horcrux/svg/
H A DPathParser.java379 a = (float) Math.sqrt(1 - a / rxry); in arcTo()
385 a = (float) Math.sqrt(a / (rxcy + rycx)); in arcTo()
/expo/android/vendored/sdk48/react-native-svg/android/src/main/java/abi48_0_0/com/horcrux/svg/
H A DPathParser.java379 a = (float) Math.sqrt(1 - a / rxry); in arcTo()
385 a = (float) Math.sqrt(a / (rxcy + rycx)); in arcTo()
/expo/ios/vendored/sdk47/react-native-svg/apple/
H A DABI47_0_0RNSVGNode.mm521 CGFloat r = sqrt(powX + powY) * ABI47_0_0RNSVG_M_SQRT1_2l;
564 canvasDiagonal = sqrt(powX + powY) * ABI47_0_0RNSVG_M_SQRT1_2l;
/expo/ios/vendored/sdk49/react-native-svg/apple/
H A DABI49_0_0RNSVGNode.mm534 CGFloat r = sqrt(powX + powY) * ABI49_0_0RNSVG_M_SQRT1_2l;
577 canvasDiagonal = sqrt(powX + powY) * ABI49_0_0RNSVG_M_SQRT1_2l;
/expo/ios/vendored/sdk48/react-native-svg/apple/
H A DABI48_0_0RNSVGNode.mm521 CGFloat r = sqrt(powX + powY) * ABI48_0_0RNSVG_M_SQRT1_2l;
564 canvasDiagonal = sqrt(powX + powY) * ABI48_0_0RNSVG_M_SQRT1_2l;
/expo/ios/vendored/unversioned/react-native-svg/apple/
H A DRNSVGNode.mm534 CGFloat r = sqrt(powX + powY) * RNSVG_M_SQRT1_2l;
577 canvasDiagonal = sqrt(powX + powY) * RNSVG_M_SQRT1_2l;
/expo/android/vendored/sdk48/react-native-reanimated/android/src/main/java/abi48_0_0/com/swmansion/reanimated/nodes/
H A DOperatorNode.java96 return Math.sqrt(x);
/expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/nodes/
H A DOperatorNode.java96 return Math.sqrt(x);
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/maps/
H A DMapGradientPolyline.java284 float scale = (float) Math.sqrt(Math.pow(pt2.x - pt1.x, 2) + Math.pow(pt2.y - pt1.y, 2)); in drawLine()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/maps/
H A DAirMapGradientPolyline.java284 float scale = (float) Math.sqrt(Math.pow(pt2.x - pt1.x, 2) + Math.pow(pt2.y - pt1.y, 2)); in drawLine()

12