OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:approx_rsqrt
(Results
1 - 2
of
2
) sorted by null
/external/qemu/target-i386/
ops_sse.h
782
d->XMM_S(0) =
approx_rsqrt
(s->XMM_S(0));
783
d->XMM_S(1) =
approx_rsqrt
(s->XMM_S(1));
784
d->XMM_S(2) =
approx_rsqrt
(s->XMM_S(2));
785
d->XMM_S(3) =
approx_rsqrt
(s->XMM_S(3));
790
d->XMM_S(0) =
approx_rsqrt
(s->XMM_S(0));
[
all
...]
op_helper.c
4797
static float
approx_rsqrt
(float a)
function
[
all
...]
Completed in 225 milliseconds