Home
last modified time | relevance | path

Searched defs:X (Results 1 – 25 of 158693) sorted by last modified time

12345678910>>...6348

/dports/audio/lewton/lewton-0.10.2/cargo-crates/vorbis-sys-0.0.8/libvorbis/lib/
H A Dpsy.c551 float *X=alloca(n*sizeof(*N)); in bark_noise_hybridmp() local
/dports/x11-wm/spectrwm/spectrwm-SPECTRWM_3_4_1/
H A Dspectrwm.c235 #define X(r) ((r)->g.x) macro
/dports/x11-toolkits/pangolin/Pangolin-0.6/src/utils/
H A Dfile_utils.cpp395 # define s2ws(X) (X) argument
396 # define ws2s(X) (X) argument
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/editors/old/
H A DSoGLMaterialSphere.cpp70 #define X .525731112119133606 macro
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/nodes/
H A DSlider1.h.in76 X, Y enumerator
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A Dquaternion.h179 f32 X; // vectorial (imaginary) part variable
H A Dmatrix4.h886 f64 rotx, roty, X, Z; in getRotationDegrees() local
H A DirrTypes.h156 #define _IRR_TEXT(X) L##X argument
H A Dvector2d.h316 T X; variable
H A Dvector3d.h408 T X; variable
H A DirrMath.h16 #define sqrtf(X) (irr::f32)sqrt((irr::f64)(X)) argument
17 #define sinf(X) (irr::f32)sin((irr::f64)(X)) argument
18 #define cosf(X) (irr::f32)cos((irr::f64)(X)) argument
19 #define asinf(X) (irr::f32)asin((irr::f64)(X)) argument
20 #define acosf(X) (irr::f32)acos((irr::f64)(X)) argument
22 #define ceilf(X) (irr::f32)ceil((irr::f64)(X)) argument
23 #define floorf(X) (irr::f32)floor((irr::f64)(X)) argument
24 #define powf(X,Y) (irr::f32)pow((irr::f64)(X),(irr::f64)(Y)) argument
25 #define fmodf(X,Y) (irr::f32)fmod((irr::f64)(X),(irr::f64)(Y)) argument
26 #define fabsf(X) (irr::f32)fabs((irr::f64)(X)) argument
[all …]
H A DIEventReceiver.h282 s32 X; member
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCLMTSMeshFileLoader.h83 f32 X; member
H A DCMY3DHelper.h39 f32 X, Y, Z; in SMyVector3() member
46 f32 X, Y; in SMyVector2() member
H A DCIrrDeviceConsole.cpp466 void CIrrDeviceConsole::addPostPresentText(s16 X, s16 Y, const wchar_t *text) in addPostPresentText()
H A Dos.cpp12 #define bswap_16(X) SDL_Swap16(X) argument
13 #define bswap_32(X) SDL_Swap32(X) argument
16 #define bswap_16(X) _byteswap_ushort(X) argument
17 #define bswap_32(X) _byteswap_ulong(X) argument
23 #define bswap_16(X) OSReadSwapInt16(&X,0) argument
24 #define bswap_32(X) OSReadSwapInt32(&X,0) argument
27 #define bswap_16(X) bswap16(X) argument
28 #define bswap_32(X) bswap32(X) argument
32 #define bswap_16(X) ((((X)&0xFF) << 8) | (((X)&0xFF00) >> 8)) argument
33 …#define bswap_32(X) ( (((X)&0x000000FF)<<24) | (((X)&0xFF000000) >> 24) | (((X)&0x0000FF00) << 8) … argument
H A DCTerrainSceneNode.cpp1363 s32 X(core::floor32(pos.X)); in getHeight() local
H A DCXMeshFileLoader.cpp1800 f32 X = -readFloat(); in parseDataObjectAnimationKey() local
H A DCOpenGLExtensionHandler.cpp403 …#define IRR_OGL_LOAD_EXTENSION(X) IRR_OGL_LOAD_EXTENSION_FUNCP(reinterpret_cast<const GLubyte*>(X)) in initExtensions() argument
405 #define IRR_OGL_LOAD_EXTENSION(X) glXGetProcAddressARB(reinterpret_cast<const GLubyte*>(X)) in initExtensions() argument
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/python/
H A Dfltk_wrap.cpp4006 # define SWIG_isfinite(X) (isfinite(X)) argument
4008 # define SWIG_isfinite(X) (_finite(X)) argument
4011 # define SWIG_isfinite(X) (finite(X)) argument
4299 int X = self->x()+Fl::box_dx(self->box()); in Fl_Widget_draw_label__SWIG_3() local
7604 void SwigDirector_Fl_Browser_::resize(int X, int Y, int W, int H) { in resize()
8443 void SwigDirector_Fl_Browser::resize(int X, int Y, int W, int H) { in resize()
16073 void SwigDirector_Fl_Window::resize(int X, int Y, int W, int H) { in resize()
30376 void SwigDirector_Fl_Scroll::resize(int X, int Y, int W, int H) { in resize()
32264 void SwigDirector_Fl_Spinner::resize(int X, int Y, int W, int H) { in resize()
33618 void SwigDirector_Fl_Tile::resize(int X, int Y, int W, int H) { in resize()
[all …]
/dports/x11-toolkits/gtkglext/gtkglext-1.2.0/gdk/
H A Dgdkglshapes.c528 #define X .525731112119133606 macro
/dports/x11-toolkits/p5-Prima/Prima-1.63/pod/Prima/
H A Dgp-problems.pod354 =head2 X section
382 =head2 X section
/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dtext.c428 int bk = GetBkMode( ps), X = x, Y = y; in apc_gp_text_out() local
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/Drawable/
H A DPath.pm20 use constant X => 4; constant
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/
H A DMenus.pm418 use constant X => 0; constant

12345678910>>...6348