OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rsqrt
(Results
1 - 25
of
58
) sorted by null
1
2
3
/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_partial_update.ll
13
%0 = tail call <4 x float> @llvm.x86.sse.
rsqrt
.ss(<4 x float> %a) nounwind
22
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)
/ndk/tests/build/mips-fp4/
build.sh
25
find_instruction "
rsqrt
.d" mips-fp4-test3-6.s
/external/valgrind/main/none/tests/mips32/
FPUarithmetic.c
24
"
rsqrt
.s", "
rsqrt
.d"
165
UNOPff("
rsqrt
.s");
171
UNOPdd("
rsqrt
.d");
/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
);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
fisheye.rsh
51
const float inv_dist =
rsqrt
(dist2);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
fisheye.rsh
51
const float inv_dist =
rsqrt
(dist2);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
fisheye.rsh
51
const float inv_dist =
rsqrt
(dist2);
/external/clang/test/CodeGen/
sse-builtins.c
9
// CHECK: call <4 x float> @llvm.x86.sse.
rsqrt
.ss
/external/qemu/target-mips/
helper.h
203
FOP_PROTO(
rsqrt
)
cpu.h
433
controls the non-COP1X instructions RECIP.S, RECIP.D,
RSQRT
.S
434
and
RSQRT
.D. */
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
math.rs
172
TEST_FN_FUNC_FN(
rsqrt
);
/frameworks/rs/java/tests/RsTest_14/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/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
math.rs
314
TEST_FN_FUNC_FN(
rsqrt
);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
math.rs
315
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;
/frameworks/rs/scriptc/
rs_cl.rsh
671
_RS_RUNTIME float __attribute__((overloadable))
rsqrt
(float v);
672
FN_FUNC_FN(
rsqrt
)
/prebuilts/sdk/renderscript/include/
rs_cl.rsh
671
_RS_RUNTIME float __attribute__((overloadable))
rsqrt
(float v);
672
FN_FUNC_FN(
rsqrt
)
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
compute_benchmark.rs
369
BENCH_FN_FUNC_FN(
rsqrt
);
Completed in 1663 milliseconds
1
2
3