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
71
) sorted by null
1
2
3
/cts/tests/src/android/renderscript/cts/
rsqrt_f32.rs
5
*out =
rsqrt
(*in);
9
*out =
rsqrt
(*in);
13
*out =
rsqrt
(*in);
17
*out =
rsqrt
(*in);
/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/llvm/test/CodeGen/NVPTX/
rsqrt.ll
8
; CHECK:
rsqrt
.approx.f32
/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
)