Home
last modified time | relevance | path

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

12

/third_party/musl/src/math/riscv32/
H A Dsqrt.c5 double sqrt(double x) in sqrt() function
/third_party/musl/src/math/riscv64/
H A Dsqrt.c5 double sqrt(double x) in sqrt() function
/third_party/musl/src/math/x32/
H A Dsqrt.s3 sqrt: sqrtsd %xmm0, %xmm0 label
/third_party/musl/src/math/x86_64/
H A Dsqrt.c3 double sqrt(double x) in sqrt() function
/third_party/musl/src/math/arm/
H A Dsqrt.c5 double sqrt(double x) in sqrt() function
/third_party/musl/porting/liteos_a/kernel/src/math/arm/
H A Dsqrt.c5 double sqrt(double x) in sqrt() function
/third_party/musl/src/math/powerpc64/
H A Dsqrt.c3 double sqrt(double x) in sqrt() function
/third_party/musl/src/math/s390x/
H A Dsqrt.c5 double sqrt(double x) in sqrt() function
/third_party/musl/src/math/aarch64/
H A Dsqrt.c3 double sqrt(double x) in sqrt() function
/third_party/musl/src/math/mips/
H A Dsqrt.c5 double sqrt(double x) in sqrt() function
/third_party/musl/src/math/powerpc/
H A Dsqrt.c5 double sqrt(double x) in sqrt() function
/third_party/musl/src/math/
H A Dacosh.c4 #undef sqrt macro
5 #define sqrt sqrtl macro
H A Dsqrt.c24 double sqrt(double x) in sqrt() function
[all...]
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dacosh.c4 #undef sqrt macro
5 #define sqrt sqrtl macro
H A Dsqrt.c24 double sqrt(double x) in sqrt() function
[all...]
/third_party/musl/src/math/i386/
H A Dsqrt.c3 double sqrt(double x) in sqrt() function
/third_party/python/Lib/turtledemo/
H A Dlindenmayer.py91 from math import sqrt namespace
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dsqrt.c83 double sqrt(double x) sqrt() function
[all...]
/third_party/jerryscript/jerry-libm/
H A Dsqrt.c105 sqrt (double x) sqrt() function
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuInterval.cpp133 Interval sqrt (const Interval& x) in sqrt() function
/third_party/astc-encoder/Source/
H A Dastcenc_mathlib.h383 static inline float sqrt(float v) in sqrt() function
H A Dastcenc_vecmathlib_none_4.h911 ASTCENC_SIMD_INLINE vfloat4 sqrt(vfloat4 a) in sqrt() function
/third_party/node/deps/v8/tools/
H A Dcallstats.py35 from math import sqrt namespace
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_double_ops.c156 lower_sqrt_rsq(nir_builder *b, nir_ssa_def *src, bool sqrt) in lower_sqrt_rsq() argument
[all...]
/third_party/python/Lib/
H A Dstatistics.py139 from math import hypot, sqrt, fabs, exp, erf, tau, log, fsum namespace

Completed in 14 milliseconds

12