Home
last modified time | relevance | path

Searched defs:Sqrt (Results 1 – 25 of 48) sorted by relevance

12

/external/swiftshader/src/Pipeline/
DShaderCore.hpp145 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
DShaderCore.cpp511 RValue<SIMD::Float> Sqrt(RValue<SIMD::Float> x, bool relaxedPrecision) in Sqrt() function
734 RValue<Float4> Sqrt(RValue<Float4> x, bool relaxedPrecision) in Sqrt() function
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dsqrt_test.cc97 TEST(Sqrt, MultiThreading) { in TEST() argument
/external/webrtc/modules/audio_processing/aec3/
Dvector_math.h44 void Sqrt(rtc::ArrayView<float> x) { in Sqrt() function
Dvector_math_unittest.cc23 TEST(VectorMath, Sqrt) { in TEST() argument
/external/libcxx/utils/google-benchmark/src/
Dstatistics.cc60 auto Sqrt = [](const double dat) { in __anon24b15be90402() variable
/external/google-benchmark/src/
Dstatistics.cc60 auto Sqrt = [](const double dat) { in __anon9e6f50700402() variable
/external/armnn/include/armnn/
DTypes.hpp96 Sqrt = 8, enumerator
128 Sqrt = 2, enumerator
/external/swiftshader/third_party/subzero/src/
DIceIntrinsics.h53 Sqrt, enumerator
/external/tensorflow/tensorflow/c/experimental/ops/
Dmath_ops.cc262 Status Sqrt(AbstractContext* ctx, AbstractTensorHandle* const x, in Sqrt() function
/external/tensorflow/tensorflow/lite/kernels/
Delementwise_test.cc239 TEST(ElementWise, Sqrt) { in TEST() argument
/external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/1.2/
DOpenCL.std.h93 Sqrt = 61, enumerator
/external/shaderc/spirv-headers/include/spirv/1.0/
DOpenCL.std.h93 Sqrt = 61, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
DOpenCL.std.h93 Sqrt = 61, enumerator
/external/shaderc/spirv-headers/include/spirv/1.2/
DOpenCL.std.h93 Sqrt = 61, enumerator
/external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/1.1/
DOpenCL.std.h93 Sqrt = 61, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
DOpenCL.std.h93 Sqrt = 61, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
DOpenCL.std.h93 Sqrt = 61, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
DOpenCL.std.h93 Sqrt = 61, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
DOpenCL.std.h93 Sqrt = 61, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
DOpenCL.std.h93 Sqrt = 61, enumerator
/external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/1.0/
DOpenCL.std.h93 Sqrt = 61, enumerator
/external/shaderc/spirv-headers/include/spirv/1.1/
DOpenCL.std.h93 Sqrt = 61, enumerator
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Delementwise_test.cc100 TEST_F(OpenCLOperationTest, Sqrt) { in TEST_F() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1637 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

12