Home
last modified time | relevance | path

Searched defs:zrot (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/math/libpgmath/flang-d07daf3/test/f90_correct/src/
H A Dls02.f54 SUBROUTINE zrot( N, X, INCX, Y, INCY, C, S ) subroutine
55 DOUBLE PRECISION C, S
56 INTEGER INCX, INCY, N
57 COMPLEX*16 X( * ), Y( * )
58 DOUBLE PRECISION ONE , ZERO
60 COMPLEX*16 TEMP
61 INTEGER I, IX, IY
75 50 CONTINUE
/dports/math/maxima/maxima-5.43.2/share/lapack/lapack/
H A Dzrot.lisp20 (defun zrot (n cx incx cy incy c s) function
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/examples/viewer/src/
H A Dtransfutils.cpp61 double xrot, yrot, zrot; // These are initialized in 'Mouse'. variable
/dports/games/el/Eternal-Lands-1.9.5.9-1/map_editor/
H A Dbrowser.h9 float xrot[256],yrot[256],zrot[256],size[256]; member
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.opengl.examples/src/org/eclipse/swt/opengl/examples/
H A DTextureTab.java23 private float yrot = 0, zrot = 0; field in TextureTab
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglmosaic.h44 GLfloat xrot, yrot, zrot; member
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglmosaic.h44 GLfloat xrot, yrot, zrot; member
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglmosaic.h44 GLfloat xrot, yrot, zrot; member
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglmosaic.h44 GLfloat xrot, yrot, zrot; member
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglmosaic.h44 GLfloat xrot, yrot, zrot; member
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglmosaic.h44 GLfloat xrot, yrot, zrot; member
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglmosaic.h44 GLfloat xrot, yrot, zrot; member
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglmosaic.h44 GLfloat xrot, yrot, zrot; member
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglmosaic.h44 GLfloat xrot, yrot, zrot; member
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/ext/gl/
H A Dgstglmosaic.h44 GLfloat xrot, yrot, zrot; member
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/tests/examples/gl/generic/recordgraphic/
H A Dmain.cpp72 static GLfloat zrot = 0; in drawCallback() local
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/tests/examples/gl/generic/recordgraphic/
H A Dmain.cpp72 static GLfloat zrot = 0; in drawCallback() local
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/tests/examples/gl/generic/recordgraphic/
H A Dmain.cpp72 static GLfloat zrot = 0; in drawCallback() local
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/tests/examples/gl/generic/recordgraphic/
H A Dmain.cpp72 static GLfloat zrot = 0; in drawCallback() local
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/tests/examples/gl/generic/recordgraphic/
H A Dmain.cpp72 static GLfloat zrot = 0; in drawCallback() local
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/tests/examples/gl/generic/recordgraphic/
H A Dmain.cpp72 static GLfloat zrot = 0; in drawCallback() local
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/tests/examples/gl/generic/recordgraphic/
H A Dmain.cpp72 static GLfloat zrot = 0; in drawCallback() local
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/tests/examples/gl/generic/recordgraphic/
H A Dmain.cpp72 static GLfloat zrot = 0; in drawCallback() local
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/xdemos/
H A Dxdemo.c264 GLfloat xrot, yrot, zrot; in display_loop() local
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/
H A DGUIEventAdapter.cpp109 osg::Matrix zrot = osg::Matrix::rotate ( zRad, osg::Vec3f(0.0f, 1.0f, 0.0f) ); in getPenOrientation() local

12345678