Home
last modified time | relevance | path

Searched refs:rotations (Results 1 – 25 of 27) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dprng.cc43 constexpr std::array<int, 8> rotations = {13, 15, 26, 6, 17, 29, 16, 24}; in ThreeFry2x32() local
69 x = round(x, rotations[0]); in ThreeFry2x32()
70 x = round(x, rotations[1]); in ThreeFry2x32()
71 x = round(x, rotations[2]); in ThreeFry2x32()
72 x = round(x, rotations[3]); in ThreeFry2x32()
76 x = round(x, rotations[4]); in ThreeFry2x32()
77 x = round(x, rotations[5]); in ThreeFry2x32()
78 x = round(x, rotations[6]); in ThreeFry2x32()
79 x = round(x, rotations[7]); in ThreeFry2x32()
83 x = round(x, rotations[0]); in ThreeFry2x32()
[all …]
/external/u-boot/board/aristainetos/
Daristainetos-v2.c347 void rotate_logo(int rotations) in rotate_logo() argument
359 if (rotations == 1 || rotations == 2 || rotations == 3) in rotate_logo()
363 if (rotations == 2 || rotations == 3) in rotate_logo()
367 if (rotations == 3) in rotate_logo()
371 if (rotations == 1 || rotations == 3) in rotate_logo()
/external/python/cpython2/Lib/test/
Dtest_turtle.py347 rotations = [10, 20, 170, 300]
348 result = sum(rotations) % 360
349 for num in rotations:
354 result = (360-sum(rotations)) % 360
355 for num in rotations:
360 rotations = [10, 20, -170, 300, -210, 34.3, -50.2, -10, -29.98, 500]
362 for num in rotations:
/external/python/cpython3/Lib/test/
Dtest_turtle.py351 rotations = [10, 20, 170, 300]
352 result = sum(rotations) % 360
353 for num in rotations:
358 result = (360-sum(rotations)) % 360
359 for num in rotations:
364 rotations = [10, 20, -170, 300, -210, 34.3, -50.2, -10, -29.98, 500]
366 for num in rotations:
/external/ImageMagick/MagickCore/
Dshear.c706 MagickExport Image *IntegralRotateImage(const Image *image,size_t rotations, in IntegralRotateImage() argument
732 rotations%=4; in IntegralRotateImage()
733 if (rotations == 0) in IntegralRotateImage()
735 if ((rotations == 1) || (rotations == 3)) in IntegralRotateImage()
750 switch (rotations) in IntegralRotateImage()
1711 rotations, in ShearRotateImage() local
1727 for (rotations=0; angle > 45.0; rotations++) in ShearRotateImage()
1729 rotations%=4; in ShearRotateImage()
1733 integral_image=IntegralRotateImage(image,rotations,exception); in ShearRotateImage()
Ddistort.c2867 rotations; in RotateImage() local
2881 for (rotations=0; angle > 45.0; rotations++) in RotateImage()
2883 rotations%=4; in RotateImage()
2887 return(IntegralRotateImage(image,rotations,exception)); in RotateImage()
Dxwindow.c640 rotations; in XAnnotateImage() local
659 for (rotations=0; normalized_degrees > 45.0; rotations++) in XAnnotateImage()
661 switch (rotations % 4) in XAnnotateImage()
2532 rotations; in XDrawImage() local
2551 for (rotations=0; normalized_degrees > 45.0; rotations++) in XDrawImage()
2553 switch (rotations % 4) in XDrawImage()
Ddisplay.c12079 rotations, in XRotateImage() local
12407 for (rotations=0; normalized_degrees > 45.0; rotations++) in XRotateImage()
12434 switch (rotations % 4) in XRotateImage()
12493 if (((rotations % 4) == 1) || ((rotations % 4) == 3)) in XRotateImage()
/external/autotest/client/site_tests/display_InternalDisplayRotation/
Dcontrol7 PURPOSE = 'To test the internal display rotations'
/external/eigen/Eigen/
DJacobi16 * This module provides Jacobi and Givens rotations.
DGeometry23 * - translation, scaling, 2D and 3D rotations
/external/eigen/doc/
DTutorialGeometry.dox5 …ed by the \ref Geometry_Module "geometry module" to deal with 2D and 3D rotations and projective o…
10 …- Abstract transformations, such as rotations (represented by \ref AngleAxis "angle and axis" or b…
63 <em class=note>(pure rotations, \n scaling, etc.)</em></td><td>\code
69 <strong>Notes on rotations</strong>\n To transform more than a single vector the preferred
DUsingIntelMKL.dox61 … which otherwise would be replaced by \c gesvd that is less robust than Jacobi rotations.</td></tr>
DUsingBlasLapackBackends.dox56 … which otherwise would be replaced by \c gesvd that is less robust than Jacobi rotations.</td></tr>
DQuickReference.dox17 …try>\endcode</td><td>Transform, Translation, Scaling, Rotation2D and 3D rotations (Quaternion, Ang…
/external/skia/site/
Dindex_zh.md59 <a href='https://fiddle.skia.org/c/@rotations'>
Dindex.md41 …<a href='https://fiddle.skia.org/c/@rotations'><img src='https://fiddle.skia.org/i/@rotations_rast…
/external/skqp/site/
Dindex.md41 …<a href='https://fiddle.skia.org/c/@rotations'><img src='https://fiddle.skia.org/i/@rotations_rast…
Dindex_zh.md59 <a href='https://fiddle.skia.org/c/@rotations'>
/external/eigen/unsupported/Eigen/
DMatrixFunctions260 rotations, i.e.
314 This corresponds to \f$ \frac14\pi \f$ rotations of 1 radian around
/external/ImageMagick/
DChangeLog71 * Support negative rotations in a geometry (e.g. -10x-10+10+10).
/external/freetype/docs/
DCHANGES3038 example, rotations were processed in opposite angles).
/external/freetype/
DChangeLog.24866 After we get within 45 degrees by means of true 90-degree rotations,
DChangeLog.232328 matrices to allow rotations by multiples of 90°, not only unrotated,
/external/jline/src/src/test/resources/jline/example/
Denglish.gz

12