Home
last modified time | relevance | path

Searched +refs:ct +refs:diff (Results 1 – 25 of 2079) sorted by relevance

12345678910>>...84

/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/src/html/
H A Do_box.c63 int diff=0; in HtmlObject_Box_Layout() local
66 diff=w-x; in HtmlObject_Box_Layout()
70 if (diff) { in HtmlObject_Box_Layout()
75 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
116 int diff=0; in HtmlObject_Box_Layout() local
128 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
172 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
206 int diff=0; in HtmlObject_Box_Layout() local
209 diff=w-x; in HtmlObject_Box_Layout()
213 if (diff) { in HtmlObject_Box_Layout()
[all …]
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/src/html/
H A Do_box.c63 int diff=0; in HtmlObject_Box_Layout() local
66 diff=w-x; in HtmlObject_Box_Layout()
70 if (diff) { in HtmlObject_Box_Layout()
75 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
116 int diff=0; in HtmlObject_Box_Layout() local
128 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
172 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
206 int diff=0; in HtmlObject_Box_Layout() local
209 diff=w-x; in HtmlObject_Box_Layout()
213 if (diff) { in HtmlObject_Box_Layout()
[all …]
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/src/html/
H A Do_box.c63 int diff=0; in HtmlObject_Box_Layout() local
66 diff=w-x; in HtmlObject_Box_Layout()
70 if (diff) { in HtmlObject_Box_Layout()
75 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
116 int diff=0; in HtmlObject_Box_Layout() local
128 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
172 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
206 int diff=0; in HtmlObject_Box_Layout() local
209 diff=w-x; in HtmlObject_Box_Layout()
213 if (diff) { in HtmlObject_Box_Layout()
[all …]
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/src/html/
H A Do_box.c63 int diff=0; in HtmlObject_Box_Layout() local
66 diff=w-x; in HtmlObject_Box_Layout()
70 if (diff) { in HtmlObject_Box_Layout()
75 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
116 int diff=0; in HtmlObject_Box_Layout() local
128 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
172 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
206 int diff=0; in HtmlObject_Box_Layout() local
209 diff=w-x; in HtmlObject_Box_Layout()
213 if (diff) { in HtmlObject_Box_Layout()
[all …]
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/src/html/
H A Do_box.c63 int diff=0; in HtmlObject_Box_Layout() local
66 diff=w-x; in HtmlObject_Box_Layout()
70 if (diff) { in HtmlObject_Box_Layout()
75 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
116 int diff=0; in HtmlObject_Box_Layout() local
128 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
172 HtmlObject_SetX(ct, HtmlObject_GetX(ct)+diff); in HtmlObject_Box_Layout()
206 int diff=0; in HtmlObject_Box_Layout() local
209 diff=w-x; in HtmlObject_Box_Layout()
213 if (diff) { in HtmlObject_Box_Layout()
[all …]
/dports/misc/visp/visp-3.4.0/modules/tracker/tt_mi/src/tools/
H A DvpTemplateTrackerMIBSpline.cpp141 double diff2_ = diff * diff; in Bspline4i()
145 double diff2_ = diff * diff; in Bspline4i()
155 if ((diff > -1.5) && (diff <= -0.5)) in dBspline3()
167 if ((diff > -2.) && (diff <= -1.)) { in dBspline4()
172 return -1.5 * diff * diff - 2. * diff; in dBspline4()
175 return 1.5 * diff * diff - 2. * diff; in dBspline4()
188 if ((diff > -1.5) && (diff <= -0.5)) in d2Bspline3()
200 if ((diff > -2.) && (diff <= -1.)) in d2Bspline4()
202 else if ((diff > -1.) && (diff <= 0.)) in d2Bspline4()
204 else if ((diff > 0.) && (diff <= 1.)) in d2Bspline4()
[all …]
/dports/net/zebra-server/idzebra-2.0.55/rset/
H A Drsprox.c118 p->buf[i] = nmem_malloc(ct->nmem,ct->keycontrol->key_size); in r_open()
124 ct->control->desc, rfd, ct->no_children); in r_open()
184 zint diff = (*kctrl->getseq)(p->buf[i]) - in r_forward() local
252 if (!info->ordered && diff < 0) in r_forward()
253 diff = -diff; in r_forward()
257 if (diff < info->distance && diff >= 0) in r_forward()
261 if (diff <= info->distance && diff >= 0) in r_forward()
265 if (diff == info->distance && diff >= 0) in r_forward()
269 if (diff >= info->distance && diff >= 0) in r_forward()
273 if (diff > info->distance && diff >= 0) in r_forward()
[all …]
/dports/misc/visp/visp-3.4.0/modules/tracker/tt_mi/include/visp3/tt_mi/
H A DvpTemplateTrackerMIBSpline.h63 static void PutPVBsplineD3(double *Prt, int cr, double er, int ct, double et, int Nc, double val);
64 static void PutPVBsplineD4(double *Prt, int cr, double er, int ct, double et, int Nc, double val);
97 static void PutTotPVBsplinePrtTout(double *Prt, int &cr, double &er, int &ct, double &et, int &Nc,
106 static void PutTotPVBspline3Prt(double *Prt, int &cr, double &er, int &ct, double &et, int &Ncb);
107 static void PutTotPVBspline4Prt(double *Prt, int &cr, double &er, int &ct, double &et, int &Ncb);
109 static double Bspline3(double diff);
110 static double Bspline4i(double diff, int &interv);
112 static double dBspline3(double diff);
113 static double dBspline4(double diff);
115 static double d2Bspline3(double diff);
[all …]
/dports/biology/wise/wise2.4.1/src/models/
H A Devopairwise.c48 Score logl_negative_selection(char * ref,char * diff,ThreeStateUnit * unit,CodonTable * ct,DnaProbM… in logl_negative_selection() argument
64 diff_aa = aminoacid_from_seq(ct,diff); in logl_negative_selection()
86 Score logl_positive_selection(char * ref,char * diff,RandomModel * rm,CodonTable *ct,DnaProbMatrix … in logl_positive_selection() argument
102 diff_aa = aminoacid_from_seq(ct,diff); in logl_positive_selection()
115 …evo(AlnBlock * alb,ThreeStateModel * tsm,Sequence * ref,Sequence * diff,CodonTable * ct,FILE * ofp) in show_verbose_evo() argument
165 if( aminoacid_from_seq(ct,ref->seq+i) != aminoacid_from_seq(ct,diff->seq+i)) { in show_verbose_evo()
167 if( ref->seq[i+k] != diff->seq[i+k] ) { in show_verbose_evo()
192 if( ref->seq[i] != diff->seq[i] ) { in show_verbose_evo()
206 diff_trans = translate_Sequence(diff,ct); in show_verbose_evo()
217 … logl_negative_selection(ref->seq+dna_offset,diff->seq+dna_offset,tsm->unit[alc->alu[0]->end… in show_verbose_evo()
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/trillian/ctfe/
H A Dserialize_test.go66 if diff := pretty.Compare(*got, expected); diff != "" {
67 t.Fatalf("Mismatched SCT (cert), diff:\n%v", diff)
120 if diff := pretty.Compare(*got, expected); diff != "" {
121 t.Fatalf("Mismatched SCT (precert), diff:\n%v", diff)
154 sth := ct.SignedTreeHead{
155 Version: ct.V1,
173 if diff := pretty.Compare(prevSig, sig); diff != "" {
174 t.Fatalf("signV1TreeHead().TreeHeadSignature mismatched, diff:\n%v", diff)
198 if diff := pretty.Compare(prevSig, sig); diff != "" {
215 sth := ct.SignedTreeHead{
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/funcexp/
H A Dfunc_timestampdiff.cpp111 int64_t diff = 0; in getIntVal() local
138 diff --; in getIntVal()
166 return diff; in getIntVal()
180 CalpontSystemCatalog::ColType& ct) in getDateIntVal() argument
182 return getIntVal(row, parm, isNull, ct); in getDateIntVal()
188 CalpontSystemCatalog::ColType& ct) in getDatetimeIntVal() argument
190 return getIntVal(row, parm, isNull, ct); in getDatetimeIntVal()
196 CalpontSystemCatalog::ColType& ct) in getTimestampIntVal() argument
198 return getIntVal(row, parm, isNull, ct); in getTimestampIntVal()
204 CalpontSystemCatalog::ColType& ct) in getTimeIntVal() argument
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/funcexp/
H A Dfunc_timestampdiff.cpp111 int64_t diff = 0; in getIntVal() local
138 diff --; in getIntVal()
166 return diff; in getIntVal()
180 CalpontSystemCatalog::ColType& ct) in getDateIntVal() argument
182 return getIntVal(row, parm, isNull, ct); in getDateIntVal()
188 CalpontSystemCatalog::ColType& ct) in getDatetimeIntVal() argument
190 return getIntVal(row, parm, isNull, ct); in getDatetimeIntVal()
196 CalpontSystemCatalog::ColType& ct) in getTimestampIntVal() argument
198 return getIntVal(row, parm, isNull, ct); in getTimestampIntVal()
204 CalpontSystemCatalog::ColType& ct) in getTimeIntVal() argument
[all …]
/dports/multimedia/libbdplus/libbdplus-0.1.2/src/libbdplus/bdsvm/
H A Dsegment.c1078 uint64_t end_offset, start_offset, offset0, offset1, diff; in segment_patch() local
1155 diff = (start_offset - offset0); in segment_patch()
1156 if (diff < (uint64_t) sizeof(entry->patch0)) { in segment_patch()
1157 memcpy(buffer, &entry->patch0[ diff ], in segment_patch()
1164 diff = (end_offset - offset0); in segment_patch()
1166 if (diff < (uint64_t) sizeof(entry->patch0)) { in segment_patch()
1168 memcpy(&buffer[ len - diff ], entry->patch0, (size_t)diff); in segment_patch()
1187 diff = (start_offset - offset1); in segment_patch()
1189 memcpy(buffer, &entry->patch1[ diff ], in segment_patch()
1196 diff = (end_offset - offset1); in segment_patch()
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/dev-tools/helpdoc.d/
H A Dsyntax_txt.tcl29 set diff -1
34 if { $diff > 0 } {
38 if { $diff < $add } {
167 set diff -1
172 if { $diff > 0 } {
176 if { $diff < $add } {
249 set ct ""
262 append ct "\] "
285 append ct \n
314 append ct \n
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/strings/
H A Dapr_cpystrn.c90 const char *ct; in apr_tokenize_to_argv() local
150 ct = cp; in apr_tokenize_to_argv()
163 ct++; in apr_tokenize_to_argv()
174 ct = cp; in apr_tokenize_to_argv()
178 apr_cpystrn((*argv_out)[argnum], ct, cp - ct); in apr_tokenize_to_argv()
251 if (diff) in strcasecmp()
252 return diff; in strcasecmp()
270 int diff; in strncasecmp() local
275 diff = apr_tolower(*p) - apr_tolower(*q); in strncasecmp()
276 if (diff) in strncasecmp()
[all …]
/dports/devel/apr1/apr-1.7.0/strings/
H A Dapr_cpystrn.c92 const char *ct; in apr_tokenize_to_argv() local
151 ct = cp; in apr_tokenize_to_argv()
164 ct++; in apr_tokenize_to_argv()
175 ct = cp; in apr_tokenize_to_argv()
179 apr_cpystrn((*argv_out)[argnum], ct, cp - ct); in apr_tokenize_to_argv()
254 if (diff) in strcasecmp()
255 return diff; in strcasecmp()
273 int diff; in strncasecmp() local
278 diff = apr_tolower(*p) - apr_tolower(*q); in strncasecmp()
279 if (diff) in strncasecmp()
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/lcms2/plugins/fast_float/testbed/
H A Dfast_float_testbed.c1052 return MPixSec(diff); in SpeedTest8bitsRGB()
1096 return MPixSec(diff); in SpeedTest8bitsRGBA()
1143 return MPixSec(diff); in SpeedTest15bitsRGB()
1187 return MPixSec(diff); in SpeedTest15bitsRGBA()
1233 return MPixSec(diff); in SpeedTest15bitsCMYK()
1242 cmsFloat64Number diff; in SpeedTest16bitsRGB() local
1273 diff = clock() - atime; in SpeedTest16bitsRGB()
1278 return MPixSec(diff); in SpeedTest16bitsRGB()
1363 return MPixSec(diff); in SpeedTestFloatRGB()
1468 return MPixSec(diff); in SpeedTestFloatByUsing16BitsRGB()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/execute/
H A D20031010-1.c4 foo (long ct, long cf, _Bool p1, _Bool p2, _Bool p3) in foo() argument
6 long diff; in foo() local
8 diff = ct - cf; in foo()
16 long tmp = ct; in foo()
17 ct = cf; in foo()
20 diff = ct - cf; in foo()
23 return diff; in foo()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/execute/
H A D20031010-1.c4 foo (long ct, long cf, _Bool p1, _Bool p2, _Bool p3) in foo() argument
6 long diff; in foo() local
8 diff = ct - cf; in foo()
16 long tmp = ct; in foo()
17 ct = cf; in foo()
20 diff = ct - cf; in foo()
23 return diff; in foo()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.c-torture/execute/
H A D20031010-1.c4 foo (long ct, long cf, _Bool p1, _Bool p2, _Bool p3) in foo() argument
6 long diff; in foo() local
8 diff = ct - cf; in foo()
16 long tmp = ct; in foo()
17 ct = cf; in foo()
20 diff = ct - cf; in foo()
23 return diff; in foo()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.c-torture/execute/
H A D20031010-1.c4 foo (long ct, long cf, _Bool p1, _Bool p2, _Bool p3) in foo() argument
6 long diff; in foo() local
8 diff = ct - cf; in foo()
16 long tmp = ct; in foo()
17 ct = cf; in foo()
20 diff = ct - cf; in foo()
23 return diff; in foo()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.c-torture/execute/
H A D20031010-1.c4 foo (long ct, long cf, _Bool p1, _Bool p2, _Bool p3) in foo() argument
6 long diff; in foo() local
8 diff = ct - cf; in foo()
16 long tmp = ct; in foo()
17 ct = cf; in foo()
20 diff = ct - cf; in foo()
23 return diff; in foo()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.c-torture/execute/
H A D20031010-1.c4 foo (long ct, long cf, _Bool p1, _Bool p2, _Bool p3) in foo() argument
6 long diff; in foo() local
8 diff = ct - cf; in foo()
16 long tmp = ct; in foo()
17 ct = cf; in foo()
20 diff = ct - cf; in foo()
23 return diff; in foo()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A D20031010-1.c4 foo (long ct, long cf, _Bool p1, _Bool p2, _Bool p3) in foo() argument
6 long diff; in foo() local
8 diff = ct - cf; in foo()
16 long tmp = ct; in foo()
17 ct = cf; in foo()
20 diff = ct - cf; in foo()
23 return diff; in foo()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A D20031010-1.c4 foo (long ct, long cf, _Bool p1, _Bool p2, _Bool p3) in foo() argument
6 long diff; in foo() local
8 diff = ct - cf; in foo()
16 long tmp = ct; in foo()
17 ct = cf; in foo()
20 diff = ct - cf; in foo()
23 return diff; in foo()

12345678910>>...84