HomeSort by relevance Sort by last modified time
    Searched defs:rsqrt (Results 1 - 14 of 14) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
oper_32b.c 245 Word32 rsqrt(Word32 value, /*!< Operand to square root (0.0 ... 1) */ function
typedefs.h 176 #define rsqrt ADD_PREFIX(rsqrt) macro
  /external/clang/lib/Headers/
__clang_cuda_runtime_wrapper.h 155 static inline float rsqrt(float a) { return rsqrtf(a); } function
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h 155 static inline float rsqrt(float a) { return rsqrtf(a); } function
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h 155 static inline float rsqrt(float a) { return rsqrtf(a); } function
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h 155 static inline float rsqrt(float a) { return rsqrtf(a); } function
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h 155 static inline float rsqrt(float a) { return rsqrtf(a); } function
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h 155 static inline float rsqrt(float a) { return rsqrtf(a); } function
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
__clang_cuda_runtime_wrapper.h 155 static inline float rsqrt(float a) { return rsqrtf(a); } function
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_runtime_wrapper.h 155 static inline float rsqrt(float a) { return rsqrtf(a); } function
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
__clang_cuda_runtime_wrapper.h 157 static inline float rsqrt(float __a) { return rsqrtf(__a); } function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fvec.h 65 friend F32vec4 rsqrt(const F32vec4 &a) { return _mm_rsqrt_ps(a); } function in class:F32vec4
194 friend F32vec1 rsqrt(const F32vec1 &a) { return _mm_rsqrt_ss(a); } function in class:F32vec1
  /frameworks/rs/driver/runtime/
rs_cl.c 718 extern float __attribute__((overloadable)) rsqrt(float v) { function
740 FN_FUNC_FN(rsqrt)
2135 HN_FUNC_HN(rsqrt); variable
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 933 static private Target.Floaty rsqrt(double d, Target t) { method in class:CoreMathVerifier
938 static private Target.Floaty rsqrt(float f, Target t) { method in class:CoreMathVerifier
    [all...]

Completed in 4352 milliseconds