Home
last modified time | relevance | path

Searched refs:junkh (Results 1 – 9 of 9) sorted by relevance

/dports/math/openlibm/openlibm-0.8.0/src/
H A Damd64_fpmath.h37 unsigned int junkh :32; member
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dgraphics.c403 int junkw, junkh; in place_objects() local
405 map3d_position_r(&e->extent, &junkw, &junkh, "object"); in place_objects()
3832 int junkw, junkh; in do_rectangle() local
3836 height = abs(junkh); in do_rectangle()
3928 int junkw, junkh; in do_ellipse() local
3990 map3d_position_r(&pos, &junkw, &junkh, "ellipse"); in do_ellipse()
3992 yoff = junkh; in do_ellipse()
3995 map3d_position_r(&pos, &junkw, &junkh, "ellipse"); in do_ellipse()
3998 map3d_position_r(&pos, &junkh, &junkw, "ellipse"); in do_ellipse()
3999 yoff = junkh; in do_ellipse()
[all …]
H A Dgraph3d.c529 int junkw, junkh; in get_arrow3d() local
537 map3d_position_r(&arrow->end, &junkw, &junkh, "arrow"); in get_arrow3d()
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dgraphics.c489 int junkw, junkh; in place_objects() local
491 map3d_position_r(&e->extent, &junkw, &junkh, "object"); in place_objects()
4234 int junkw, junkh; in do_rectangle() local
4238 height = abs(junkh); in do_rectangle()
4330 int junkw, junkh; in do_ellipse() local
4392 map3d_position_r(&pos, &junkw, &junkh, "ellipse"); in do_ellipse()
4394 yoff = junkh; in do_ellipse()
4397 map3d_position_r(&pos, &junkw, &junkh, "ellipse"); in do_ellipse()
4400 map3d_position_r(&pos, &junkh, &junkw, "ellipse"); in do_ellipse()
4401 yoff = junkh; in do_ellipse()
[all …]
H A Dgraph3d.c539 double junkw, junkh; in get_arrow3d() local
547 map3d_position_r_double(&arrow->end, &junkw, &junkh, "arrow"); in get_arrow3d()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dgraphics.c489 int junkw, junkh; in place_objects() local
491 map3d_position_r(&e->extent, &junkw, &junkh, "object"); in place_objects()
4234 int junkw, junkh; in do_rectangle() local
4238 height = abs(junkh); in do_rectangle()
4330 int junkw, junkh; in do_ellipse() local
4392 map3d_position_r(&pos, &junkw, &junkh, "ellipse"); in do_ellipse()
4394 yoff = junkh; in do_ellipse()
4397 map3d_position_r(&pos, &junkw, &junkh, "ellipse"); in do_ellipse()
4400 map3d_position_r(&pos, &junkh, &junkw, "ellipse"); in do_ellipse()
4401 yoff = junkh; in do_ellipse()
[all …]
H A Dgraph3d.c539 double junkw, junkh; in get_arrow3d() local
547 map3d_position_r_double(&arrow->end, &junkw, &junkh, "arrow"); in get_arrow3d()
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DForm.c795 Dimension junkh = fw->core.height; in CalcFormSizeWithChange() local
801 if (h == NULL) h = &junkh; in CalcFormSizeWithChange()
869 Dimension junkh = fw->core.height; in CalcFormSize() local
874 if (h == NULL) h = &junkh; in CalcFormSize()
/dports/editors/impress/impress-1.1b9/src/
H A Dimpress.tcl10184 set junkh [expr $h - [winfo height $Global(CurrentCanvas)]]
10186 set nh [expr $hp + $junkh]