Home
last modified time | relevance | path

Searched defs:gl_pts (Results 1 – 6 of 6) sorted by relevance

/dports/audio/din/din-52/src/
H A Dcurve_display.h28 float* gl_pts; member
H A Dbasic_editor.h118 static float* gl_pts; member
H A Dmesh.h119 static int* gl_pts; member
H A Ddin.h498 int gl_pts[8]; member
H A Dmain.cc164 float* basic_editor::gl_pts = 0; member in basic_editor
209 int* mesh::gl_pts = 0; member in mesh
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A Dspectral_diffusion.cpp286 RealVector gl_pts, gl_wts; in integrate() local