Home
last modified time | relevance | path

Searched refs:c_s (Results 1 – 25 of 246) sorted by relevance

12345678910

/dports/textproc/htdig/htdig-3.2.0b6/htcommon/
H A DHtZlibCodec.cc48 String c_s; in encode() local
64 c_s.append((char *)c_buffer,c_stream.next_out-c_buffer); in encode()
71 c_s.append((char *)c_buffer,c_stream.next_out-c_buffer); in encode()
76 s=c_s; in encode()
90 String c_s; in decode() local
109 c_s.append((char *)c_buffer,d_stream.next_out-c_buffer); in decode()
114 s=c_s; in decode()
/dports/devel/efl/efl-1.25.1/src/tests/eina_cxx/
H A Deina_cxx_test_optional.cc173 eina::optional<eina::string_view> c_s(c); in EFL_START_TEST() local
175 ck_assert(!!a_s && !!b_s && !!c_s); in EFL_START_TEST()
179 fail_if(eina::string_view("3") != *c_s); in EFL_START_TEST()
187 fail_if(*c != *c_s); in EFL_START_TEST()
191 c_s = "6"; in EFL_START_TEST()
195 c = c_s; in EFL_START_TEST()
199 fail_if(*c != *c_s); in EFL_START_TEST()
203 c = *c_s; in EFL_START_TEST()
207 fail_if(*c != *c_s); in EFL_START_TEST()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/lib/
H A Dmemmove.c49 char *c_s = s; in memmove() local
52 if (c_s <= c_ct) { in memmove()
54 *c_s++ = *c_ct++; in memmove()
59 c_s[n] = c_ct[n]; in memmove()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/lib/
H A Dmemmove.c49 char *c_s = s; in memmove() local
52 if (c_s <= c_ct) { in memmove()
54 *c_s++ = *c_ct++; in memmove()
59 c_s[n] = c_ct[n]; in memmove()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/lib/
H A Dmemmove.c49 char *c_s = s; in memmove() local
52 if (c_s <= c_ct) { in memmove()
54 *c_s++ = *c_ct++; in memmove()
59 c_s[n] = c_ct[n]; in memmove()
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/unittest/
H A Dtest_arith_deduce_bound.py34 c_s = tvm.arith.IntervalSet(10, 15)
41 res0 = tvm.arith.DeduceBound(a, e0>=0, {b: b_s, c: c_s, d: d_s}, {})
46 res0 = tvm.arith.DeduceBound(a, zero <= e0, {b: b_s, c: c_s, d: d_s}, {})
50 res0 = tvm.arith.DeduceBound(a, e0>=0, {b: b_s, c: c_s, d: d_s}, {})
55 res0 = tvm.arith.DeduceBound(a, zero <= e0, {b: b_s, c: c_s, d: d_s}, {})
60 res1 = tvm.arith.DeduceBound(a, e1, {b: b_s, c: c_s, d: d_s}, {})
67 res1 = tvm.arith.DeduceBound(a, e1, {b: b_s, c: c_s, d: d_s}, {})
72 res2 = tvm.arith.DeduceBound(a, e2, {b: b_s, c: c_s, d: d_s}, {})
78 res2 = tvm.arith.DeduceBound(a, e2, {b: b_s, c: c_s, d: d_s}, {})
108 res7 = tvm.arith.DeduceBound(a, e4, {b: b_s, c: c_s, d: d_s}, {})
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/unittest/
H A Dtest_arith_deduce_bound.py29 c_s = tvm.arith.IntervalSet(10, 15)
36 res0 = tvm.arith.deduce_bound(a, e0 >= 0, {b: b_s, c: c_s, d: d_s}, {})
41 res0 = tvm.arith.deduce_bound(a, zero <= e0, {b: b_s, c: c_s, d: d_s}, {})
45 res0 = tvm.arith.deduce_bound(a, e0 >= 0, {b: b_s, c: c_s, d: d_s}, {})
50 res0 = tvm.arith.deduce_bound(a, zero <= e0, {b: b_s, c: c_s, d: d_s}, {})
54 res1 = tvm.arith.deduce_bound(a, e1, {b: b_s, c: c_s, d: d_s}, {})
60 res1 = tvm.arith.deduce_bound(a, e1, {b: b_s, c: c_s, d: d_s}, {})
64 res2 = tvm.arith.deduce_bound(a, e2, {b: b_s, c: c_s, d: d_s}, {})
70 res2 = tvm.arith.deduce_bound(a, e2, {b: b_s, c: c_s, d: d_s}, {})
100 res7 = tvm.arith.deduce_bound(a, e4, {b: b_s, c: c_s, d: d_s}, {})
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/unittest/
H A Dtest_arith_deduce_bound.py34 c_s = tvm.arith.IntervalSet(10, 15)
41 res0 = tvm.arith.DeduceBound(a, e0>=0, {b: b_s, c: c_s, d: d_s}, {})
46 res0 = tvm.arith.DeduceBound(a, zero <= e0, {b: b_s, c: c_s, d: d_s}, {})
50 res0 = tvm.arith.DeduceBound(a, e0>=0, {b: b_s, c: c_s, d: d_s}, {})
55 res0 = tvm.arith.DeduceBound(a, zero <= e0, {b: b_s, c: c_s, d: d_s}, {})
60 res1 = tvm.arith.DeduceBound(a, e1, {b: b_s, c: c_s, d: d_s}, {})
67 res1 = tvm.arith.DeduceBound(a, e1, {b: b_s, c: c_s, d: d_s}, {})
72 res2 = tvm.arith.DeduceBound(a, e2, {b: b_s, c: c_s, d: d_s}, {})
78 res2 = tvm.arith.DeduceBound(a, e2, {b: b_s, c: c_s, d: d_s}, {})
108 res7 = tvm.arith.DeduceBound(a, e4, {b: b_s, c: c_s, d: d_s}, {})
[all …]
/dports/science/nest/nest-simulator-3.1/sli/
H A Dtoken.h174 Token( const Token& c_s ) in Token() argument
177 if ( c_s.p ) in Token()
179 p = c_s.p->get_ptr(); in Token()
399 Token& operator=( const Token& c_s )
401 if ( c_s.p == p )
406 if ( c_s.p == NULL )
415 p = c_s.p->get_ptr();
/dports/audio/fossmixer/detroit-0.2.3/engine/tools/
H A Dremotetool_conf.c302 if(c[i].c_s == NULL) { in conf_read_op()
313 (void) memset((void *) c[i].c_s, 0, CONFIG_LINE_LENGTH); in conf_read_op()
316 (void) conf_string(a, c[i].c_s); in conf_read_op()
455 if(c[i].c_t == CONFIG_TYPE_STRING && c[i].c_s != NULL) { in conf_free_op()
456 (void) free(c[i].c_s); in conf_free_op()
458 c[i].c_s = NULL; in conf_free_op()
509 if(c[i].c_s == NULL || c[i].c_s[0] == 0) return(NULL); in conf_fetch_op()
511 return(c[i].c_s); in conf_fetch_op()
647 if(c[i].c_s == NULL) { in conf_update_string_op()
658 (void) memset((void *) c[i].c_s, 0, CONFIG_LINE_LENGTH); in conf_update_string_op()
[all …]
/dports/audio/fossmixer/detroit-0.2.3/engine/
H A Dconf.c221 if(c[i].c_s == NULL) { in conf_read_line()
232 (void) memset((void *) c[i].c_s, 0, CONFIG_LINE_LENGTH); in conf_read_line()
235 (void) conf_string(a, c[i].c_s); in conf_read_line()
465 if(c[i].c_t == CONFIG_TYPE_STRING && c[i].c_s != NULL) { in conf_free_op()
466 (void) free(c[i].c_s); in conf_free_op()
468 c[i].c_s = NULL; in conf_free_op()
523 if(c[i].c_s == NULL || c[i].c_s[0] == 0) return(NULL); in conf_fetch_op()
525 return(c[i].c_s); in conf_fetch_op()
694 if(c[i].c_s == NULL) { in conf_update_string_op()
705 (void) memset((void *) c[i].c_s, 0, CONFIG_LINE_LENGTH); in conf_update_string_op()
[all …]
H A Dstyles.h3 struct c_s { struct
16 static struct c_s c_s_t[] = { argument
85 static int styles_read_op(const char *, char *, char *, int, struct c_f [], struct c_s []);
86 static int styles_read_at(char *, unsigned int, unsigned int, struct c_f [], struct c_s []);
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxblend.c514 int c_b, c_s; in art_pdf_composite_pixel_alpha_8() local
549 c_s = src[i]; in art_pdf_composite_pixel_alpha_8()
563 c_s = src[i]; in art_pdf_composite_pixel_alpha_8()
566 tmp = a_b * (c_bl - ((int)c_s)) + 0x80; in art_pdf_composite_pixel_alpha_8()
567 c_mix = c_s + (((tmp >> 8) + tmp) >> 8); in art_pdf_composite_pixel_alpha_8()
646 c_s = src[i];
660 c_s = src[i];
979 int c_s; in art_pdf_composite_knockout_8() local
982 c_s = src[i]; in art_pdf_composite_knockout_8()
992 int c_s; in art_pdf_composite_knockout_8() local
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxblend.c514 int c_b, c_s; in art_pdf_composite_pixel_alpha_8() local
549 c_s = src[i]; in art_pdf_composite_pixel_alpha_8()
563 c_s = src[i]; in art_pdf_composite_pixel_alpha_8()
566 tmp = a_b * (c_bl - ((int)c_s)) + 0x80; in art_pdf_composite_pixel_alpha_8()
567 c_mix = c_s + (((tmp >> 8) + tmp) >> 8); in art_pdf_composite_pixel_alpha_8()
646 c_s = src[i];
660 c_s = src[i];
979 int c_s; in art_pdf_composite_knockout_8() local
982 c_s = src[i]; in art_pdf_composite_knockout_8()
992 int c_s; in art_pdf_composite_knockout_8() local
[all …]
/dports/lang/cython/Cython-0.29.24/tests/errors/
H A Dcharptr_from_temp.pyx4 cdef bytes c_s = b"abc"
13 cptr = c_s
49 cptr = c_s if boolval else c_s
/dports/lang/cython-devel/cython-2b1e743/tests/errors/
H A Dcharptr_from_temp.pyx4 cdef bytes c_s = b"abc"
13 cptr = c_s
49 cptr = c_s if boolval else c_s
/dports/science/py-segregation/segregation-2.1.0/segregation/tests/
H A Dtest_decomposition.py16 np.testing.assert_almost_equal(res.c_s, -0.005104643275796905)
22 np.testing.assert_almost_equal(res.c_s, -0.012109983776922045)
28 np.testing.assert_almost_equal(res.c_s, -0.004897572242559378)
/dports/science/chrono/chrono-7.0.1/src/chrono_opengl/core/
H A DChOpenGLVertexAttributes.cpp44 const glm::vec3& c_s, in ChOpenGLVertexAttributesPADSNT() argument
50 this->color_specular = c_s; in ChOpenGLVertexAttributesPADSNT()
73 const glm::vec3& c_s, in ChOpenGLVertexAttributesPADSN() argument
78 this->color_specular = c_s; in ChOpenGLVertexAttributesPADSN()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxblend.c884 int c_b, c_s; in art_pdf_composite_pixel_alpha_8() local
919 c_s = src[i]; in art_pdf_composite_pixel_alpha_8()
933 c_s = src[i]; in art_pdf_composite_pixel_alpha_8()
936 tmp = a_b * (c_bl - ((int)c_s)) + 0x80; in art_pdf_composite_pixel_alpha_8()
937 c_mix = c_s + (((tmp >> 8) + tmp) >> 8); in art_pdf_composite_pixel_alpha_8()
1016 c_s = src[i];
1030 c_s = src[i];
1348 int c_s; in art_pdf_composite_knockout_8() local
1351 c_s = src[i]; in art_pdf_composite_knockout_8()
1362 int c_s; in art_pdf_composite_knockout_8() local
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxblend.c884 int c_b, c_s; in art_pdf_composite_pixel_alpha_8() local
919 c_s = src[i]; in art_pdf_composite_pixel_alpha_8()
933 c_s = src[i]; in art_pdf_composite_pixel_alpha_8()
936 tmp = a_b * (c_bl - ((int)c_s)) + 0x80; in art_pdf_composite_pixel_alpha_8()
937 c_mix = c_s + (((tmp >> 8) + tmp) >> 8); in art_pdf_composite_pixel_alpha_8()
1016 c_s = src[i];
1030 c_s = src[i];
1348 int c_s; in art_pdf_composite_knockout_8() local
1351 c_s = src[i]; in art_pdf_composite_knockout_8()
1362 int c_s; in art_pdf_composite_knockout_8() local
[all …]
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/src/
H A Dairserv-ng.c52 int c_s; member
113 c->c_s = s; in client_add()
224 if (net_send(c->c_s, cmd, data, len) == -1) client_kill(c); in net_send_kill()
344 cmd = net_get(c->c_s, buf, &len); in handle_client()
474 FD_SET(c->c_s, &fds); in serv()
475 if (c->c_s > max) max = c->c_s; in serv()
491 if (FD_ISSET(c->c_s, &fds)) handle_client(ss, c); in serv()
/dports/graphics/blender/blender-2.91.0/extern/mantaflow/preprocessed/plugin/
H A Dsecondaryparticles.cpp495 c_s(c_s), in knFlipSampleSecondaryParticlesMoreCylinders()
638 return c_s; in getArg11()
694 c_s, in run()
754 c_s(c_s), in knFlipSampleSecondaryParticles()
889 return c_s; in getArg11()
1148 c_s(c_s), in knFlipUpdateSecondaryParticlesLinear()
1299 return c_s; in getArg10()
1343 c_s, in operator ()()
1402 c_s(c_s), in knFlipUpdateSecondaryParticlesCubic()
1607 return c_s; in getArg11()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxblend.c895 int c_b, c_s; in art_pdf_composite_pixel_alpha_8() local
926 c_s = src[i]; in art_pdf_composite_pixel_alpha_8()
940 c_s = src[i]; in art_pdf_composite_pixel_alpha_8()
943 tmp = a_b * (c_bl - ((int)c_s)) + 0x80; in art_pdf_composite_pixel_alpha_8()
944 c_mix = c_s + (((tmp >> 8) + tmp) >> 8); in art_pdf_composite_pixel_alpha_8()
1019 c_s = src[i];
1033 c_s = src[i];
1370 int c_s; in art_pdf_composite_knockout_8() local
1373 c_s = src[i]; in art_pdf_composite_knockout_8()
1384 int c_s; in art_pdf_composite_knockout_8() local
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxblend.c895 int c_b, c_s; in art_pdf_composite_pixel_alpha_8() local
926 c_s = src[i]; in art_pdf_composite_pixel_alpha_8()
940 c_s = src[i]; in art_pdf_composite_pixel_alpha_8()
943 tmp = a_b * (c_bl - ((int)c_s)) + 0x80; in art_pdf_composite_pixel_alpha_8()
944 c_mix = c_s + (((tmp >> 8) + tmp) >> 8); in art_pdf_composite_pixel_alpha_8()
1019 c_s = src[i];
1033 c_s = src[i];
1370 int c_s; in art_pdf_composite_knockout_8() local
1373 c_s = src[i]; in art_pdf_composite_knockout_8()
1384 int c_s; in art_pdf_composite_knockout_8() local
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_framebuffer_srgb/
H A Dblit.c386 srgb_to_linear(float c_s) in srgb_to_linear() argument
388 return c_s <= 0.04045 ? c_s / 12.92f in srgb_to_linear()
389 : powf((c_s + 0.055f) / 1.055f, 2.4f); in srgb_to_linear()

12345678910