OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rot1
(Results
1 - 4
of
4
) sorted by null
/external/llvm/test/CodeGen/Mips/
rotate.ll
14
define i32 @
rot1
(i32 %a) nounwind readnone {
/external/eigen/Eigen/src/SVD/
JacobiSVD.h
404
JacobiRotation<RealScalar>
rot1
;
local
409
rot1
.c() = RealScalar(0);
410
rot1
.s() = d > RealScalar(0) ? RealScalar(1) : RealScalar(-1);
415
rot1
.c() = RealScalar(1) / sqrt(RealScalar(1) + abs2(u));
416
rot1
.s() =
rot1
.c() * u;
418
m.applyOnTheLeft(0,1,
rot1
);
420
*j_left =
rot1
* j_right->transpose();
[
all
...]
/external/eigen/doc/
C08_TutorialGeometry.dox
116
rot3 =
rot1
.slerp(alpha,rot2);\endcode</td></tr>
/external/openssl/crypto/rc4/asm/
rc4-md5-x86_64.pl
257
my @
rot1
=(5,9,14,20);
278
#md5# rol \$$
rot1
[$j%4],$a
Completed in 2109 milliseconds