Home
last modified time | relevance | path

Searched refs:temp_s (Results 1 – 25 of 98) sorted by relevance

1234

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/test/
H A Dtest_templmatchmask.cpp83 double val = temp_s[0] + temp_s[1] + temp_s[2] + temp_s[3]; in TEST_P()
94 double val = temp_s[0] + temp_s[1] + temp_s[2] + temp_s[3]; in TEST_P()
98 double norm = temp_s[0] + temp_s[1] + temp_s[2] + temp_s[3]; in TEST_P()
100 norm *= temp_s[0] + temp_s[1] + temp_s[2] + temp_s[3]; in TEST_P()
112 double val = temp_s[0] + temp_s[1] + temp_s[2] + temp_s[3]; in TEST_P()
122 double val = temp_s[0] + temp_s[1] + temp_s[2] + temp_s[3]; in TEST_P()
126 double norm = temp_s[0] + temp_s[1] + temp_s[2] + temp_s[3]; in TEST_P()
128 norm *= temp_s[0] + temp_s[1] + temp_s[2] + temp_s[3]; in TEST_P()
153 double val = temp_s[0] + temp_s[1] + temp_s[2] + temp_s[3]; in TEST_P()
176 double val = temp_s[0] + temp_s[1] + temp_s[2] + temp_s[3]; in TEST_P()
[all …]
/dports/lang/v/v-0.1.29/vlib/strconv/
H A Dformat_test.v4 mut temp_s := ""
21 assert tmp_str == temp_s
28 temp_s = strconv.v_sprintf(sc1, a ,b ,c, d)
32 assert tmp_str == temp_s
43 assert tmp_str == temp_s
50 assert tmp_str == temp_s
57 assert tmp_str == temp_s
64 assert tmp_str == temp_s
72 assert tmp_str == temp_s
80 assert tmp_str == temp_s
[all …]
H A Dformat.md96 println(temp_s)
111 temp_s = strconv.v_sprintf(sc1, a ,b ,c, d)
112 println(temp_s)
127 temp_s = strconv.v_sprintf(sc2, a1 ,b1 ,c1, d1)
128 println(temp_s)
143 temp_s = strconv.v_sprintf(sc3, a1 ,b1 ,c1, d1)
144 println(temp_s)
157 println(temp_s)
173 println(temp_s)
187 temp_s = strconv.v_sprintf(sc8, ft, ft)
[all …]
/dports/net/xrdp-devel/xrdp-0.9.16/libxrdp/
H A Dxrdp_bitmap_compress.c681 init_stream(temp_s, 0); in xrdp_bitmap_compress()
862 out_uint8(temp_s, pixel); in xrdp_bitmap_compress()
928 OUT_COPY_COUNT1(count, s, temp_s); in xrdp_bitmap_compress()
938 OUT_COPY_COUNT1(count, s, temp_s); in xrdp_bitmap_compress()
948 OUT_COPY_COUNT1(count, s, temp_s); in xrdp_bitmap_compress()
972 OUT_COPY_COUNT1(count, s, temp_s); in xrdp_bitmap_compress()
982 OUT_COPY_COUNT1(count, s, temp_s); in xrdp_bitmap_compress()
987 OUT_COPY_COUNT1(count, s, temp_s); in xrdp_bitmap_compress()
1154 out_uint16_le(temp_s, pixel); in xrdp_bitmap_compress()
1220 OUT_COPY_COUNT2(count, s, temp_s); in xrdp_bitmap_compress()
[all …]
H A Dxrdp_jpeg_compress.c41 int start_line, struct stream *temp_s, in xrdp_jpeg_compress() argument
358 struct stream *s, struct stream *temp_s, int bpp, in jpeg_compress() argument
372 data = (JOCTET *) temp_s->data; in jpeg_compress()
417 int start_line, struct stream *temp_s, in xrdp_jpeg_compress() argument
420 jpeg_compress(in_data, width, height, s, temp_s, bpp, byte_limit, in xrdp_jpeg_compress()
454 int start_line, struct stream *temp_s, in xrdp_jpeg_compress() argument
H A Dxrdp_orders.c58 make_stream(self->temp_s); in xrdp_orders_create()
73 free_stream(self->temp_s); in xrdp_orders_delete()
2368 struct stream *temp_s = NULL; in xrdp_orders_send_bitmap() local
2397 temp_s = self->temp_s; in xrdp_orders_send_bitmap()
2398 init_stream(temp_s, 16384 * 2); in xrdp_orders_send_bitmap()
2796 struct stream *temp_s = NULL; in xrdp_orders_send_bitmap2() local
2825 temp_s = self->temp_s; in xrdp_orders_send_bitmap2()
2826 init_stream(temp_s, 16384 * 2); in xrdp_orders_send_bitmap2()
3052 make_stream(temp_s); in xrdp_orders_send_bitmap3()
3053 init_stream(temp_s, 16384); in xrdp_orders_send_bitmap3()
[all …]
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/libxrdp/
H A Dxrdp_bitmap_compress.c681 init_stream(temp_s, 0); in xrdp_bitmap_compress()
862 out_uint8(temp_s, pixel); in xrdp_bitmap_compress()
928 OUT_COPY_COUNT1(count, s, temp_s); in xrdp_bitmap_compress()
938 OUT_COPY_COUNT1(count, s, temp_s); in xrdp_bitmap_compress()
948 OUT_COPY_COUNT1(count, s, temp_s); in xrdp_bitmap_compress()
972 OUT_COPY_COUNT1(count, s, temp_s); in xrdp_bitmap_compress()
982 OUT_COPY_COUNT1(count, s, temp_s); in xrdp_bitmap_compress()
987 OUT_COPY_COUNT1(count, s, temp_s); in xrdp_bitmap_compress()
1154 out_uint16_le(temp_s, pixel); in xrdp_bitmap_compress()
1220 OUT_COPY_COUNT2(count, s, temp_s); in xrdp_bitmap_compress()
[all …]
H A Dxrdp_jpeg_compress.c41 int start_line, struct stream *temp_s, in xrdp_jpeg_compress() argument
358 struct stream *s, struct stream *temp_s, int bpp, in jpeg_compress() argument
372 data = (JOCTET *) temp_s->data; in jpeg_compress()
417 int start_line, struct stream *temp_s, in xrdp_jpeg_compress() argument
420 jpeg_compress(in_data, width, height, s, temp_s, bpp, byte_limit, in xrdp_jpeg_compress()
454 int start_line, struct stream *temp_s, in xrdp_jpeg_compress() argument
H A Dxrdp_orders.c58 make_stream(self->temp_s); in xrdp_orders_create()
73 free_stream(self->temp_s); in xrdp_orders_delete()
2368 struct stream *temp_s = NULL; in xrdp_orders_send_bitmap() local
2397 temp_s = self->temp_s; in xrdp_orders_send_bitmap()
2398 init_stream(temp_s, 16384 * 2); in xrdp_orders_send_bitmap()
2796 struct stream *temp_s = NULL; in xrdp_orders_send_bitmap2() local
2825 temp_s = self->temp_s; in xrdp_orders_send_bitmap2()
2826 init_stream(temp_s, 16384 * 2); in xrdp_orders_send_bitmap2()
3052 make_stream(temp_s); in xrdp_orders_send_bitmap3()
3053 init_stream(temp_s, 16384); in xrdp_orders_send_bitmap3()
[all …]
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/codec/
H A Dbitmap.c697 Stream_SetPosition(temp_s, 0); in freerdp_bitmap_compress_24()
706 OUT_COPY_COUNT3(count, s, temp_s); in freerdp_bitmap_compress_24()
716 OUT_COPY_COUNT3(count, s, temp_s); in freerdp_bitmap_compress_24()
726 OUT_COPY_COUNT3(count, s, temp_s); in freerdp_bitmap_compress_24()
739 OUT_COPY_COUNT3(count, s, temp_s); in freerdp_bitmap_compress_24()
746 OUT_COPY_COUNT3(count, s, temp_s); in freerdp_bitmap_compress_24()
756 OUT_COPY_COUNT3(count, s, temp_s); in freerdp_bitmap_compress_24()
761 OUT_COPY_COUNT3(count, s, temp_s); in freerdp_bitmap_compress_24()
1001 Stream_SetPosition(temp_s, 0); in freerdp_bitmap_compress_16()
1010 OUT_COPY_COUNT2(count, s, temp_s); in freerdp_bitmap_compress_16()
[all …]
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/largan/lmini/
H A Dlmini_ccd.c185 int temp_s; in dhuf() local
191 temp_s = (int) in_string; in dhuf()
192 temp_s >>= 14; in dhuf()
196 while (((int)temp_s > y_max[code_leng]) || ((int)temp_s < y_min[code_leng])) in dhuf()
199 temp_s = (int) in_string; in dhuf()
200 temp_s >>= (16 - code_leng); in dhuf()
205 while (((int)temp_s > uv_max[code_leng]) || ((int)temp_s < uv_min[code_leng])) in dhuf()
208 temp_s = (int) in_string; in dhuf()
209 temp_s >>= (16 - code_leng); in dhuf()
/dports/print/html2latex/html2latex-0.9c/
H A Dhtml2latex.c132 state_t temp_s; in ListToLaTeX() local
221 temp_s = s_list; in ListToLaTeX()
222 mptr = ListToLaTeX(fpout, mptr, &temp_s); in ListToLaTeX()
224 current = temp_s; in ListToLaTeX()
233 temp_s = s_list; in ListToLaTeX()
234 mptr = ListToLaTeX(fpout, mptr, &temp_s); in ListToLaTeX()
236 current = temp_s; in ListToLaTeX()
245 temp_s = s_describing; in ListToLaTeX()
248 current = temp_s; in ListToLaTeX()
343 temp_s = s_verbatim; in ListToLaTeX()
[all …]
/dports/net/xrdp-devel/xrdp-0.9.16/common/
H A Dtrans.c233 struct stream *temp_s; in trans_send_waiting() local
245 temp_s = self->wait_s; in trans_send_waiting()
248 bytes = (int) (temp_s->end - temp_s->p); in trans_send_waiting()
252 temp_s->p += sent; in trans_send_waiting()
253 if (temp_s->source != 0) in trans_send_waiting()
257 if (temp_s->p >= temp_s->end) in trans_send_waiting()
588 struct stream *temp_s; in trans_write_copy_s() local
654 temp_s = self->wait_s; in trans_write_copy_s()
655 while (temp_s->next != 0) in trans_write_copy_s()
657 temp_s = temp_s->next; in trans_write_copy_s()
[all …]
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/common/
H A Dtrans.c233 struct stream *temp_s; in trans_send_waiting() local
245 temp_s = self->wait_s; in trans_send_waiting()
248 bytes = (int) (temp_s->end - temp_s->p); in trans_send_waiting()
252 temp_s->p += sent; in trans_send_waiting()
253 if (temp_s->source != 0) in trans_send_waiting()
257 if (temp_s->p >= temp_s->end) in trans_send_waiting()
588 struct stream *temp_s; in trans_write_copy_s() local
654 temp_s = self->wait_s; in trans_write_copy_s()
655 while (temp_s->next != 0) in trans_write_copy_s()
657 temp_s = temp_s->next; in trans_write_copy_s()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/util/src/
H A Dutil_atomic.c172 type temp_s; \
174 temp_s = s[i]; \
189 temp_s = s[i]; \
230 type temp_s; \
238 temp_s = s[i]; \
350 type temp_s; \
394 type temp_s; \
402 temp_s = s[i]; \
422 type temp_s; \
539 type temp_s; \
[all …]
/dports/games/xonotic/Xonotic/source/qcsrc/server/command/
H A Dgetreplies.qc67 string s, temp_s, rr, myuid, thisuid;
97 temp_s = db_get(TemporaryDB, strcat("ladder", myuid));
99 if (temp_s == "")
106 if (j != LADDER_CNT + 1) temp_s = strcat(temp_s, "0 ");
107 else temp_s = strcat(temp_s, "0");
111 tokenize_console(temp_s);
154 temp_s = db_get(TemporaryDB, strcat("ladder", thisuid));
155 tokenize_console(temp_s);
199 temp_s = db_get(TemporaryDB, strcat("ladder", top_uids[i]));
200 tokenize_console(temp_s);
/dports/devel/liboil/liboil-0.3.17/liboil/simdpack/
H A Dsincos_f64.c42 double c,s,dc,ds,temp_s,temp_c; in sincos_f64_i20_fast() local
49 temp_s = s*dc + c*ds; in sincos_f64_i20_fast()
51 dest_sin[i] = s = temp_s; in sincos_f64_i20_fast()
/dports/math/libflame/libflame-5.2.0/src/base/flamec/main/
H A DFLA_Obj.c414 float* temp_s; in FLA_Obj_create_constant() local
430 temp_s = FLA_FLOAT_PTR( *obj ); in FLA_Obj_create_constant()
436 *temp_s = ( float ) const_real; in FLA_Obj_create_constant()
451 float* temp_s; in FLA_Obj_create_constant_ext() local
467 temp_s = FLA_FLOAT_PTR( *obj ); in FLA_Obj_create_constant_ext()
473 *temp_s = const_s; in FLA_Obj_create_constant_ext()
488 float* temp_s; in FLA_Obj_create_complex_constant() local
504 temp_s = FLA_FLOAT_PTR( *obj ); in FLA_Obj_create_complex_constant()
510 *temp_s = ( float ) const_real; in FLA_Obj_create_complex_constant()
/dports/cad/tkgate/tkgate-2.1/src/verga/
H A Dexpr.c1540 Value *temp_s[3]; in Expr_generate() local
1549 if (Value_isReal(temp_s[i])) { in Expr_generate()
1553 temp_s[i] = 0; in Expr_generate()
1563 BCOpr_init(CodeBlock_nextEmpty(cb),od->od_f_opfunc,lhs,temp_s[0],temp_s[1],temp_s[2]); in Expr_generate()
1568 BCOpr_init(CodeBlock_nextEmpty(cb),od->od_w_opfunc,lhs,temp_s[0],temp_s[1],temp_s[2]); in Expr_generate()
1570 BCOpr_init(CodeBlock_nextEmpty(cb),od->od_opfunc,lhs,temp_s[0],temp_s[1],temp_s[2]); in Expr_generate()
1579 Value *temp_s[3]; in Expr_generate() local
1588 temp_s[i] = 0; in Expr_generate()
1591 BCOpr_init(CodeBlock_nextEmpty(cb),od->od_opfunc,lhs,temp_s[0],temp_s[1],temp_s[2]); in Expr_generate()
1599 Value *temp_s[2]; in Expr_generate() local
[all …]
H A Dnet.c221 Value *temp_s = 0; in Net_set() local
260 temp_s = new_Value(Value_nbits(s)); in Net_set()
261 s = temp_s; in Net_set()
297 if (temp_s) in Net_set()
298 delete_Value(temp_s); in Net_set()
/dports/multimedia/libquvi-scripts09/libquvi-scripts-0.9.20131130/tests/lib/
H A Dfetch.c30 struct temp_s struct
35 typedef struct temp_s *temp_t; argument
39 return (g_new0(struct temp_s, 1)); in temp_new()
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dhyperlink.c237 char *temp_s,*t; in Html_invoke_action() local
241 temp_s = strdup(Tcl_GetStringResult(TkGate.tcl)); in Html_invoke_action()
242 temp_a = (char**)malloc(sizeof(char*)*strlen(temp_s)); // Probably way more than we need in Html_invoke_action()
244 for (t = strtok(temp_s," \n\t");t;t = strtok(0," \n\t")) in Html_invoke_action()
/dports/math/gap/gap-4.11.0/pkg/qpa-version-1.30/lib/
H A Dquivergraphalgorithms.gi269 local temp_s, temp_arr, can_go, counter, arrows;
273 temp_s := s;
276 if TargetOfPath(temp_arr) <> temp_s then
277 temp_s := TargetOfPath(temp_arr);
279 temp_s := SourceOfPath(temp_arr);
282 arrows := IncomingArrowsOfVertex(temp_s);
283 Append(arrows, OutgoingArrowsOfVertex(temp_s));
/dports/biology/viennarna/ViennaRNA-2.4.18/src/bin/
H A DRNAsnoop.c90 char *string_s, *line_s, *name_s, *temp_s; /*string for snoRNA*/ in main() local
313 temp_s = (char *)vrna_alloc(strlen(line_s) + 1); in main()
314 (void)sscanf(line_s, "%s", temp_s); in main()
316 length_s = (int)strlen(temp_s); in main()
318 temp_s[l] = toupper(temp_s[l]); in main()
319 if (!noconv && temp_s[l] == 'T') in main()
320 temp_s[l] = 'U'; in main()
324 strcat(string_s + 5, temp_s); in main()
326 free(temp_s); in main()
/dports/math/blis/blis-0.8.1/frame/base/
H A Dbli_obj.c307 float* temp_s;
323 bli_dssets( value, 0.0, *temp_s );
338 float* temp_s;
381 bli_zscopys( value, *temp_s );

1234