/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | OptimalIntrinsics.cpp | 109 return As<Float4>(As<Int4>(half_pi - Sqrt(Float4(1.0f) - absx) * (a0 + absx * (a1 + absx * (a2 + absx * a3)))) ^ in Asin_4_terms() 127 return As<Float4>(As<Int4>(half_pi - Sqrt(Float4(1.0f) - absx) * (a0 + absx * (a1 + absx * (a2 + absx * (a3 + absx * (a4 + absx * (a5 + absx * (a6 + absx * a7)))))))) ^ in Asin_8_terms() 284 return optimal::Log(x + Sqrt(x * x + Float4(1.0f))); in Asinh() 289 return optimal::Log(x + Sqrt(x + Float4(1.0f)) * Sqrt(x - Float4(1.0f))); in Acosh()
|
/third_party/benchmark/src/ |
H A D | statistics.cc | 61 auto Sqrt = [](const double dat) { member 75 return Sqrt(v.size() / (v.size() - 1.0) * (avg_squares - Sqr(mean))); in StatisticsStdDev()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceIntrinsics.h | 53 Sqrt, enumerator
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | ShaderCore.cpp | 227 rsq = Float4(1.0f) / Sqrt(abs); in reciprocalSquareRoot() 354 return x * (Float4(1.57079632e+0f) - Sqrt(Float4(1.0f) - x*x) * Float4(6.28318531e-1f)); in arcsin() 365 return As<Float4>(As<Int4>(half_pi - Sqrt(Float4(1.0f) - absx) * (a0 + absx * (a1 + absx * (a2 + absx * a3)))) ^ in arcsin() 460 return logarithm(x + Sqrt(x + Float4(1.0f)) * Sqrt(x - Float4(1.0f)), pp); in arccosh() 465 return logarithm(x + Sqrt(x * x + Float4(1.0f)), pp); in arcsinh() 944 dst.x = Sqrt(src.x); in sqrt() 945 dst.y = Sqrt(src.y); in sqrt() 946 dst.z = Sqrt(src.z); in sqrt() 947 dst.w = Sqrt(sr in sqrt() [all...] |
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-names.h | 38 V(sqrt, Sqrt, x, ceil_like)
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
H A D | OpenCL.std.h | 93 Sqrt = 61, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | OpenCL.std.h | 93 Sqrt = 61, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | OpenCL.std.h | 93 Sqrt = 61, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | OpenCL.std.h | 93 Sqrt = 61, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
H A D | OpenCL.std.h | 93 Sqrt = 61, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
H A D | OpenCL.std.h | 93 Sqrt = 61, enumerator
|
/third_party/spirv-headers/include/spirv/1.0/ |
H A D | OpenCL.std.h | 93 Sqrt = 61, enumerator
|
/third_party/spirv-headers/include/spirv/1.1/ |
H A D | OpenCL.std.h | 93 Sqrt = 61, enumerator
|
/third_party/spirv-headers/include/spirv/1.2/ |
H A D | OpenCL.std.h | 93 Sqrt = 61, enumerator
|
/third_party/skia/third_party/externals/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); 1652 Sqrt = getSqrtCall(Base, Attrs, Pow->doesNotAccessMemory(), Mod, B, TLI); 1653 if (!Sqrt) 1659 Sqrt = B.CreateCall(FAbsFn, Sqrt, "abs"); 1668 Sqrt = B.CreateSelect(FCmp, PosInf, Sqrt); 1673 Sqrt = B.CreateFDiv(ConstantFP::get(Ty, 1.0), Sqrt, "reciprocal"); 1675 return Sqrt; [all...] |
/third_party/mesa3d/src/compiler/spirv/ |
H A D | OpenCL.std.h | 97 Sqrt = 61, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/ |
H A D | OpenCL.std.h | 97 Sqrt = 61, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
H A D | OpenCL.std.h | 97 Sqrt = 61, enumerator
|
/third_party/spirv-headers/include/spirv/unified1/ |
H A D | OpenCL.std.h | 97 Sqrt = 61, enumerator
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | ShaderCore.cpp | 338 return x * (Float4(1.57079632e+0f) - Sqrt(Float4(1.0f) - x * x) * Float4(6.28318531e-1f)); in arcsin() 349 return As<Float4>(As<Int4>(half_pi - Sqrt(Float4(1.0f) - absx) * (a0 + absx * (a1 + absx * (a2 + absx * a3)))) ^ in arcsin() 444 return logarithm(x + Sqrt(x + Float4(1.0f)) * Sqrt(x - Float4(1.0f)), pp); in arccosh() 449 return logarithm(x + Sqrt(x * x + Float4(1.0f)), pp); in arcsinh()
|
H A D | SpirvShaderGLSLstd450.cpp | 315 SIMD::Float t = (eta.Float(0) * d + Sqrt(k)); in EmitExtGLSLstd450() 344 dst.move(0, Sqrt(d)); in EmitExtGLSLstd450() 351 SIMD::Float invLength = SIMD::Float(1.0f) / Sqrt(d); in EmitExtGLSLstd450() 372 dst.move(0, Sqrt(d)); in EmitExtGLSLstd450() 766 dst.move(i, Sqrt(val.Float(i))); in EmitExtGLSLstd450()
|
/third_party/skia/include/private/ |
H A D | SkNx.h | 222 AI SkNx sqrt() const { return Sqrt(fVal); } in sqrt() 270 AI static float Sqrt(float val) { return ::sqrtf(val); } in Sqrt() function 274 AI static double Sqrt(double val) { return ::sqrt(val); } in Sqrt() function
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes-inl.h | 121 CASE_FLOAT_OP(Sqrt, "sqrt") in OpcodeName() 247 CASE_SIMDF_OP(Sqrt, "sqrt") in OpcodeName()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | ext_inst.opencl_test.cpp | 161 CASE1(Sqrt, sqrt),
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | ext_inst.opencl_test.cpp | 161 CASE1(Sqrt, sqrt),
|