/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | Rsqrt.hpp | 13 struct rsqrt struct 15 typedef T result_type; 16 typedef T argument_type; 19 operator () (const T& inputData) const in operator ()()
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/ |
D | rsqrt.example.cpp | 7 namespace generated_tests::rsqrt { namespace 54 namespace generated_tests::rsqrt { namespace 101 namespace generated_tests::rsqrt { namespace
|
/aosp_15_r20/external/pytorch/c10/cuda/ |
H A D | CUDAMathCompat.h | 122 __MATH_FUNCTIONS_DECL__ float rsqrt(float x) { in rsqrt() function 125 __MATH_FUNCTIONS_DECL__ double rsqrt(double x) { in rsqrt() function
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | fvec.h | 65 friend F32vec4 rsqrt(const F32vec4 &a) { return _mm_rsqrt_ps(a); } in rsqrt() function 194 friend F32vec1 rsqrt(const F32vec1 &a) { return _mm_rsqrt_ss(a); } in rsqrt() function
|
/aosp_15_r20/external/executorch/kernels/portable/cpu/ |
H A D | op_rsqrt.cpp | 17 double rsqrt(double x) { in rsqrt() function
|
/aosp_15_r20/packages/modules/Uwb/service/fusion_lib/src/com/android/uwb/fusion/math/ |
D | MathHelper.java | 50 public static float rsqrt(float x) { in rsqrt() method in MathHelper
|
/aosp_15_r20/prebuilts/sdk/renderscript/clang-include/ |
H A D | __clang_cuda_runtime_wrapper.h | 170 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/ |
D | __clang_cuda_runtime_wrapper.h | 170 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt() function
|
/aosp_15_r20/external/clang/lib/Headers/ |
H A D | __clang_cuda_runtime_wrapper.h | 170 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt() function
|
/aosp_15_r20/external/executorch/runtime/core/portable_type/ |
H A D | bfloat16_math.h | 176 inline T rsqrt(T a) { in rsqrt() function
|
/aosp_15_r20/external/pytorch/c10/util/ |
H A D | BFloat16-math.h | 176 inline T rsqrt(T a) { in rsqrt() function
|
/aosp_15_r20/external/eigen/Eigen/src/plugins/ |
H A D | ArrayCwiseUnaryOps.h | 203 rsqrt() const in rsqrt() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/ |
D | __clang_cuda_runtime_wrapper.h | 231 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/ |
D | __clang_cuda_runtime_wrapper.h | 231 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/ |
D | __clang_cuda_runtime_wrapper.h | 231 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/ |
D | __clang_cuda_runtime_wrapper.h | 231 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt() function
|
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/ |
H A D | __clang_cuda_runtime_wrapper.h | 231 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt() function
|
/aosp_15_r20/external/executorch/kernels/optimized/vec/vec256/ |
H A D | vec256_double.h | 218 Vectorized<double> rsqrt() const { in rsqrt() function
|
H A D | vec256_float.h | 253 Vectorized<float> rsqrt() const { in rsqrt() function
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_mathlib.h | 361 static inline float rsqrt(float v) in rsqrt() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/ |
H A D | vec256_complex_double.h | 278 Vectorized<c10::complex<double>> rsqrt() const { in rsqrt() function
|
H A D | vec256_complex_float.h | 311 Vectorized<c10::complex<float>> rsqrt() const { in rsqrt() function
|
H A D | vec256_double.h | 276 Vectorized<double> rsqrt() const { in rsqrt() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec512/ |
H A D | vec512_double.h | 285 Vectorized<double> rsqrt() const { in rsqrt() function
|
H A D | vec512_complex_double.h | 340 Vectorized<c10::complex<double>> rsqrt() const { in rsqrt() function
|