/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Examples/FLOPC++/ |
H A D | tap.cpp | 19 MP_constraint supply, demand, def_y; member in Tap 25 supply(S), demand(D), def_y(S,D) { in Tap() 32 def_y(S,D) = d(D)*y(S,D) >= x(S,D); in Tap() 34 add(supply); add(demand); add(def_y); in Tap()
|
/dports/math/flopc++/FlopCpp-d4c1d98/FlopCpp/examples/ |
H A D | tap.cpp | 21 MP_constraint supply, demand, def_y; member in Tap 27 supply(S), demand(D), def_y(S,D) { in Tap() 34 def_y(S,D) = d(D)*y(S,D) >= x(S,D); in Tap() 36 add(supply); add(demand); add(def_y); in Tap()
|
/dports/x11-wm/piewm/piewm-1.04/ |
H A D | icons.h | 52 void CreateIconWindow(TwmWindow *tmp_win, int def_x, int def_y); 56 static void PlaceIcon(TwmWindow *tmp_win, int def_x, int def_y, int *final_x, int *final_y);
|
H A D | icons.c | 148 PlaceIcon(TwmWindow *tmp_win, int def_x, int def_y, int *final_x, int *final_y) in PlaceIcon() argument 176 def_y += Scr->vdtPositionY; in PlaceIcon() 179 *final_y = def_y; in PlaceIcon() 380 CreateIconWindow(TwmWindow *tmp_win, int def_x, int def_y) in CreateIconWindow() argument 681 PlaceIcon(tmp_win, def_x, def_y, &final_x, &final_y); in CreateIconWindow()
|
H A D | menus.h | 179 void Iconify(TwmWindow *tmp_win, int def_x, int def_y);
|
/dports/x11-wm/vtwm/vtwm-5.5.0/ |
H A D | icons.c | 51 static void PlaceIcon(TwmWindow * tmp_win, int def_x, int def_y, int *final_x, int *final_y); 59 PlaceIcon(TwmWindow * tmp_win, int def_x, int def_y, int *final_x, int *final_y) in PlaceIcon() argument 99 *final_y = def_y; in PlaceIcon() 248 CreateIconWindow(TwmWindow * tmp_win, int def_x, int def_y) in CreateIconWindow() argument 513 PlaceIcon(tmp_win, def_x, def_y, &final_x, &final_y); in CreateIconWindow()
|
H A D | applets.c | 73 PlaceApplet(TwmWindow * tmp_win, int def_x, int def_y, int *final_x, int *final_y) in PlaceApplet() argument 119 *final_y = def_y; in PlaceApplet()
|
H A D | prototypes.h | 136 extern void Iconify(TwmWindow * tmp_win, int def_x, int def_y); 254 extern void CreateIconWindow(TwmWindow * tmp_win, int def_x, int def_y); 300 extern int PlaceApplet(TwmWindow * tmp_win, int def_x, int def_y, int *final_x, int *final_y);
|
/dports/x11-wm/ctwm/ctwm-4.0.3/ |
H A D | win_iconify.h | 9 void Iconify(TwmWindow *tmp_win, int def_x, int def_y);
|
H A D | icons.h | 74 void CreateIconWindow(TwmWindow *tmp_win, int def_x, int def_y);
|
H A D | icons.c | 44 static void PlaceIcon(TwmWindow *tmp_win, int def_x, int def_y, 214 PlaceIcon(TwmWindow *tmp_win, int def_x, int def_y, in PlaceIcon() argument 348 *final_y = def_y; in PlaceIcon() 446 CreateIconWindow(TwmWindow *tmp_win, int def_x, int def_y) in CreateIconWindow() argument 734 PlaceIcon(tmp_win, def_x, def_y, &final_x, &final_y); in CreateIconWindow()
|
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/script/ |
H A D | Script_Program.cpp | 1284 idVarDef *def_y; in AllocDef() local 1313 def_y = AllocDef( ftype, element, scope, constant ); in AllocDef() 1314 def_y->value.ptrOffset = def_x->value.ptrOffset + sizeof(float); in AllocDef() 1318 def_z->value.ptrOffset = def_y->value.ptrOffset + sizeof(float); in AllocDef() 1329 def_y = AllocVarDef( ftype, element, scope ); in AllocDef() 1343 def_y->value.stackOffset = def_x->value.stackOffset + sizeof(float); in AllocDef() 1344 def_z->value.stackOffset = def_y->value.stackOffset + sizeof(float); in AllocDef() 1349 def_y->value.bytePtr = def_x->value.bytePtr + sizeof(float); in AllocDef() 1350 def_z->value.bytePtr = def_y->value.bytePtr + sizeof(float); in AllocDef() 1354 def_y->initialized = def->initialized; in AllocDef()
|
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/script/ |
H A D | Script_Program.cpp | 1284 idVarDef *def_y; in AllocDef() local 1313 def_y = AllocDef( ftype, element, scope, constant ); in AllocDef() 1314 def_y->value.ptrOffset = def_x->value.ptrOffset + sizeof(float); in AllocDef() 1318 def_z->value.ptrOffset = def_y->value.ptrOffset + sizeof(float); in AllocDef() 1329 def_y = AllocVarDef( ftype, element, scope ); in AllocDef() 1343 def_y->value.stackOffset = def_x->value.stackOffset + sizeof(float); in AllocDef() 1344 def_z->value.stackOffset = def_y->value.stackOffset + sizeof(float); in AllocDef() 1349 def_y->value.bytePtr = def_x->value.bytePtr + sizeof(float); in AllocDef() 1350 def_z->value.bytePtr = def_y->value.bytePtr + sizeof(float); in AllocDef() 1354 def_y->initialized = def->initialized; in AllocDef()
|
/dports/x11-wm/tvtwm/tvtwm/ |
H A D | icons.c | 195 PlaceIcon(tmp_win, def_x, def_y, final_x, final_y) in PlaceIcon() argument 197 int def_x, def_y; 243 *final_y = def_y; 1194 PlaceIconWindows(tmp_win, def_x, def_y) in PlaceIconWindows() argument 1196 int def_x, def_y; 1205 PlaceIcon(tmp_win, def_x, def_y, &final_x, &final_y); 1224 CreateIconWindow(tmp_win, def_x, def_y) in CreateIconWindow() argument 1226 int def_x, def_y; 1232 PlaceIconWindows(tmp_win, def_x, def_y);
|
/dports/x11-wm/twm/twm-1.0.11/src/ |
H A D | icons.h | 56 extern void CreateIconWindow(TwmWindow *tmp_win, int def_x, int def_y);
|
H A D | icons.c | 110 PlaceIcon(TwmWindow *tmp_win, int def_x, int def_y, int *final_x, int *final_y) in PlaceIcon() argument 138 *final_y = def_y; in PlaceIcon() 340 CreateIconWindow(TwmWindow *tmp_win, int def_x, int def_y) in CreateIconWindow() argument 563 PlaceIcon(tmp_win, def_x, def_y, &final_x, &final_y); in CreateIconWindow()
|
H A D | menus.h | 184 extern void Iconify(TwmWindow *tmp_win, int def_x, int def_y);
|
/dports/graphics/p5-GD-Thumbnail/GD-Thumbnail-1.44/lib/GD/ |
H A D | Thumbnail.pm | 202 my $def_y = sprintf '%.0f', $h * $ratio / RATIO_CONSTANT; 203 my $y = $square ? $x : $def_y; 222 my $xsmall = $x < $def_y;
|
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/ |
H A D | icons.h | 27 void CreateIconWindow(FvwmWindow *fw, int def_x, int def_y);
|
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/ |
H A D | icons.h | 25 void CreateIconWindow(FvwmWindow *fw, int def_x, int def_y);
|
/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/ |
H A D | icons.c | 55 void CreateIconWindow(ASWindow *tmp_win, int def_x, int def_y) in CreateIconWindow() argument 79 final_y = def_y; in CreateIconWindow() 729 void Iconify(ASWindow *tmp_win, int def_x, int def_y) in Iconify() argument 786 CreateIconWindow(tmp_win, def_x, def_y); in Iconify()
|
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/vecf/ |
H A D | boxm2_vecf_orbicularis_oris.cxx | 111 double def_y = rot_lp.length() * std::cos(tilt_in_rad); in tilt() local 113 vgl_point_3d<double> def_rot_lp(rot_lp.x(), def_y, def_z); in tilt() 149 double def_y = rot_lp.length() * std::cos(tilt_in_rad); in tilt() local 151 vgl_point_3d<double> def_rot_lp(rot_lp.x(), def_y, def_z); in tilt()
|
/dports/games/spring/spring_98.0/rts/lib/assimp/code/ |
H A D | LWOAnimation.cpp | 395 LWO::Envelope def_x, def_y, def_z; in GetKeys() local 410 envl_y = &def_y; in GetKeys()
|
/dports/devel/upp/upp/bazaar/plugin/assimp/code/LWO/ |
H A D | LWOAnimation.cpp | 409 LWO::Envelope def_x, def_y, def_z; in GetKeys() local 424 envl_y = &def_y; in GetKeys()
|
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/ |
H A D | LWOAnimation.cpp | 401 LWO::Envelope def_x, def_y, def_z; in GetKeys() local 416 envl_y = &def_y; in GetKeys()
|