OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rv02
(Results
1 - 1
of
1
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btMatrix3x3.h
770
__m128 rv00, rv01,
rv02
;
local
775
rv02
= m_el[0].mVec128;
784
rv00 = bt_splat_ps(
rv02
, 0);
785
rv01 = bt_splat_ps(
rv02
, 1);
786
rv02
= bt_splat_ps(
rv02
, 2);
790
rv02
= _mm_mul_ps(
rv02
, mv2);
814
m_el[0].mVec128 = _mm_add_ps(rv00,
rv02
);
[
all
...]
Completed in 639 milliseconds