/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | ShaderCore.hpp | 145 template<> inline RValue<SIMD::Float> Sqrt<Highp>(RValue<SIMD::Float> x) { return Sqrt(x, false); } in Sqrt() function 146 template<> inline RValue<SIMD::Float> Sqrt<Mediump>(RValue<SIMD::Float> x) { return Sqrt(x, true); } in Sqrt() function 169 template<> inline RValue<Float4> Sqrt<Highp>(RValue<Float4> x) { return Sqrt(x, false); } in Sqrt() function 170 template<> inline RValue<Float4> Sqrt<Mediump>(RValue<Float4> x) { return Sqrt(x, true); } in Sqrt() function
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/ |
H A D | math.cc | 79 struct Sqrt : public SqlFunction { struct 80 static base::Status Run(Context*, in Run()
|
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/include/berberis/intrinsics/common/ |
D | intrinsics_float.h | 194 inline Float32 Sqrt(const Float32& v) { in Sqrt() function 198 inline Float64 Sqrt(const Float64& v) { in Sqrt() function
|
/aosp_15_r20/external/armnn/include/armnn/ |
H A D | Types.hpp | 96 Sqrt = 8, enumerator 128 Sqrt = 2, enumerator
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/cmplx/ |
D | sqrt.go | 58 func Sqrt(x complex128) complex128 { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/ |
D | sqrt.go | 93 func Sqrt(x float64) float64 { func
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/function/ |
H A D | Sqrt.java | 32 public class Sqrt implements UnivariateDifferentiableFunction, DifferentiableUnivariateFunction { class
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/ |
D | sqrt.go | 33 func (z *Float) Sqrt(x *Float) *Float { func
|
/aosp_15_r20/external/executorch/backends/xnnpack/test/ops/ |
H A D | sqrt.py | 14 class Sqrt(torch.nn.Module): class in TestSqrt
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
H A D | sqrt_test.cc | 97 TEST(Sqrt, MultiThreading) { in TEST() argument
|
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/riscv64_to_x86_64/include/berberis/intrinsics/ |
D | intrinsics_float.h | 134 inline long double Sqrt(const long double& v) { in Sqrt() function
|
/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/ |
H A D | vector_math.h | 44 void Sqrt(rtc::ArrayView<float> x) { in Sqrt() function
|
H A D | vector_math_unittest.cc | 23 TEST(VectorMath, Sqrt) { in TEST() argument
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/ |
H A D | statistics.cc | 60 auto Sqrt = [](const double dat) { in __anonb450cb9a0402() variable
|
/aosp_15_r20/external/google-benchmark/src/ |
H A D | statistics.cc | 61 auto Sqrt = [](const double dat) { in __anonc9bd6c810402() variable
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/ |
H A D | statistics.cc | 61 auto Sqrt = [](const double dat) { in __anon06adef7d0402() variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1637 Value *Sqrt, *Base = Pow->getArgOperand(0), *Expo = Pow->getArgOperand(1); in replacePowWithSqrt() local 1737 if (Value *Sqrt = replacePowWithSqrt(Pow, B)) in optimizePow() local 1754 Value *Sqrt = nullptr; in optimizePow() local 2074 Function *Sqrt = Intrinsic::getDeclaration(M, Intrinsic::sqrt, ArgType); in optimizeSqrt() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceIntrinsics.h | 53 Sqrt, enumerator
|
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/ops/ |
H A D | math_ops.cc | 262 Status Sqrt(AbstractContext* ctx, AbstractTensorHandle* const x, in Sqrt() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 2040 Value *Sqrt, *Base = Pow->getArgOperand(0), *Expo = Pow->getArgOperand(1); in replacePowWithSqrt() local 2139 if (Value *Sqrt = replacePowWithSqrt(Pow, B)) in optimizePow() local 2150 Value *Sqrt = nullptr; in optimizePow() local 2480 Function *Sqrt = Intrinsic::getDeclaration(M, Intrinsic::sqrt, ArgType); in optimizeSqrt() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | elementwise_test.cc | 239 TEST(ElementWise, Sqrt) { in TEST() argument
|
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/1.1/ |
H A D | OpenCL.std.h | 93 Sqrt = 61, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | OpenCL.std.h | 93 Sqrt = 61, enumerator
|
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/ |
D | OpenCL.std.h | 93 Sqrt = 61, enumerator
|
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/1.2/ |
H A D | OpenCL.std.h | 93 Sqrt = 61, enumerator
|