Searched refs:rsqrt (Results 1 – 24 of 24) sorted by relevance
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/ |
D | typedefs.h | 176 #define rsqrt ADD_PREFIX(rsqrt) macro
|
D | oper_32b.h | 41 Word32 rsqrt(Word32 value, Word32 accuracy);
|
D | oper_32b.c | 245 Word32 rsqrt(Word32 value, /*!< Operand to square root (0.0 ... 1) */ in rsqrt() function
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | fisheye.rsh | 51 const float inv_dist = rsqrt(dist2);
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | fisheye.rsh | 51 const float inv_dist = rsqrt(dist2);
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | fisheye.rsh | 51 const float inv_dist = rsqrt(dist2);
|
/frameworks/compile/slang/tests/P_math_fp/ |
D | math_fp.rs | 132 TEST_FUNC_1(rsqrt);
|
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/ |
D | ball_physics.rs | 64 float len = rsqrt(len2 + 4.f);
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
D | sf_estim.c | 122 avgFormFactor = fixmul(rsqrt(psyOutChan->sfbEnergy[i],INT_BITS), iSfbWidth); in CalcFormFactorChannel() 123 avgFormFactor = rsqrt((Word32)avgFormFactor,INT_BITS) >> 10; in CalcFormFactorChannel()
|
D | adj_thr.c | 82 *pthrExp = rsqrt(rsqrt(*psfbThre,INT_BITS),INT_BITS); in calcThreshExp()
|
D | tns.c | 560 tmp = rsqrt(sfbEnergy[sfb], INT_BITS); in CalcWeightedSpectrum()
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | apitest.rs | 840 f = rsqrt(f); 841 f2 = rsqrt(f2); 842 f3 = rsqrt(f3); 843 f4 = rsqrt(f4);
|
D | math.rs | 314 TEST_FN_FUNC_FN(rsqrt);
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 172 TEST_FN_FUNC_FN(rsqrt);
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | math.rs | 314 TEST_FN_FUNC_FN(rsqrt);
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | math.rs | 322 TEST_FN_FUNC_FN(rsqrt);
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | math.rs | 314 TEST_FN_FUNC_FN(rsqrt);
|
D | math.rs.bak | 300 TEST_FN_FUNC_FN(rsqrt);
|
D | math.rs.orig | 314 TEST_FN_FUNC_FN(rsqrt);
|
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rs | 369 BENCH_FN_FUNC_FN(rsqrt);
|
/frameworks/rs/driver/runtime/ |
D | rs_cl.c | 587 extern float __attribute__((overloadable)) rsqrt(float v) { in rsqrt() function 599 FN_FUNC_FN(rsqrt) 1466 THUNK_NATIVE_F(rsqrt) in THUNK_NATIVE_F()
|
/frameworks/rs/api/ |
D | rs_core_math.spec | 755 name: rsqrt
|
/frameworks/rs/scriptc/ |
D | rs_core_math.rsh | 9310 extern float __attribute__((const, overloadable))rsqrt(float); 9319 extern float2 __attribute__((const, overloadable))rsqrt(float2); 9328 extern float3 __attribute__((const, overloadable))rsqrt(float3); 9337 extern float4 __attribute__((const, overloadable))rsqrt(float4);
|
/frameworks/base/docs/html/tools/sdk/ndk/ |
D | index.jd | 1862 <li>Enabled MIPS floating-point {@code madd/msub/nmadd/nmsub/recip/rsqrt}
|