Home
last modified time | relevance | path

Searched refs:hdiff (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dnewtincf.f33 & u,scmax,xn(3),hconv,hdiff,xxn(3,*),dd local
95 hdiff=1.d30
100 hdiff=min(hdiff,h(indexf))
103 hdiff=hdiff*hdiff
112 & (vel(i,5)*hdiff))
124 & (vel(i,5)*cvel(i)*hdiff))
163 hdiff=1.d30
175 hdiff=min(hdiff,h(indexf))
178 hdiff=hdiff*hdiff
190 dtimef=min(dtimef,vel(i,5)*hdiff/
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Dlmmse_demosaic.c225hdiff[0] = (cfa[0] > 1.75f * Y0) ? median3f(hdiff[0], cfa[ -1], cfa[ 1]) : limf(hdiff[0], 0.0f, 1.… in lmmse_demosaic()
244 hdiff[0] = limf(hdiff[0], -1.0f, 0.0f) + cfa[0]; in lmmse_demosaic()
258 …[0] = h0 * hdiff[0] + h1 * (hdiff[ -1] + hdiff[ 1]) + h2 * (hdiff[ -2] + hdiff[ 2]) + h3 * (hdiff[… in lmmse_demosaic()
284 p1 -= hdiff[-4]; in lmmse_demosaic()
285 p2 -= hdiff[-3]; in lmmse_demosaic()
286 p3 -= hdiff[-2]; in lmmse_demosaic()
287 p4 -= hdiff[-1]; in lmmse_demosaic()
288 p5 -= hdiff[ 0]; in lmmse_demosaic()
289 p6 -= hdiff[ 1]; in lmmse_demosaic()
290 p7 -= hdiff[ 2]; in lmmse_demosaic()
[all …]
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/Subscriptions/
H A DPageSubscriptionSender.php59 $hdiff = $dformat->format($df);
60 $hdiff = '<table>' . $hdiff . '</table>';
66 $hdiff = nl2br(hsc($tdiff));
70 $hrep['DIFF'] = $hdiff;
/dports/deskutils/remind/remind-03.03.11/src/langs/
H A Dromanian.h119 # define L_HPLU_OVER hplu = (hdiff == 1 ? "\343" : "e");
123 # define L_HPLU_OVER hplu = (hdiff == 1 ? "\307" : "e");
127 # define L_HPLU_OVER hplu = (hdiff == 1 ? "a" : "e");
154 else if (hdiff == 0) \
157 sprintf(s, "%s %d %s%s", when, hdiff, L_HOUR, hplu); \
159 sprintf(s, "%s %d %s%s %s %d %s%s", when, hdiff, \
H A Dportbr.h120 if (hdiff == 0) \
129 if (hdiff > 0) \
130 sprintf(s, "em %d %s%s", hdiff, L_HOUR, hplu); \
132 sprintf(s, "%d %s%s atras", hdiff, L_HOUR, hplu); \
135 sprintf(s, "em %d %s%s %s %d %s%s", hdiff, L_HOUR, hplu, L_AND, mdiff, L_MINUTE, mplu); \
137 … sprintf(s, "%d %s%s %s %d %s%s atras", hdiff, L_HOUR, hplu, L_AND, mdiff, L_MINUTE, mplu); \
H A Ddutch.h92 else if (hdiff == 0) \
96 sprintf(s, "%d %s %s", hdiff, \
98 else sprintf(s, "%d %s %s %d %s %s", hdiff, \
99 (hdiff == 1 ? "uur" : "uren"), \
H A Dpolish.h117 #define L_HPLU L_NPLU( hdiff )
157 if (hdiff == 0) \
160 sprintf(s, "za %d %s%s", hdiff, L_HOUR, L_HPLU); \
162 sprintf(s, "za %d %s%s %s %d %s%s", hdiff, L_HOUR, L_HPLU, \
167 if (hdiff == 0) \
170 sprintf(s, "%d %s%s temu", hdiff, L_HOUR, L_HPLU); \
172 sprintf(s, "%d %s%s %s %d %s%s temu", hdiff, L_HOUR, L_HPLU, \
H A Dfrench.h117 sprintf(s, "il y a %d heure%s", hdiff, hplu); \
118 else if (hdiff == 0) \
121 sprintf(s, "il y a %d heure%s et %d minute%s", hdiff, hplu, mdiff, mplu); \
124 sprintf(s, "dans %d heure%s", hdiff, hplu); \
125 else if (hdiff == 0) \
128 sprintf(s, "dans %d heure%s et %d minute%s", hdiff, hplu, mdiff, mplu); \
/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/
H A Dnlmeans_x86.c54 __m128i hdiff,hldiff,hhdiff; in build_integral_sse2() local
90 hdiff = _mm_sub_epi16(pha,phb); // Diff source and compare highs (subtract) in build_integral_sse2()
91hdiff = _mm_mullo_epi16(hdiff,hdiff); // Square high diff (multiply at 32-bit precision) in build_integral_sse2()
93 hldiff = _mm_unpacklo_epi16(hdiff,zero); // Unpack and interleave diff low with zeros in build_integral_sse2()
94 hhdiff = _mm_unpackhi_epi16(hdiff,zero); // Unpack and interleave diff high with zeros in build_integral_sse2()
/dports/www/dillo2/dillo-3.0.5/dw/
H A Dfltkviewport.cc93 int hdiff = 0, vdiff = 0; in adjustScrollbarsAndGadgetsAllocation() local
105 hdiff = SCROLLBAR_THICKNESS; in adjustScrollbarsAndGadgetsAllocation()
110 hdiff = SCROLLBAR_THICKNESS * gadgets->size (); in adjustScrollbarsAndGadgetsAllocation()
115 hdiff = vscrollbar->visible () ? SCROLLBAR_THICKNESS : 0; in adjustScrollbarsAndGadgetsAllocation()
120 w () - hdiff, SCROLLBAR_THICKNESS); in adjustScrollbarsAndGadgetsAllocation()
201 int hdiff = vscrollbar->visible () ? SCROLLBAR_THICKNESS : 0; in draw() local
207 fl_scroll(x(), y(), w() - hdiff, h() - vdiff, in draw()
213 draw_area(this, x(), y(), w () - hdiff, h () - vdiff); in draw()
220 if (d == FL_DAMAGE_ALL && hdiff && vdiff) { in draw()
222 fl_rectf(x()+w()-hdiff, y()+h()-vdiff, hdiff, vdiff); in draw()
[all …]
/dports/deskutils/remind/remind-03.03.11/www/
H A Dsunrise.rem-DIST26 set hdiff adiff/60
30 set hstr iif(hdiff==0, "", hdiff == 1, "1 hour", hdiff + " hours")
31 set astr iif(mdiff!=0 && hdiff!=0, " and ", "")
H A Dsunset.rem-DIST27 set hdiff adiff/60
31 set hstr iif(hdiff==0, "", hdiff == 1, "1 hour", hdiff + " hours")
32 set astr iif(mdiff!=0 && hdiff!=0, " and ", "")
/dports/graphics/libGLU/glu-9.0.2/src/libnurbs/internals/
H A Dintersect.cc72 if( hdiff > 0.0 ) { in partition()
74 } else if( hdiff == 0.0 ) { in partition()
103 if( hdiff > 0.0 ) { in partition()
111 if( hdiff > 0.0 ) { in partition()
407 REAL tdiff, hdiff; in arc_classify() local
417 if( hdiff > 0.0 ) { in arc_classify()
419 } else if( hdiff == 0.0 ) { in arc_classify()
425 if( hdiff > 0.0 ) { in arc_classify()
427 } else if( hdiff == 0.0 ) { in arc_classify()
433 if( hdiff > 0.0 ) { in arc_classify()
[all …]
/dports/graphics/urt/urt-3.1b1_12/lib/
H A Dcolorquant.c679 float dist, LowR, LowG, LowB, HighR, HighG, HighB, ldiff, hdiff; local
685 hdiff = bp->high[REDI] - bp->mean[REDI];
686 hdiff *= hdiff;
687 dist = MAX(ldiff, hdiff);
691 hdiff = bp->high[GREENI] - bp->mean[GREENI];
692 hdiff *= hdiff;
693 dist += MAX(ldiff, hdiff);
697 hdiff = bp->high[BLUEI] - bp->mean[BLUEI];
698 hdiff *= hdiff;
699 dist += MAX(ldiff, hdiff);
/dports/science/hdf/hdf-4.2.15/
H A DMANIFEST846 ./mfhdf/hdiff/Makefile.am
847 ./mfhdf/hdiff/Makefile.in
848 ./mfhdf/hdiff/hdiff.c
849 ./mfhdf/hdiff/hdiff.h
852 ./mfhdf/hdiff/hdiff_gr.c
853 ./mfhdf/hdiff/hdiff_list.c
857 ./mfhdf/hdiff/hdiff_sds.c
860 ./mfhdf/hdiff/hdiff_vs.c
861 ./mfhdf/hdiff/hdifftst.c
888 ./mfhdf/hdiff/hdiff_dim.c
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/transformers-compat-0.6.6/
H A Dconfig6 -- This uses Luite Stegeman's mirror of hackage provided by his 'hdiff' site instead
10 remote-repo: hdiff.luite.com:http://hdiff.luite.com/packages/archive
/dports/devel/stack/stack-2.7.3/_cabal_deps/distributive-0.6.2.1/
H A Dconfig6 -- This uses Luite Stegeman's mirror of hackage provided by his 'hdiff' site instead
10 remote-repo: hdiff.luite.com:http://hdiff.luite.com/packages/archive
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/transformers-compat-0.6.5/
H A Dconfig6 -- This uses Luite Stegeman's mirror of hackage provided by his 'hdiff' site instead
10 remote-repo: hdiff.luite.com:http://hdiff.luite.com/packages/archive
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/distributive-0.6.2/
H A Dconfig6 -- This uses Luite Stegeman's mirror of hackage provided by his 'hdiff' site instead
10 remote-repo: hdiff.luite.com:http://hdiff.luite.com/packages/archive
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/transformers-compat-0.6.6/
H A Dconfig6 -- This uses Luite Stegeman's mirror of hackage provided by his 'hdiff' site instead
10 remote-repo: hdiff.luite.com:http://hdiff.luite.com/packages/archive
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/transformers-compat-0.6.5/
H A Dconfig6 -- This uses Luite Stegeman's mirror of hackage provided by his 'hdiff' site instead
10 remote-repo: hdiff.luite.com:http://hdiff.luite.com/packages/archive
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/distributive-0.6.2/
H A Dconfig6 -- This uses Luite Stegeman's mirror of hackage provided by his 'hdiff' site instead
10 remote-repo: hdiff.luite.com:http://hdiff.luite.com/packages/archive
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/transformers-compat-0.6.5/
H A Dconfig6 -- This uses Luite Stegeman's mirror of hackage provided by his 'hdiff' site instead
10 remote-repo: hdiff.luite.com:http://hdiff.luite.com/packages/archive
/dports/converters/hs-aeson-pretty/aeson-pretty-0.8.8/_cabal_deps/transformers-compat-0.6.5/
H A Dconfig6 -- This uses Luite Stegeman's mirror of hackage provided by his 'hdiff' site instead
10 remote-repo: hdiff.luite.com:http://hdiff.luite.com/packages/archive
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/distributive-0.6.2/
H A Dconfig6 -- This uses Luite Stegeman's mirror of hackage provided by his 'hdiff' site instead
10 remote-repo: hdiff.luite.com:http://hdiff.luite.com/packages/archive

12345678910>>...13