/third_party/musl/src/math/riscv32/ |
H A D | sqrt.c | 5 double sqrt(double x) in sqrt() function
|
/third_party/musl/src/math/riscv64/ |
H A D | sqrt.c | 5 double sqrt(double x) in sqrt() function
|
/third_party/musl/src/math/x32/ |
H A D | sqrt.s | 3 sqrt: sqrtsd %xmm0, %xmm0 label
|
/third_party/musl/src/math/x86_64/ |
H A D | sqrt.c | 3 double sqrt(double x) in sqrt() function
|
/third_party/musl/src/math/arm/ |
H A D | sqrt.c | 5 double sqrt(double x) in sqrt() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/arm/ |
H A D | sqrt.c | 5 double sqrt(double x) in sqrt() function
|
/third_party/musl/src/math/powerpc64/ |
H A D | sqrt.c | 3 double sqrt(double x) in sqrt() function
|
/third_party/musl/src/math/s390x/ |
H A D | sqrt.c | 5 double sqrt(double x) in sqrt() function
|
/third_party/musl/src/math/aarch64/ |
H A D | sqrt.c | 3 double sqrt(double x) in sqrt() function
|
/third_party/musl/src/math/mips/ |
H A D | sqrt.c | 5 double sqrt(double x) in sqrt() function
|
/third_party/musl/src/math/powerpc/ |
H A D | sqrt.c | 5 double sqrt(double x) in sqrt() function
|
/third_party/musl/src/math/ |
H A D | acosh.c | 4 #undef sqrt macro 5 #define sqrt sqrtl macro
|
H A D | sqrt.c | 24 double sqrt(double x) in sqrt() function [all...] |
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | acosh.c | 4 #undef sqrt macro 5 #define sqrt sqrtl macro
|
H A D | sqrt.c | 24 double sqrt(double x) in sqrt() function [all...] |
/third_party/musl/src/math/i386/ |
H A D | sqrt.c | 3 double sqrt(double x) in sqrt() function
|
/third_party/python/Lib/turtledemo/ |
H A D | lindenmayer.py | 91 from math import sqrt namespace
|
/third_party/musl/porting/liteos_m/kernel/src/math/ |
H A D | sqrt.c | 83 double sqrt(double x) sqrt() function [all...] |
/third_party/jerryscript/jerry-libm/ |
H A D | sqrt.c | 105 sqrt (double x) sqrt() function [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuInterval.cpp | 133 Interval sqrt (const Interval& x) in sqrt() function
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_mathlib.h | 383 static inline float sqrt(float v) in sqrt() function
|
H A D | astcenc_vecmathlib_none_4.h | 911 ASTCENC_SIMD_INLINE vfloat4 sqrt(vfloat4 a) in sqrt() function
|
/third_party/node/deps/v8/tools/ |
H A D | callstats.py | 35 from math import sqrt namespace
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_double_ops.c | 156 lower_sqrt_rsq(nir_builder *b, nir_ssa_def *src, bool sqrt) in lower_sqrt_rsq() argument [all...] |
/third_party/python/Lib/ |
H A D | statistics.py | 139 from math import hypot, sqrt, fabs, exp, erf, tau, log, fsum namespace
|