Home
last modified time | relevance | path

Searched defs:rsqrt (Results 1 – 25 of 69) sorted by relevance

123

/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DRsqrt.hpp13 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/
Drsqrt.example.cpp7 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 DCUDAMathCompat.h122 __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/
Dfvec.h65 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 Dop_rsqrt.cpp17 double rsqrt(double x) { in rsqrt() function
/aosp_15_r20/packages/modules/Uwb/service/fusion_lib/src/com/android/uwb/fusion/math/
DMathHelper.java50 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.h170 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.h170 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.h170 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt() function
/aosp_15_r20/external/executorch/runtime/core/portable_type/
H A Dbfloat16_math.h176 inline T rsqrt(T a) { in rsqrt() function
/aosp_15_r20/external/pytorch/c10/util/
H A DBFloat16-math.h176 inline T rsqrt(T a) { in rsqrt() function
/aosp_15_r20/external/eigen/Eigen/src/plugins/
H A DArrayCwiseUnaryOps.h203 rsqrt() const in rsqrt() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/
D__clang_cuda_runtime_wrapper.h231 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.h231 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.h231 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.h231 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.h231 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt() function
/aosp_15_r20/external/executorch/kernels/optimized/vec/vec256/
H A Dvec256_double.h218 Vectorized<double> rsqrt() const { in rsqrt() function
H A Dvec256_float.h253 Vectorized<float> rsqrt() const { in rsqrt() function
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_mathlib.h361 static inline float rsqrt(float v) in rsqrt() function
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/
H A Dvec256_complex_double.h278 Vectorized<c10::complex<double>> rsqrt() const { in rsqrt() function
H A Dvec256_complex_float.h311 Vectorized<c10::complex<float>> rsqrt() const { in rsqrt() function
H A Dvec256_double.h276 Vectorized<double> rsqrt() const { in rsqrt() function
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec512/
H A Dvec512_double.h285 Vectorized<double> rsqrt() const { in rsqrt() function
H A Dvec512_complex_double.h340 Vectorized<c10::complex<double>> rsqrt() const { in rsqrt() function

123