Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Dstat.h173 static inline SType Sqrt(const SType &dat) { in Sqrt() function
180 static inline Vector2<SType> Sqrt(const Vector2<SType> &dat) { in Sqrt() function
186 static inline Vector3<SType> Sqrt(const Vector3<SType> &dat) { in Sqrt() function
192 static inline Vector4<SType> Sqrt(const Vector4<SType> &dat) { in Sqrt() function
/external/skia/src/core/
DSkNx.h147 static double Sqrt(double val) { return ::sqrt (val); } in Sqrt() function
148 static float Sqrt(float val) { return ::sqrtf(val); } in Sqrt() function
/external/opencv3/modules/core/test/ocl/
Dtest_arithm.cpp1439 typedef ArithmTestBase Sqrt; typedef
1441 OCL_TEST_P(Sqrt, Mat) in OCL_TEST_P() argument
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1170 Value *Sqrt = EmitUnaryFloatFnCall(Op1, "sqrt", B, Callee->getAttributes()); in optimizePow() local
1444 Value *Sqrt = Intrinsic::getDeclaration(M, Intrinsic::sqrt, ArgType); in optimizeSqrt() local
/external/opencv3/modules/cudaarithm/test/
Dtest_element_operations.cpp1583 PARAM_TEST_CASE(Sqrt, cv::cuda::DeviceInfo, cv::Size, MatDepth, UseRoi) in PARAM_TEST_CASE() argument
1601 CUDA_TEST_P(Sqrt, Accuracy) in CUDA_TEST_P() argument
/external/opencv3/modules/cudaarithm/perf/
Dperf_element_operations.cpp500 PERF_TEST_P(Sz_Depth, Sqrt, in PERF_TEST_P() argument
/external/opencv3/modules/core/perf/opencl/
Dperf_arithm.cpp648 OCL_PERF_TEST_P(SqrtFixture, Sqrt, ::testing::Combine( in OCL_PERF_TEST_P() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13833 SDValue Sqrt = RHS; in SimplifySelectOps() local