Home
last modified time | relevance | path

Searched defs:sqrt (Results 26 - 47 of 47) sorted by relevance

12

/third_party/skia/include/private/
H A DSkNx_neon.h112 AI SkNx sqrt() const { in sqrt() function in __anon18470::SkNx
226 AI SkNx sqrt() const { in sqrt() function in __anon18470::SkNx
H A DSkNx.h114 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 DSkNx_sse.h102 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 DSkVx.h596 SIN Vec<N,float> sqrt(const Vec<N,float>& x) { return map( sqrtf, x); } in sqrt() function
/third_party/decimal.js/
H A Ddecimal.js4817 function sqrt(x) { global() function
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_avx2_8.h969 ASTCENC_SIMD_INLINE vfloat8 sqrt(vfloat8 a) in sqrt() function
H A Dastcenc_vecmathlib_sse_4.h885 ASTCENC_SIMD_INLINE vfloat4 sqrt(vfloat4 a) in sqrt() function
H A Dastcenc_vecmathlib_neon_4.h820 ASTCENC_SIMD_INLINE vfloat4 sqrt(vfloat4 a) in sqrt() function
/third_party/mesa3d/src/compiler/glsl/
H A Dir_builder.cpp317 sqrt(operand a) in sqrt() function
/third_party/node/deps/v8/tools/
H A Drun_perf.py107 from math import sqrt namespace
/third_party/musl/porting/uniproton/kernel/include/
H A Dtgmath.h201 #undef sqrt macro
264 #define sqrt(x) __tg_real_complex(sqrt, (x)) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h201 #undef sqrt macro
264 #define sqrt(x) __tg_real_complex(sqrt, (x)) macro
/third_party/musl/include/
H A Dtgmath.h201 #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 DAPInt.cpp1261 APInt APInt::sqrt() const { in sqrt() function in APInt
/third_party/skia/src/core/
H A DSkVM.cpp810 F32 Builder::sqrt(F32 x) { in sqrt() function in skvm::Builder
H A DSkVM.h1209 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 DIceAssemblerX8632.cpp1761 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 DIceAssemblerX8664.cpp1903 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 Dtest_builtin.py1083 from math import sqrt namespace
1085 def sqrt(x): function
/third_party/python/Lib/
H A D_pydecimal.py2727 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 DShaderCore.cpp942 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 DLLVMReactor.cpp175 llvm::Function *sqrt = llvm::Intrinsic::getDeclaration( in lowerSQRT() local

Completed in 112 milliseconds

12