HomeSort by relevance Sort by last modified time
    Searched full:rsqrt (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/test/CodeGen/X86/
extractps.ll 12 call <4 x float> @llvm.x86.sse.rsqrt.ss( <4 x float> %2 ) ; <<4 x float>>:3 [#uses=1]
20 call <4 x float> @llvm.x86.sse.rsqrt.ss( <4 x float> %2 ) ; <<4 x float>>:3 [#uses=1]
26 declare <4 x float> @llvm.x86.sse.rsqrt.ss(<4 x float>) nounwind readnone
sse_reload_fold.ll 12 declare <4 x float> @llvm.x86.sse.rsqrt.ps(<4 x float>)
41 %t = call <4 x float> @llvm.x86.sse.rsqrt.ps(<4 x float> %f)
avx-intrinsics-x86.ll     [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
oper_32b.h 41 Word32 rsqrt(Word32 value, Word32 accuracy);
typedefs.h 176 #define rsqrt ADD_PREFIX(rsqrt) macro
oper_32b.c 243 Word32 rsqrt(Word32 value, /*!< Operand to square root (0.0 ... 1) */ function
  /frameworks/compile/slang/tests/P_math_fp/
math_fp.rs 132 TEST_FUNC_1(rsqrt);
  /external/qemu/target-mips/
helper.h 203 FOP_PROTO(rsqrt)
cpu.h 434 controls the non-COP1X instructions RECIP.S, RECIP.D, RSQRT.S
435 and RSQRT.D. */
  /frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
math.rs 172 TEST_FN_FUNC_FN(rsqrt);
  /frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
math.rs.bak 300 TEST_FN_FUNC_FN(rsqrt);
math.rs 314 TEST_FN_FUNC_FN(rsqrt);
math.rs.orig 314 TEST_FN_FUNC_FN(rsqrt);
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
math.rs 314 TEST_FN_FUNC_FN(rsqrt);
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
sf_estim.c 122 avgFormFactor = fixmul(rsqrt(psyOutChan->sfbEnergy[i],INT_BITS), iSfbWidth);
123 avgFormFactor = rsqrt((Word32)avgFormFactor,INT_BITS) >> 10;
adj_thr.c 79 *pthrExp = rsqrt(rsqrt(*psfbThre,INT_BITS),INT_BITS);
    [all...]
tns.c 558 tmp = rsqrt(sfbEnergy[sfb], INT_BITS);
  /frameworks/rs/scriptc/
rs_cl.rsh 581 _RS_RUNTIME float __attribute__((overloadable)) rsqrt(float v);
582 FN_FUNC_FN(rsqrt)
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 581 _RS_RUNTIME float __attribute__((overloadable)) rsqrt(float v);
582 FN_FUNC_FN(rsqrt)
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_cl.c 605 extern float __attribute__((overloadable)) rsqrt(float v) { function
608 FN_FUNC_FN(rsqrt)
    [all...]
  /frameworks/base/docs/html/reference/renderscript/
globals_func.html 469 <li>rsqrt()
rs__cl_8rsh_source.html     [all...]
globals.html 539 <li>rsqrt()
rs__cl_8rsh.html 89 <tr><td class="memItemLeft" align="right" valign="top">_RS_RUNTIME float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="rs__cl_8rsh.html#a5db00fde9e6bff693a38f3a37e7a1f70">rsqrt</a> (float v)</td></tr>
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
OutputHLSL.cpp 962 case EOpInverseSqrt: outputTriplet(visit, "rsqrt(", "", ")"); break;
    [all...]

Completed in 3668 milliseconds

1 2