Home
last modified time | relevance | path

Searched defs:sqrt (Results 1 – 25 of 58) sorted by relevance

123

/third_party/musl/src/math/x32/
Dsqrt.s1 .global sqrt symbol
3 sqrt: sqrtsd %xmm0, %xmm0 label
/third_party/musl/src/math/aarch64/
Dsqrt.c3 double sqrt(double x) in sqrt() function
/third_party/musl/src/math/arm/
Dsqrt.c5 double sqrt(double x) in sqrt() function
/third_party/musl/src/math/powerpc/
Dsqrt.c5 double sqrt(double x) in sqrt() function
/third_party/musl/src/math/x86_64/
Dsqrt.c3 double sqrt(double x) in sqrt() function
/third_party/musl/src/math/s390x/
Dsqrt.c5 double sqrt(double x) in sqrt() function
/third_party/musl/src/math/riscv32/
Dsqrt.c5 double sqrt(double x) in sqrt() function
/third_party/musl/src/math/powerpc64/
Dsqrt.c3 double sqrt(double x) in sqrt() function
/third_party/musl/porting/liteos_a/kernel/src/math/arm/
Dsqrt.c5 double sqrt(double x) in sqrt() function
/third_party/musl/src/math/riscv64/
Dsqrt.c5 double sqrt(double x) in sqrt() function
/third_party/musl/src/math/mips/
Dsqrt.c5 double sqrt(double x) in sqrt() function
/third_party/musl/src/math/i386/
Dsqrt.c3 double sqrt(double x) in sqrt() function
/third_party/musl/src/math/
Dacosh.c5 #define sqrt sqrtl macro
Dsqrt.c24 double sqrt(double x) in sqrt() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dacosh.c5 #define sqrt sqrtl macro
Dsqrt.c24 double sqrt(double x) in sqrt() function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dinteger.inl18 GLM_FUNC_QUALIFIER int sqrt(int x) function
120 GLM_FUNC_QUALIFIER uint sqrt(uint x) function
/third_party/musl/porting/liteos_m/kernel/src/math/
Dsqrt.c83 double sqrt(double x) in sqrt() function
/third_party/jerryscript/jerry-libm/
Dsqrt.c105 sqrt (double x) in sqrt() function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_exponential.inl122 GLM_FUNC_QUALIFIER vecType<T, P> sqrt(vecType<T, P> const & x) function
/third_party/vk-gl-cts/framework/common/
DtcuInterval.cpp133 Interval sqrt (const Interval& x) in sqrt() function
/third_party/skia/include/private/
DSkNx.h114 AI SkNx sqrt() const { return { fLo. sqrt(), fHi. sqrt() }; } in sqrt() function
DSkNx_neon.h112 AI SkNx sqrt() const { in sqrt() function
226 AI SkNx sqrt() const { in sqrt() function
/third_party/astc-encoder/Source/
Dastcenc_mathlib.h383 static inline float sqrt(float v) in sqrt() function
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_double_ops.c156 lower_sqrt_rsq(nir_builder *b, nir_ssa_def *src, bool sqrt) in lower_sqrt_rsq()

123