Searched defs:Sqrt (Results 1 - 10 of 10) sorted by relevance

/external/google-benchmark/src/
H A Dstat.h127 *stddev = Sqrt(numsamples_ / (numsamples_ - 1.0) * (avg_squares - Sqr(mean)));
176 static inline SType Sqrt(const SType &dat) { function in class:benchmark::Stat1
183 static inline Vector2<SType> Sqrt(const Vector2<SType> &dat) { function in class:benchmark::Stat1
185 return Max(dat, Vector2<SType>()).Sqrt();
189 static inline Vector3<SType> Sqrt(const Vector3<SType> &dat) { function in class:benchmark::Stat1
191 return Max(dat, Vector3<SType>()).Sqrt();
195 static inline Vector4<SType> Sqrt(const Vector4<SType> &dat) { function in class:benchmark::Stat1
197 return Max(dat, Vector4<SType>()).Sqrt();
/external/libcxx/utils/google-benchmark/src/
H A Dstat.h123 *stddev = Sqrt(avg_squares - Sqr(mean));
133 return Sqrt(avg_squares - Sqr(mean));
172 static inline SType Sqrt(const SType &dat) { function in class:benchmark::Stat1
179 static inline Vector2<SType> Sqrt(const Vector2<SType> &dat) { function in class:benchmark::Stat1
181 return Max(dat, Vector2<SType>()).Sqrt();
185 static inline Vector3<SType> Sqrt(const Vector3<SType> &dat) { function in class:benchmark::Stat1
187 return Max(dat, Vector3<SType>()).Sqrt();
191 static inline Vector4<SType> Sqrt(const Vector4<SType> &dat) { function in class:benchmark::Stat1
193 return Max(dat, Vector4<SType>()).Sqrt();
/external/swiftshader/third_party/subzero/src/
H A DIceIntrinsics.h60 Sqrt, enumerator in enum:Ice::Intrinsics::IntrinsicID
H A DIceInstX86Base.h179 Sqrt, enumerator in enum:Ice::X86NAMESPACE::InstImpl::InstX86Base::InstKindX86
1285 class InstX86Sqrt : public InstX86BaseUnaryopXmm<InstX86Base::Sqrt> {
1295 : InstX86BaseUnaryopXmm<InstX86Base::Sqrt>(Func, Dest, Src) {}
3209 using Sqrt = typename InstImpl<TraitsType>::InstX86Sqrt;
/external/skia/src/core/
H A DSkNx.h180 AI SkNx sqrt() const { return Sqrt(fVal); }
224 AI static float Sqrt(float val) { return ::sqrtf(val); } function in struct:__anon18193::SkNx
228 AI static double Sqrt(double val) { return ::sqrt(val); } function in struct:__anon18193::SkNx
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp878 Value *Sqrt = EmitUnaryFloatFnCall(Op1, "sqrt", B, local
880 Value *FAbs = EmitUnaryFloatFnCall(Sqrt, "fabs", B,
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DOpenCL.std.h97 Sqrt = 61, enumerator in enum:OpenCLLIB::Entrypoints
/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp5367 RValue<Float> Sqrt(RValue<Float> x) function in namespace:sw
5699 RValue<Float4> Sqrt(RValue<Float4> x) function in namespace:sw
/external/v8/src/s390/
H A Dmacro-assembler-s390.cc3507 void MacroAssembler::Sqrt(DoubleRegister result, DoubleRegister input) { function in class:v8::internal::MacroAssembler
3510 void MacroAssembler::Sqrt(DoubleRegister result, const MemOperand& input) { function in class:v8::internal::MacroAssembler
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14017 SDValue Sqrt = RHS; local
14036 Sqrt.getOperand(0) == CmpLHS && (CC == ISD::SETOLT ||
14039 CombineTo(TheSelect, Sqrt);

Completed in 554 milliseconds