Home
last modified time | relevance | path

Searched refs:HOR (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dports/audio/csound/csound-6.15.0/InOut/
H A Dwinascii.c27 #define HOR 80 macro
57 incr = (npts-1)/HOR + 1; /* & sampling facs */ in DrawAscii_()
58 for (s = points + (YOFF * HOR), n = 0; fp < fplim; n++, fp += incr) { in DrawAscii_()
66 points[vpos * HOR + n] = "_.-'"[vscale4 & 3]; /* into dsplay array */ in DrawAscii_()
69 s = points + (vpos * HOR); in DrawAscii_()
70 for (n = (HOR - 1); n >= 0 && s[n] == ' '; n--) in DrawAscii_()
81 char points[(VER + 1) * HOR]; /* alloc the 2-Dim array */ in DrawAscii()
82 memset(&(points[0]), ' ', ((VER + 1) * HOR)); /* blank out all pts */ in DrawAscii()
/dports/astro/pp3/pp3-1.3.3/
H A Dboundaries.dat502 4.1433272 -48.6699715 2 HOR DOR
505 3.9414146 -50.6381989 3.8918111 -50.6304779 2 HOR DOR
507 3.8879192 -52.7968445 2 HOR DOR
511 2.4362218 -53.4369850 2.4855564 -53.4423561 2 HOR ERI
513 2.4894140 -50.4425697 2 HOR ERI
515 2.6870813 -50.4650154 2.7365129 -50.4708595 2 HOR ERI
520 3.0727181 -45.5124779 2 HOR ERI
523 3.4859335 -45.5692215 2 HOR ERI
527 3.9354243 -43.6364403 2 HOR ERI
529 3.9392068 -40.6367340 3.9403923 -39.6368256 2 HOR ERI
[all …]
H A Dnebulae.dat1030 1096 0 0 HOR 2.73036 -59.9139 13.6 0.0316667 0.03 40 1
1069 1136 0 0 HOR 2.84822 -54.9761 13.8 0.0233333 0.02 10 1
1230 1311 0 0 HOR 3.33519 -52.1872 13.4 0.05 0.0133333 50 1
1381 1476 0 0 HOR 3.86906 -44.5322 14 0.0233333 0.01 4 1
1411 1510 0 0 HOR 4.05903 -43.3997 13.4 0.0533333 0.03 0 1
1426 1527 0 0 HOR 4.14003 -47.8967 11.7 0.065 0.025 12 1
8990 0 1917 0 HOR 3.37008 -53.1856 16 0.005 0.005 720 0
9023 0 1954 0 HOR 3.52531 -51.9042 12.2 0.05 0.025 24 1
9035 0 1966 0 HOR 3.56758 -51.3222 15.6 0.01 0.005 -30 1
9073 0 2009 0 HOR 3.89294 -48.9911 14.6 0.03 0.02 39 1
[all …]
/dports/astro/stellarium/stellarium-0.21.3/data/
H A Dconstellation_boundaries.dat502 4.1433272 -48.6699715 2 HOR DOR
505 3.9414146 -50.6381989 3.8918111 -50.6304779 2 HOR DOR
507 3.8879192 -52.7968445 2 HOR DOR
511 2.4362218 -53.4369850 2.4855564 -53.4423561 2 HOR ERI
513 2.4894140 -50.4425697 2 HOR ERI
515 2.6870813 -50.4650154 2.7365129 -50.4708595 2 HOR ERI
520 3.0727181 -45.5124779 2 HOR ERI
523 3.4859335 -45.5692215 2 HOR ERI
527 3.9354243 -43.6364403 2 HOR ERI
529 3.9392068 -40.6367340 3.9403923 -39.6368256 2 HOR ERI
[all …]
/dports/lang/snobol4/snobol4-2.2.2/test/blocks/
H A Dacm442.sno14 PRINT( HOR(20) % 'INTRO' REP('.') '1'
19 PRINT(COL1 SP COL2 SP COL3 % HOR(30))
22 PRINT(SP COL1 SP COL2 SP COL3 SP % HOR(30))
26 PRINT(SP COL1 SP2 COL2 SP2 COL3 SP % HOR(30))
H A Dmts145.sno10 PRINT(HOR(20) % C)
14 PRINT(HOR(20) % C)
20 B = VER(DH) % HOR(DW) B HOR(DW) % VER(DH)
H A Dmts162.sno18 BL = HOR(I) '/' HOR(W) '/' % BL (VER(H) % '/' % VER(I))
22 PIPED_1 BL = HOR(D + 1) UL WW UR % BL (HH % LR % VER(D + 1))
/dports/graphics/freeimage/FreeImage/Source/LibRawLite/internal/
H A Daahd_demosaic.cpp46 HVSH = 1, HOR = 2, VER = 4, HORSH = HOR | HVSH, VERSH = VER | HVSH, HOT = 8 enumerator
416 d = HOR; in evaluate_ahd()
469 int nh = (ndir[moff + Pn] & HOR) + (ndir[moff + Ps] & HOR) + (ndir[moff + Pw] & HOR) in refine_ihv_dirs()
472 nh /= HOR; in refine_ihv_dirs()
475 ndir[moff] |= HOR; in refine_ihv_dirs()
478 ndir[moff] &= ~HOR; in refine_ihv_dirs()
490 int nh = (ndir[moff + Pn] & HOR) + (ndir[moff + Ps] & HOR) + (ndir[moff + Pw] & HOR) in refine_hv_dirs()
494 ((ndir[moff + Pw] & HOR) || (ndir[moff + Pe] & HOR)); in refine_hv_dirs()
496 nh /= HOR; in refine_hv_dirs()
499 ndir[moff] |= HOR; in refine_hv_dirs()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/external/LibRaw/src/demosaic/
H A Daahd_demosaic.cpp53 HOR = 2, enumerator
55 HORSH = HOR | HVSH,
461 d = HOR; in evaluate_ahd()
527 int nh = (ndir[moff + Pn] & HOR) + (ndir[moff + Ps] & HOR) + in refine_ihv_dirs()
528 (ndir[moff + Pw] & HOR) + (ndir[moff + Pe] & HOR); in refine_ihv_dirs()
530 nh /= HOR; in refine_ihv_dirs()
534 ndir[moff] |= HOR; in refine_ihv_dirs()
552 int nh = (ndir[moff + Pn] & HOR) + (ndir[moff + Ps] & HOR) + in refine_hv_dirs()
553 (ndir[moff + Pw] & HOR) + (ndir[moff + Pe] & HOR); in refine_hv_dirs()
556 : ((ndir[moff + Pw] & HOR) || (ndir[moff + Pe] & HOR)); in refine_hv_dirs()
[all …]
H A Ddht_demosaic.cpp43 HOR = 2, enumerator
45 HORSH = HOR | HVSH,
498 (ndir[nr_offset(y - 1, x)] & HOR) + (ndir[nr_offset(y + 1, x)] & HOR) + in refine_hv_dirs()
499 (ndir[nr_offset(y, x - 1)] & HOR) + (ndir[nr_offset(y, x + 1)] & HOR); in refine_hv_dirs()
506 nh /= HOR; in refine_hv_dirs()
510 ndir[nr_offset(y, x)] |= HOR; in refine_hv_dirs()
514 ndir[nr_offset(y, x)] &= ~HOR; in refine_hv_dirs()
533 (ndir[nr_offset(y - 1, x)] & HOR) + (ndir[nr_offset(y + 1, x)] & HOR) + in refine_ihv_dirs()
534 (ndir[nr_offset(y, x - 1)] & HOR) + (ndir[nr_offset(y, x + 1)] & HOR); in refine_ihv_dirs()
536 nh /= HOR; in refine_ihv_dirs()
[all …]
/dports/graphics/libraw/LibRaw-0.20.2/src/demosaic/
H A Daahd_demosaic.cpp53 HOR = 2, enumerator
55 HORSH = HOR | HVSH,
467 d = HOR; in evaluate_ahd()
533 int nh = (ndir[moff + Pn] & HOR) + (ndir[moff + Ps] & HOR) + in refine_ihv_dirs()
534 (ndir[moff + Pw] & HOR) + (ndir[moff + Pe] & HOR); in refine_ihv_dirs()
536 nh /= HOR; in refine_ihv_dirs()
540 ndir[moff] |= HOR; in refine_ihv_dirs()
558 int nh = (ndir[moff + Pn] & HOR) + (ndir[moff + Ps] & HOR) + in refine_hv_dirs()
559 (ndir[moff + Pw] & HOR) + (ndir[moff + Pe] & HOR); in refine_hv_dirs()
562 : ((ndir[moff + Pw] & HOR) || (ndir[moff + Pe] & HOR)); in refine_hv_dirs()
[all …]
H A Ddht_demosaic.cpp43 HOR = 2, enumerator
45 HORSH = HOR | HVSH,
498 (ndir[nr_offset(y - 1, x)] & HOR) + (ndir[nr_offset(y + 1, x)] & HOR) + in refine_hv_dirs()
499 (ndir[nr_offset(y, x - 1)] & HOR) + (ndir[nr_offset(y, x + 1)] & HOR); in refine_hv_dirs()
506 nh /= HOR; in refine_hv_dirs()
510 ndir[nr_offset(y, x)] |= HOR; in refine_hv_dirs()
514 ndir[nr_offset(y, x)] &= ~HOR; in refine_hv_dirs()
533 (ndir[nr_offset(y - 1, x)] & HOR) + (ndir[nr_offset(y + 1, x)] & HOR) + in refine_ihv_dirs()
534 (ndir[nr_offset(y, x - 1)] & HOR) + (ndir[nr_offset(y, x + 1)] & HOR); in refine_ihv_dirs()
536 nh /= HOR; in refine_ihv_dirs()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/rawengine/libraw/src/demosaic/
H A Daahd_demosaic.cpp53 HOR = 2, enumerator
55 HORSH = HOR | HVSH,
461 d = HOR; in evaluate_ahd()
527 int nh = (ndir[moff + Pn] & HOR) + (ndir[moff + Ps] & HOR) + in refine_ihv_dirs()
528 (ndir[moff + Pw] & HOR) + (ndir[moff + Pe] & HOR); in refine_ihv_dirs()
530 nh /= HOR; in refine_ihv_dirs()
534 ndir[moff] |= HOR; in refine_ihv_dirs()
552 int nh = (ndir[moff + Pn] & HOR) + (ndir[moff + Ps] & HOR) + in refine_hv_dirs()
553 (ndir[moff + Pw] & HOR) + (ndir[moff + Pe] & HOR); in refine_hv_dirs()
556 : ((ndir[moff + Pw] & HOR) || (ndir[moff + Pe] & HOR)); in refine_hv_dirs()
[all …]
H A Ddht_demosaic.cpp43 HOR = 2, enumerator
45 HORSH = HOR | HVSH,
498 (ndir[nr_offset(y - 1, x)] & HOR) + (ndir[nr_offset(y + 1, x)] & HOR) + in refine_hv_dirs()
499 (ndir[nr_offset(y, x - 1)] & HOR) + (ndir[nr_offset(y, x + 1)] & HOR); in refine_hv_dirs()
506 nh /= HOR; in refine_hv_dirs()
510 ndir[nr_offset(y, x)] |= HOR; in refine_hv_dirs()
514 ndir[nr_offset(y, x)] &= ~HOR; in refine_hv_dirs()
533 (ndir[nr_offset(y - 1, x)] & HOR) + (ndir[nr_offset(y + 1, x)] & HOR) + in refine_ihv_dirs()
534 (ndir[nr_offset(y, x - 1)] & HOR) + (ndir[nr_offset(y, x + 1)] & HOR); in refine_ihv_dirs()
536 nh /= HOR; in refine_ihv_dirs()
[all …]
/dports/audio/zita-mu1/zita-mu1-0.3.3/source/
H A Dkmeter.cc59 _imag0 = (geom == HOR) ? _k20_meterH0 : _k20_meterV0; in Kmeter()
60 _imag1 = (geom == HOR) ? _k20_meterH1 : _k20_meterV1; in Kmeter()
63 _imag0 = (geom == HOR) ? _k14_meterH0 : _k14_meterV0; in Kmeter()
64 _imag1 = (geom == HOR) ? _k14_meterH1 : _k14_meterV1; in Kmeter()
74 case HOR: in Kmeter()
108 if (_geom == HOR) in update()
H A Dkmeter.h32 enum { HOR, VER }; enumerator
48 if (_kval == K20) return (_geom == HOR) ? _k20_scaleH : _k20_scaleV; in scale()
49 else return (_geom == HOR) ? _k14_scaleH : _k14_scaleV; in scale()
/dports/audio/tetraproc/tetraproc-0.8.6/source/
H A Dkmeter.cc59 _imag0 = (geom == HOR) ? _k20_meterH0 : _k20_meterV0; in Kmeter()
60 _imag1 = (geom == HOR) ? _k20_meterH1 : _k20_meterV1; in Kmeter()
63 _imag0 = (geom == HOR) ? _k14_meterH0 : _k14_meterV0; in Kmeter()
64 _imag1 = (geom == HOR) ? _k14_meterH1 : _k14_meterV1; in Kmeter()
74 case HOR: in Kmeter()
108 if (_geom == HOR) in update()
H A Dkmeter.h32 enum { HOR, VER }; enumerator
48 if (_kval == K20) return (_geom == HOR) ? _k20_scaleH : _k20_scaleV; in scale()
49 else return (_geom == HOR) ? _k14_scaleH : _k14_scaleV; in scale()
/dports/games/dreamchess/dreamchess-0.3.0/dreamchess/src/
H A Dboard.c156 #define HOR abs(move->source % 8 - move->destination % 8) macro
250 if ((HOR != 1) && (HOR != 2)) in move_is_semi_valid()
252 if ((HOR == 1) && (VERT != 2)) in move_is_semi_valid()
254 if ((HOR == 2) && (VERT != 1)) in move_is_semi_valid()
262 if (HOR != VERT) in move_is_semi_valid()
268 if ((HOR != 0) && (VERT != 0)) in move_is_semi_valid()
274 if ((HOR != 0) && (VERT != 0) && (HOR != VERT)) in move_is_semi_valid()
286 if (HOR > 1) in move_is_semi_valid()
289 if (HOR == 0) { in move_is_semi_valid()
319 if (HOR > 2) in move_is_semi_valid()
[all …]
/dports/devel/z88dk/z88dk/src/z80asm/t/
H A Doption_cpu_z80n.t215 my $HOR = 1;
222 defc HOR = $HOR
233 check_bin_file("test.bin", pack("n*", 0x8000 + ($HOR << 9) + $VER, ($REG << 8) + $VAL));
/dports/lang/snobol4/snobol4-2.2.2/
H A Dprocs.blocks2 HOR
9 HOR
53 HOR
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/nroff.d/
H A Ddraw.c117 int xi = x + HOR * (i % 3 - 1); in chkcoord()
155 if (c == 2) drawat(x + HOR, y, DOWN_LEFT); in chkcoord()
159 drawat(x + HOR, y, DOWN_LEFT); in chkcoord()
164 if (c == 2) drawat(x - HOR, y, DOWN_RIGHT); in chkcoord()
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/programs/
H A DC.DP2 READ RIPKEN.DAT Y HOR VERT PITCH HAND
5 BLOCK PLOT Y HOR VERT PITCH HAND
/dports/devel/9base/9base-6/troff/
H A Dn9.c33 length = quant(atoi0(), HOR); in setline()
262 dx[i] = quant(atoi0(), HOR); in setdraw()
410 i = (i / HOR) * HOR; in setfield()
419 j -= HOR; in setfield()
420 (*(*pp)) += HOR; in setfield()
469 length = (length / HOR) * HOR; in setfield()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/troff/
H A Dn9.c33 length = quant(atoi0(), HOR); in setline()
262 dx[i] = quant(atoi0(), HOR); in setdraw()
410 i = (i / HOR) * HOR; in setfield()
419 j -= HOR; in setfield()
420 (*(*pp)) += HOR; in setfield()
469 length = (length / HOR) * HOR; in setfield()

12345678910>>...12