/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | Sqrt.hpp | 13 struct sqrt struct 15 typedef T result_type; 16 typedef T argument_type; 19 operator () (const T& inputData) const in operator ()()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__math/ |
D | roots.h | 26 inline _LIBCPP_HIDE_FROM_ABI float sqrt(float __x) _NOEXCEPT { return __builtin_sqrtf(__x); } in sqrt() function 29 _LIBCPP_HIDE_FROM_ABI double sqrt(double __x) _NOEXCEPT { in sqrt() function 33 inline _LIBCPP_HIDE_FROM_ABI long double sqrt(long double __x) _NOEXCEPT { return __builtin_sqrtl(_… in sqrt() function 36 inline _LIBCPP_HIDE_FROM_ABI double sqrt(_A1 __x) _NOEXCEPT { in sqrt() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__math/ |
H A D | roots.h | 26 inline _LIBCPP_HIDE_FROM_ABI float sqrt(float __x) _NOEXCEPT { return __builtin_sqrtf(__x); } in sqrt() function 29 _LIBCPP_HIDE_FROM_ABI double sqrt(double __x) _NOEXCEPT { in sqrt() function 33 inline _LIBCPP_HIDE_FROM_ABI long double sqrt(long double __x) _NOEXCEPT { return __builtin_sqrtl(_… in sqrt() function 36 inline _LIBCPP_HIDE_FROM_ABI double sqrt(_A1 __x) _NOEXCEPT { in sqrt() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__math/ |
D | roots.h | 26 inline _LIBCPP_HIDE_FROM_ABI float sqrt(float __x) _NOEXCEPT { return __builtin_sqrtf(__x); } in sqrt() function 29 _LIBCPP_HIDE_FROM_ABI double sqrt(double __x) _NOEXCEPT { in sqrt() function 33 inline _LIBCPP_HIDE_FROM_ABI long double sqrt(long double __x) _NOEXCEPT { return __builtin_sqrtl(_… in sqrt() function 36 inline _LIBCPP_HIDE_FROM_ABI double sqrt(_A1 __x) _NOEXCEPT { in sqrt() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__math/ |
D | roots.h | 26 inline _LIBCPP_HIDE_FROM_ABI float sqrt(float __x) _NOEXCEPT { return __builtin_sqrtf(__x); } in sqrt() function 29 _LIBCPP_HIDE_FROM_ABI double sqrt(double __x) _NOEXCEPT { in sqrt() function 33 inline _LIBCPP_HIDE_FROM_ABI long double sqrt(long double __x) _NOEXCEPT { return __builtin_sqrtl(_… in sqrt() function 36 inline _LIBCPP_HIDE_FROM_ABI double sqrt(_A1 __x) _NOEXCEPT { in sqrt() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__math/ |
D | roots.h | 26 inline _LIBCPP_HIDE_FROM_ABI float sqrt(float __x) _NOEXCEPT { return __builtin_sqrtf(__x); } in sqrt() function 29 _LIBCPP_HIDE_FROM_ABI double sqrt(double __x) _NOEXCEPT { in sqrt() function 33 inline _LIBCPP_HIDE_FROM_ABI long double sqrt(long double __x) _NOEXCEPT { return __builtin_sqrtl(_… in sqrt() function 36 inline _LIBCPP_HIDE_FROM_ABI double sqrt(_A1 __x) _NOEXCEPT { in sqrt() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__math/ |
D | roots.h | 26 inline _LIBCPP_HIDE_FROM_ABI float sqrt(float __x) _NOEXCEPT { return __builtin_sqrtf(__x); } in sqrt() function 29 _LIBCPP_HIDE_FROM_ABI double sqrt(double __x) _NOEXCEPT { in sqrt() function 33 inline _LIBCPP_HIDE_FROM_ABI long double sqrt(long double __x) _NOEXCEPT { return __builtin_sqrtl(_… in sqrt() function 36 inline _LIBCPP_HIDE_FROM_ABI double sqrt(_A1 __x) _NOEXCEPT { in sqrt() function
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/ |
D | sqrt.example.cpp | 7 namespace generated_tests::sqrt { namespace 54 namespace generated_tests::sqrt { namespace 101 namespace generated_tests::sqrt { namespace
|
/aosp_15_r20/external/musl/src/math/x32/ |
H A D | sqrt.s | 1 .global sqrt symbol 3 sqrt: sqrtsd %xmm0, %xmm0 label
|
/aosp_15_r20/external/trusty/musl/src/math/x86_64/ |
D | sqrt.s | 1 .global sqrt symbol 3 sqrt: sqrtsd %xmm0, %xmm0 label
|
/aosp_15_r20/external/trusty/musl/src/math/x32/ |
D | sqrt.s | 1 .global sqrt symbol 3 sqrt: sqrtsd %xmm0, %xmm0 label
|
/aosp_15_r20/external/trusty/musl/src/math/i386/ |
D | sqrt.s | 1 .global sqrt symbol 3 sqrt: fldl 4(%esp) label
|
/aosp_15_r20/external/eigen/Eigen/src/Core/arch/SSE/ |
H A D | MathFunctions.h | 177 float sqrt(const float &x) in sqrt() function 184 double sqrt(const double &x) in sqrt() function
|
/aosp_15_r20/external/pytorch/c10/util/ |
H A D | complex_math.cpp | 75 c10::complex<float> sqrt(const c10::complex<float>& in) { in sqrt() function 79 c10::complex<double> sqrt(const c10::complex<double>& in) { in sqrt() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/num-integer/src/ |
D | roots.rs | 82 fn sqrt(&self) -> Self { in sqrt() method 116 pub fn sqrt<T: Roots>(x: T) -> T { in sqrt() function
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | integer.inl | 18 GLM_FUNC_QUALIFIER int sqrt(int x) function 120 GLM_FUNC_QUALIFIER uint sqrt(uint x) function
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | integer.inl | 18 GLM_FUNC_QUALIFIER int sqrt(int x) function 120 GLM_FUNC_QUALIFIER uint sqrt(uint x) function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | cholesky_expander.cc | 103 auto sqrt = Sqrt(Real(l_ii)); in CholeskyUnblocked() local 184 auto sqrt = Sqrt(Real(x)); in BuildCholesky() local
|
/aosp_15_r20/external/pytorch/c10/cuda/ |
H A D | CUDAMathCompat.h | 115 __MATH_FUNCTIONS_DECL__ float sqrt(float x) { in sqrt() function 118 __MATH_FUNCTIONS_DECL__ double sqrt(double x) { in sqrt() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/ |
D | math.rs | 39 pub(crate) fn sqrt(f: f64) -> f64 { in sqrt() function 151 pub(crate) fn sqrt(f: f64) -> f64 { in sqrt() function
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | fvec.h | 63 friend F32vec4 sqrt(const F32vec4 &a) { return _mm_sqrt_ps(a); } in sqrt() function 192 friend F32vec1 sqrt(const F32vec1 &a) { return _mm_sqrt_ss(a); } in sqrt() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/ |
D | math.rs | 74 pub(crate) fn sqrt(f: f32) -> f32 { in sqrt() function 187 pub(crate) fn sqrt(f: f32) -> f32 { in sqrt() function
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/ |
H A D | ECFieldElement.java | 28 public abstract ECFieldElement sqrt(); in sqrt() method in ECFieldElement 251 public ECFieldElement sqrt() in sqrt() method in ECFieldElement.Fp 833 public ECFieldElement sqrt() in sqrt() method in ECFieldElement.Fp.F2m
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
H A D | ECFieldElement.java | 28 public abstract ECFieldElement sqrt(); in sqrt() method in ECFieldElement 251 public ECFieldElement sqrt() in sqrt() method in ECFieldElement.Fp 833 public ECFieldElement sqrt() in sqrt() method in ECFieldElement.Fp.F2m
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
H A D | ECFieldElement.java | 24 public abstract ECFieldElement sqrt(); in sqrt() method in ECFieldElement 241 public ECFieldElement sqrt() in sqrt() method in ECFieldElement.Fp 819 public ECFieldElement sqrt() in sqrt() method in ECFieldElement.Fp.F2m
|