Home
last modified time | relevance | path

Searched refs:yHalf (Results 1 – 25 of 54) sorted by relevance

123

/dports/math/fricas/fricas-1.3.7/src/graph/view3D/
H A Dbuttons3d.c72 buttons[ii].yHalf = buttons[ii].buttonHeight/2; in initButtons()
188 buttons[ii].yHalf = buttons[ii].buttonHeight/2; in initButtons()
201 buttons[ii].yHalf = buttons[ii].buttonHeight/2; in initButtons()
214 buttons[ii].yHalf = buttons[ii].buttonHeight/2; in initButtons()
227 buttons[ii].yHalf = buttons[ii].buttonHeight/2; in initButtons()
259 buttons[ii].yHalf = buttons[ii].buttonHeight/2; in initButtons()
272 buttons[ii].yHalf = buttons[ii].buttonHeight/2; in initButtons()
298 buttons[ii].yHalf = buttons[ii].buttonHeight/2; in initButtons()
388 buttons[ii].yHalf = buttons[ii].buttonHeight/2; in initButtons()
402 buttons[ii].yHalf = buttons[ii].buttonHeight/2; in initButtons()
[all …]
H A Dlightbut3d.c67 lightButtons[ii].yHalf = lightButtons[ii].buttonHeight/2; in initLightButtons()
81 lightButtons[ii].yHalf = lightButtons[ii].buttonHeight/2; in initLightButtons()
95 lightButtons[ii].yHalf = lightButtons[ii].buttonHeight/2; in initLightButtons()
109 lightButtons[ii].yHalf = lightButtons[ii].buttonHeight/2; in initLightButtons()
124 lightButtons[ii].yHalf = lightButtons[ii].buttonHeight/2; in initLightButtons()
139 lightButtons[ii].yHalf = lightButtons[ii].buttonHeight/2; in initLightButtons()
/dports/math/fricas/fricas-1.3.7/src/graph/view2D/
H A Dbuttons2d.c78 buttons[ii].yHalf = buttons[ii].buttonHeight/2; in initButtons()
94 buttons[ii].yHalf = buttons[ii].buttonHeight/2; in initButtons()
113 buttons[ii].yHalf = buttons[ii].buttonHeight/2; in initButtons()
131 buttons[ii].yHalf = buttons[ii].buttonHeight/2; in initButtons()
148 buttons[ii].yHalf = buttons[ii].buttonHeight/2; in initButtons()
166 buttons[ii].yHalf = buttons[ii].buttonHeight/2; in initButtons()
186 buttons[ii].yHalf = buttons[ii].buttonHeight/2; in initButtons()
205 buttons[ii].yHalf = buttons[ii].buttonHeight/2; in initButtons()
224 buttons[ii].yHalf = buttons[ii].buttonHeight/2; in initButtons()
243 buttons[ii].yHalf = buttons[ii].buttonHeight/2; in initButtons()
[all …]
/dports/multimedia/mpeg_encode/mpeg_encode/
H A Dblock.c266 boolean xHalf, yHalf; local
316 } else if ( yHalf ) {
382 boolean xHalf, yHalf; local
394 if ( yHalf ) {
403 } else if ( yHalf ) {
522 boolean xHalf, yHalf; local
534 if ( yHalf ) {
543 } else if ( yHalf ) {
746 if ( yHalf ) {
1098 if ( yHalf ) {
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/mpeg_encodedir/
H A Dblock.c278 boolean xHalf, yHalf; local
328 } else if ( yHalf ) {
394 boolean xHalf, yHalf; local
406 if ( yHalf ) {
415 } else if ( yHalf ) {
534 boolean xHalf, yHalf; local
546 if ( yHalf ) {
555 } else if ( yHalf ) {
758 if ( yHalf ) {
1110 if ( yHalf ) {
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/mpeg_encode/
H A Dblock.cpp264 boolean xHalf, yHalf; in ComputeMotionBlock() local
314 } else if ( yHalf ) { in ComputeMotionBlock()
379 boolean xHalf, yHalf; in ComputeMotionLumBlock() local
391 if ( yHalf ) { in ComputeMotionLumBlock()
400 } else if ( yHalf ) { in ComputeMotionLumBlock()
517 boolean xHalf, yHalf; in LumMotionError() local
529 if ( yHalf ) { in LumMotionError()
538 } else if ( yHalf ) { in LumMotionError()
739 if ( yHalf ) { in LumAddMotionError()
1087 if ( yHalf ) {
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/
H A Dblock.c203 if (yHalf) { in computePrevFyFx()
210 } else if (yHalf) { in computePrevFyFx()
249 boolean xHalf, yHalf; in ComputeMotionBlock() local
256 if (xHalf && yHalf) { in ComputeMotionBlock()
290 } else if (yHalf) { in ComputeMotionBlock()
637 boolean xHalf, yHalf; in AddMotionBlock() local
644 if (xHalf && yHalf) { in AddMotionBlock()
671 } else if ( yHalf ) { in AddMotionBlock()
876 boolean xHalf, yHalf; in ComputeSubSampledMotionLumBlock() local
888 if ( yHalf ) { in ComputeSubSampledMotionLumBlock()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/math/
H A Dremainder.go75 yHalf := 0.5 * y
76 if x > yHalf {
78 if x >= yHalf {
/dports/lang/gcc8/gcc-8.5.0/libgo/go/math/
H A Dremainder.go75 yHalf := 0.5 * y
76 if x > yHalf {
78 if x >= yHalf {
/dports/lang/gcc48/gcc-4.8.5/libgo/go/math/
H A Dremainder.go75 yHalf := 0.5 * y
76 if x > yHalf {
78 if x >= yHalf {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/math/
H A Dremainder.go75 yHalf := 0.5 * y
76 if x > yHalf {
78 if x >= yHalf {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/math/
H A Dremainder.go77 yHalf := 0.5 * y
78 if x > yHalf {
80 if x >= yHalf {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/math/
H A Dremainder.go75 yHalf := 0.5 * y
76 if x > yHalf {
78 if x >= yHalf {
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/math/
H A Dremainder.go75 yHalf := 0.5 * y
76 if x > yHalf {
78 if x >= yHalf {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/math/
H A Dremainder.go75 yHalf := 0.5 * y
76 if x > yHalf {
78 if x >= yHalf {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/math/
H A Dremainder.go75 yHalf := 0.5 * y
76 if x > yHalf {
78 if x >= yHalf {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/math/
H A Dremainder.go75 yHalf := 0.5 * y
76 if x > yHalf {
78 if x >= yHalf {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/math/
H A Dremainder.go75 yHalf := 0.5 * y
76 if x > yHalf {
78 if x >= yHalf {
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/math/
H A Dremainder.go75 yHalf := 0.5 * y
76 if x > yHalf {
78 if x >= yHalf {
/dports/lang/gcc9/gcc-9.4.0/libgo/go/math/
H A Dremainder.go75 yHalf := 0.5 * y
76 if x > yHalf {
78 if x >= yHalf {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/math/
H A Dremainder.go75 yHalf := 0.5 * y
76 if x > yHalf {
78 if x >= yHalf {
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/math/
H A Dremainder.go75 yHalf := 0.5 * y
76 if x > yHalf {
78 if x >= yHalf {
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/math/
H A Dremainder.go75 yHalf := 0.5 * y
76 if x > yHalf {
78 if x >= yHalf {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/math/
H A Dremainder.go73 yHalf := 0.5 * y
74 if x > yHalf {
76 if x >= yHalf {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/math/
H A Dremainder.go79 yHalf := 0.5 * y
80 if x > yHalf {
82 if x >= yHalf {

123