| /third_party/musl/src/math/x32/ |
| D | sqrt.s | 1 .global sqrt symbol 3 sqrt: sqrtsd %xmm0, %xmm0 label
|
| /third_party/musl/src/math/x86_64/ |
| D | sqrt.s | 1 .global sqrt symbol 3 sqrt: sqrtsd %xmm0, %xmm0 label
|
| /third_party/musl/src/math/i386/ |
| D | sqrt.s | 1 .global sqrt symbol 3 sqrt: fldl 4(%esp) label
|
| /third_party/boost/libs/hana/example/tutorial/ |
| D | integral.cpp | 30 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/ |
| D | adam_apply_one_with_decay_rule.cc | 48 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/ |
| D | sqrt.c | 3 double sqrt(double x) in sqrt() function
|
| /third_party/musl/src/math/arm/ |
| D | sqrt.c | 5 double sqrt(double x) in sqrt() function
|
| /third_party/musl/src/math/aarch64/ |
| D | sqrt.c | 3 double sqrt(double x) in sqrt() function
|
| /third_party/musl/src/math/riscv64/ |
| D | sqrt.c | 5 double sqrt(double x) in sqrt() function
|
| /third_party/musl/src/math/s390x/ |
| D | sqrt.c | 5 double sqrt(double x) in sqrt() function
|
| /third_party/musl/src/math/powerpc/ |
| D | sqrt.c | 5 double sqrt(double x) in sqrt() function
|
| /third_party/musl/porting/liteos_a/kernel/src/math/arm/ |
| D | sqrt.c | 5 double sqrt(double x) in sqrt() function
|
| /third_party/musl/src/math/mips/ |
| D | sqrt.c | 5 double sqrt(double x) in sqrt() function
|
| /third_party/boost/libs/geometry/test/util/ |
| D | number_types.hpp | 49 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/ |
| D | acosh.c | 5 #define sqrt sqrtl macro
|
| D | sqrt.c | 83 double sqrt(double x) in sqrt() function
|
| /third_party/musl/src/math/ |
| D | acosh.c | 5 #define sqrt sqrtl macro
|
| D | sqrt.c | 83 double sqrt(double x) in sqrt() function
|
| /third_party/mindspore/tests/st/ops/gpu/ |
| D | test_sqrt_op.py | 23 def sqrt(nptype): function
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
| D | integer.inl | 18 GLM_FUNC_QUALIFIER int sqrt(int x) function 120 GLM_FUNC_QUALIFIER uint sqrt(uint x) function
|
| /third_party/boost/boost/histogram/axis/ |
| D | regular.hpp | 105 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/ |
| D | sqrt.c | 83 double sqrt(double x) in sqrt() function
|
| /third_party/jerryscript/jerry-libm/ |
| D | sqrt.c | 105 sqrt (double x) in sqrt() function
|
| /third_party/mindspore/tests/ut/cpp/ops/ |
| D | test_ops_sqrt.cc | 33 auto sqrt = std::make_shared<Sqrt>(); in TEST_F() local
|
| /third_party/boost/boost/multiprecision/ |
| D | integer.hpp | 193 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
|