/third_party/skia/include/private/ |
H A D | SkNx_neon.h | 112 AI SkNx sqrt() const { in sqrt() function in __anon18470::SkNx 226 AI SkNx sqrt() const { in sqrt() function in __anon18470::SkNx
|
H A D | SkNx.h | 114 AI SkNx sqrt() const { return { fLo. sqrt(), fHi. sqrt() }; } in sqrt() function 222 AI SkNx sqrt() const { return Sqrt(fVal); } in sqrt() function
|
H A D | SkNx_sse.h | 102 AI SkNx sqrt() const { return _mm_sqrt_ps (fVec); } in sqrt() function in __anon18480::SkNx 193 AI SkNx sqrt() const { return _mm_sqrt_ps (fVec); } in sqrt() function in __anon18480::SkNx
|
H A D | SkVx.h | 596 SIN Vec<N,float> sqrt(const Vec<N,float>& x) { return map( sqrtf, x); } in sqrt() function
|
/third_party/decimal.js/ |
H A D | decimal.js | 4817 function sqrt(x) { global() function [all...] |
/third_party/astc-encoder/Source/ |
H A D | astcenc_vecmathlib_avx2_8.h | 969 ASTCENC_SIMD_INLINE vfloat8 sqrt(vfloat8 a) in sqrt() function
|
H A D | astcenc_vecmathlib_sse_4.h | 885 ASTCENC_SIMD_INLINE vfloat4 sqrt(vfloat4 a) in sqrt() function
|
H A D | astcenc_vecmathlib_neon_4.h | 820 ASTCENC_SIMD_INLINE vfloat4 sqrt(vfloat4 a) in sqrt() function
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_builder.cpp | 317 sqrt(operand a) in sqrt() function
|
/third_party/node/deps/v8/tools/ |
H A D | run_perf.py | 107 from math import sqrt namespace
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | tgmath.h | 201 #undef sqrt macro 264 #define sqrt(x) __tg_real_complex(sqrt, (x)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | tgmath.h | 201 #undef sqrt macro 264 #define sqrt(x) __tg_real_complex(sqrt, (x)) macro
|
/third_party/musl/include/ |
H A D | tgmath.h | 201 #undef sqrt macro 264 #define sqrt(x) __tg_real_complex(sqrt, (x)) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | APInt.cpp | 1261 APInt APInt::sqrt() const { in sqrt() function in APInt
|
/third_party/skia/src/core/ |
H A D | SkVM.cpp | 810 F32 Builder::sqrt(F32 x) { in sqrt() function in skvm::Builder
|
H A D | SkVM.h | 1209 SI F32 sqrt(F32 x) { return x-> sqrt(x); } in sqrt() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerX8632.cpp | 1761 void AssemblerX8632::sqrt(Type Ty, XmmRegister dst, const AsmAddress &src) { in sqrt() function in Ice::X8632::AssemblerX8632 1770 void AssemblerX8632::sqrt(Type Ty, XmmRegister dst, XmmRegister src) { in sqrt() function in Ice::X8632::AssemblerX8632
|
H A D | IceAssemblerX8664.cpp | 1903 void AssemblerX8664::sqrt(Type Ty, XmmRegister dst, const AsmAddress &src) { in sqrt() function in Ice::X8664::AssemblerX8664 1913 void AssemblerX8664::sqrt(Type Ty, XmmRegister dst, XmmRegister src) { in sqrt() function in Ice::X8664::AssemblerX8664
|
/third_party/python/Lib/test/ |
H A D | test_builtin.py | 1083 from math import sqrt namespace 1085 def sqrt(x): function
|
/third_party/python/Lib/ |
H A D | _pydecimal.py | 2727 def sqrt(self, context=None): member in Decimal 5475 def sqrt(self, a): global() member in Context [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | ShaderCore.cpp | 942 void ShaderCore::sqrt(Vector4f &dst, const Vector4f &src, bool pp) in sqrt() function in sw::ShaderCore
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactor.cpp | 175 llvm::Function *sqrt = llvm::Intrinsic::getDeclaration( in lowerSQRT() local
|