| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/device/ |
| H A D | DeviceModule.kt | 19 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 D | ABI48_0_0REAOperatorNode.m | 48 @"sqrt" : ABI48_0_0REA_SINGLE(sqrt(a)),
|
| /expo/ios/vendored/sdk47/react-native-reanimated/ios/Nodes/ |
| H A D | ABI47_0_0REAOperatorNode.m | 48 @"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 D | DeviceModule.kt | 19 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 D | DeviceModule.kt | 19 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 D | DeviceModule.kt | 22 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 D | ResizeAction.web.ts | 61 const w = Math.sqrt(w0 + dx * dx);
|
| /expo/packages/expo-image-manipulator/build/actions/ |
| H A D | ResizeAction.web.js | 49 const w = Math.sqrt(w0 + dx * dx);
|
| /expo/apps/native-component-list/src/screens/AV/ |
| H A D | JsiAudioBar.tsx | 57 const rmsValue = Math.sqrt(frameSum / 200);
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Image/ |
| H A D | ABI47_0_0RCTImageBlurUtils.m | 52 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 D | ABI49_0_0RCTImageBlurUtils.m | 52 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 D | ABI48_0_0RCTImageBlurUtils.m | 52 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 D | SkNx.h | 114 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 D | PathParser.java | 379 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 D | PathParser.java | 379 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 D | PathParser.java | 379 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 D | PathParser.java | 379 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 D | ABI47_0_0RNSVGNode.mm | 521 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 D | ABI49_0_0RNSVGNode.mm | 534 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 D | ABI48_0_0RNSVGNode.mm | 521 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 D | RNSVGNode.mm | 534 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 D | OperatorNode.java | 96 return Math.sqrt(x);
|
| /expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/nodes/ |
| H A D | OperatorNode.java | 96 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 D | MapGradientPolyline.java | 284 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 D | AirMapGradientPolyline.java | 284 float scale = (float) Math.sqrt(Math.pow(pt2.x - pt1.x, 2) + Math.pow(pt2.y - pt1.y, 2)); in drawLine()
|