Home
last modified time | relevance | path

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

1234

/third_party/musl/src/math/x32/
Dsqrt.s1 .global sqrt symbol
3 sqrt: sqrtsd %xmm0, %xmm0 label
/third_party/musl/src/math/x86_64/
Dsqrt.s1 .global sqrt symbol
3 sqrt: sqrtsd %xmm0, %xmm0 label
/third_party/musl/src/math/i386/
Dsqrt.s1 .global sqrt symbol
3 sqrt: fldl 4(%esp) label
/third_party/boost/libs/hana/example/tutorial/
Dintegral.cpp30 constexpr T sqrt(T x) { in sqrt() function
45 constexpr auto sqrt(T const&) { in sqrt() function
55 struct sqrt struct
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Dadam_apply_one_with_decay_rule.cc48 auto sqrt = std::make_shared<Primitive>(kSqrtOpName); in DefinePattern() local
68 auto sqrt = std::make_shared<Primitive>(kSqrtOpName); in DefinePattern() local
88 auto sqrt = std::make_shared<Primitive>(kSqrtOpName); in DefinePattern() local
108 auto sqrt = std::make_shared<Primitive>(kSqrtOpName); in DefinePattern() local
128 auto sqrt = std::make_shared<Primitive>(kSqrtOpName); in DefinePattern() local
148 auto sqrt = std::make_shared<Primitive>(kSqrtOpName); in DefinePattern() local
173 auto sqrt = std::make_shared<Primitive>(kSqrtOpName); in DefinePattern() local
198 auto sqrt = std::make_shared<Primitive>(kSqrtOpName); in DefinePattern() local
223 auto sqrt = std::make_shared<Primitive>(kSqrtOpName); in DefinePattern() local
248 auto sqrt = std::make_shared<Primitive>(kSqrtOpName); in DefinePattern() local
/third_party/musl/src/math/powerpc64/
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/aarch64/
Dsqrt.c3 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/s390x/
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/porting/liteos_a/kernel/src/math/arm/
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/boost/libs/geometry/test/util/
Dnumber_types.hpp49 inline custom<T> sqrt(custom<T> const& c) in sqrt() function
101 sqrt(number_types::custom_with_global_sqrt<T> const& c) in sqrt() function
147 inline custom_global<T> sqrt(custom_global<T> const& c) in sqrt() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dacosh.c5 #define sqrt sqrtl macro
Dsqrt.c83 double sqrt(double x) in sqrt() function
/third_party/musl/src/math/
Dacosh.c5 #define sqrt sqrtl macro
Dsqrt.c83 double sqrt(double x) in sqrt() function
/third_party/mindspore/tests/st/ops/gpu/
Dtest_sqrt_op.py23 def sqrt(nptype): 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/boost/boost/histogram/axis/
Dregular.hpp105 struct sqrt { struct
108 static T forward(T x) { in forward()
114 static T inverse(T x) { in inverse()
119 void serialize(Archive&, unsigned /* version */) {} in serialize()
/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/mindspore/tests/ut/cpp/ops/
Dtest_ops_sqrt.cc33 auto sqrt = std::make_shared<Sqrt>(); in TEST_F() local
/third_party/boost/boost/multiprecision/
Dinteger.hpp193 BOOST_MP_CXX14_CONSTEXPR typename enable_if_c<is_integral<Integer>::value, Integer>::type sqrt(cons… in sqrt() function
238 BOOST_MP_CXX14_CONSTEXPR typename enable_if_c<is_integral<Integer>::value, Integer>::type sqrt(cons… in sqrt() function

1234