Home
last modified time | relevance | path

Searched refs:cs_i (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMLayeredTexture.h78 void setColorR(size_t cs_i,float cr) in setColorR() argument
83 void setColorG(size_t cs_i,float cg) in setColorG() argument
88 void setColorB(size_t cs_i,float cb) in setColorB() argument
93 void setAlpha(size_t cs_i,float a) in setAlpha() argument
134 void getInputs(size_t cs_i)const in getInputs() argument
143 void getColor(size_t cs_i)const in getColor() argument
152 void getColorR(size_t cs_i)const in getColorR() argument
161 void getColorG(size_t cs_i)const in getColorG() argument
170 void getColorB(size_t cs_i)const in getColorB() argument
179 void getAlpha(size_t cs_i)const in getAlpha() argument
[all …]
H A DMayaDMLayeredShader.h82 void setColorR(size_t cs_i,float cr) in setColorR() argument
87 void setColorG(size_t cs_i,float cg) in setColorG() argument
92 void setColorB(size_t cs_i,float cb) in setColorB() argument
339 void getInputs(size_t cs_i)const in getInputs() argument
348 void getColor(size_t cs_i)const in getColor() argument
357 void getColorR(size_t cs_i)const in getColorR() argument
366 void getColorG(size_t cs_i)const in getColorG() argument
375 void getColorB(size_t cs_i)const in getColorB() argument
420 void getGlowColor(size_t cs_i)const in getGlowColor() argument
429 void getGlowColorR(size_t cs_i)const in getGlowColorR() argument
[all …]
H A DMayaDMRoundConstantRadius.h349 void getCornerSurface(size_t cs_i)const in getCornerSurface() argument
351 fprintf(mFile,"\"%s.cs[%i]\"",mName.c_str(),cs_i); in getCornerSurface()
H A DMayaDMFurFeedback.h1369 void setClumpingSamples(size_t cs_i,double cs) in setClumpingSamples() argument
1372 fprintf(mFile,"\tsetAttr \".cs[%i]\" %f;\n", cs_i,cs); in setClumpingSamples()
3170 void getClumpingSamples(size_t cs_i)const in getClumpingSamples() argument
3172 fprintf(mFile,"\"%s.cs[%i]\"",mName.c_str(),cs_i); in getClumpingSamples()
/dports/biology/py-pysam/pysam-0.18.0/samtools/
H A Dbam_color.c128 int cs_i; in bam_aux_getCEi() local
141 cs_i = strlen(cs) - 1 - i; in bam_aux_getCEi()
145 cs_i -= cigar >> BAM_CIGAR_SHIFT; in bam_aux_getCEi()
148 cur_color = cs[cs_i]; in bam_aux_getCEi()
150 …prev_b = (cs_i == 1) ? "TGCAN"[(int)bam_aux_nt2int(cs[0])] : seq_nt16_str[bam_seqi(bam_get_seq(b),… in bam_aux_getCEi()
155 cs_i=i+1; in bam_aux_getCEi()
157 cur_color = cs[cs_i]; in bam_aux_getCEi()
H A Dbam_color.c.pysam.c130 int cs_i; in bam_aux_getCEi() local
143 cs_i = strlen(cs) - 1 - i; in bam_aux_getCEi()
147 cs_i -= cigar >> BAM_CIGAR_SHIFT; in bam_aux_getCEi()
150 cur_color = cs[cs_i]; in bam_aux_getCEi()
152 …prev_b = (cs_i == 1) ? "TGCAN"[(int)bam_aux_nt2int(cs[0])] : seq_nt16_str[bam_seqi(bam_get_seq(b),… in bam_aux_getCEi()
157 cs_i=i+1; in bam_aux_getCEi()
159 cur_color = cs[cs_i]; in bam_aux_getCEi()
/dports/biology/samtools/samtools-1.14/
H A Dbam_color.c128 int cs_i; in bam_aux_getCEi() local
141 cs_i = strlen(cs) - 1 - i; in bam_aux_getCEi()
145 cs_i -= cigar >> BAM_CIGAR_SHIFT; in bam_aux_getCEi()
148 cur_color = cs[cs_i]; in bam_aux_getCEi()
150 …prev_b = (cs_i == 1) ? "TGCAN"[(int)bam_aux_nt2int(cs[0])] : seq_nt16_str[bam_seqi(bam_get_seq(b),… in bam_aux_getCEi()
155 cs_i=i+1; in bam_aux_getCEi()
157 cur_color = cs[cs_i]; in bam_aux_getCEi()
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/samtools/src/samtools/
H A Dbam_color.c87 int cs_i; in bam_aux_getCEi() local
100 cs_i = strlen(cs) - 1 - i; in bam_aux_getCEi()
102 cur_color = cs[cs_i]; in bam_aux_getCEi()
104 …prev_b = (cs_i == 1) ? "TGCAN"[(int)bam_aux_nt2int(cs[0])] : bam_nt16_rev_table[bam1_seqi(bam1_seq… in bam_aux_getCEi()
109 cs_i=i+1; in bam_aux_getCEi()
111 cur_color = cs[cs_i]; in bam_aux_getCEi()
/dports/biology/stringtie/stringtie-2.1.1/samtools-0.1.18/
H A Dbam_color.c87 int cs_i; in bam_aux_getCEi() local
100 cs_i = strlen(cs) - 1 - i; in bam_aux_getCEi()
102 cur_color = cs[cs_i]; in bam_aux_getCEi()
104 …prev_b = (cs_i == 1) ? "TGCAN"[(int)bam_aux_nt2int(cs[0])] : bam_nt16_rev_table[bam1_seqi(bam1_seq… in bam_aux_getCEi()
109 cs_i=i+1; in bam_aux_getCEi()
111 cur_color = cs[cs_i]; in bam_aux_getCEi()
/dports/biology/seqan1/seqan-1.3.1/lib/samtools/
H A Dbam_color.c87 int cs_i; in bam_aux_getCEi() local
100 cs_i = strlen(cs) - 1 - i; in bam_aux_getCEi()
102 cur_color = cs[cs_i]; in bam_aux_getCEi()
104 …prev_b = (cs_i == 1) ? "TGCAN"[(int)bam_aux_nt2int(cs[0])] : bam_nt16_rev_table[bam1_seqi(bam1_seq… in bam_aux_getCEi()
109 cs_i=i+1; in bam_aux_getCEi()
111 cur_color = cs[cs_i]; in bam_aux_getCEi()
/dports/devel/ppl/ppl-1.2/src/
H A DMIP_Problem.cc555 const Constraint& cs_i = *(input_cs[i]); in parse_constraints() local
559 = cs_i.expression().first_nonzero(1, cs_i_end); in parse_constraints()
569 if (cs_i.is_inequality()) { in parse_constraints()
577 if (cs_i.is_inequality() && is_satisfied(cs_i, last_generator)) { in parse_constraints()
586 if (cs_i.is_inequality()) { in parse_constraints()
587 if (cs_i.inhomogeneous_term() < 0) { in parse_constraints()
594 if (cs_i.inhomogeneous_term() != 0) { in parse_constraints()
640 const int sgn_b = sgn(cs_i.inhomogeneous_term()); in parse_constraints()
644 if (cs_i.is_inequality()) { in parse_constraints()
649 else if (cs_i.is_equality()) { in parse_constraints()
[all …]
H A DPIP_Problem.cc142 cs_i = nth_iter(input_cs, first_pending_constraint), in solve() local
143 cs_end = input_cs.end(); cs_i != cs_end; ++cs_i) { in solve()
144 const Constraint& c = *cs_i; in solve()
H A DPolyhedron_public.cc641 for (Constraint_System::const_iterator cs_i = cs.begin(), in contains_integer_point() local
642 cs_end = cs.end(); cs_i != cs_end; ++cs_i) { in contains_integer_point()
643 const Constraint& c = *cs_i; in contains_integer_point()
H A DBox_templates.hh4129 for (Constraint_System::const_iterator cs_i = cs.begin(), in get_limiting_box() local
4130 cs_end = cs.end(); cs_i != cs_end; ++cs_i) { in get_limiting_box()
4131 const Constraint& c = *cs_i; in get_limiting_box()
H A DBD_Shape_templates.hh3144 for (Constraint_System::const_iterator cs_i = cs.begin(), in get_limiting_shape() local
3145 cs_end = cs.end(); cs_i != cs_end; ++cs_i) { in get_limiting_shape()
3146 const Constraint& c = *cs_i; in get_limiting_shape()
H A DOctagonal_Shape_templates.hh3899 for (Constraint_System::const_iterator cs_i = cs.begin(), in get_limiting_octagon() local
3900 cs_end = cs.end(); cs_i != cs_end; ++cs_i) { in get_limiting_octagon()
3901 const Constraint& c = *cs_i; in get_limiting_octagon()
H A Dppl.hh.dist74953 for (Constraint_System::const_iterator cs_i = cs.begin(),
74954 cs_end = cs.end(); cs_i != cs_end; ++cs_i) {
74955 const Constraint& c = *cs_i;
83691 for (Constraint_System::const_iterator cs_i = cs.begin(),
83692 cs_end = cs.end(); cs_i != cs_end; ++cs_i) {
83693 const Constraint& c = *cs_i;
91748 for (Constraint_System::const_iterator cs_i = cs.begin(),
91749 cs_end = cs.end(); cs_i != cs_end; ++cs_i) {
91750 const Constraint& c = *cs_i;
/dports/lang/ruby26/ruby-2.6.9/ext/objspace/
H A Dobjspace.c252 cs_i(void *vstart, void *vend, size_t stride, void *n) in cs_i() function
307 rb_objspace_each_objects(cs_i, &dynamic_counts); in count_symbols()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dpdumper.c3167 dump_charset (struct dump_context *ctx, int cs_i) in dump_charset() argument
3173 const struct charset *cs = charset_table + cs_i; in dump_charset()
3180 if (cs_i < charset_table_used && cs->code_space_mask) in dump_charset()
3201 if (cs_i < charset_table_used && cs->code_space_mask) in dump_charset()
3203 Fcons (dump_off_to_lisp (cs_i), in dump_charset()
3359 int cs_i = XFIXNUM (XCAR (data)); in dump_cold_charset() local
3365 struct charset *cs = charset_table + cs_i; in dump_cold_charset()
/dports/editors/emacs/emacs-27.2/src/
H A Dpdumper.c3173 dump_charset (struct dump_context *ctx, int cs_i) in dump_charset() argument
3179 const struct charset *cs = charset_table + cs_i; in dump_charset()
3209 Fcons (dump_off_to_lisp (cs_i), in dump_charset()
3360 int cs_i = XFIXNUM (XCAR (data)); in dump_cold_charset() local
3367 struct charset *cs = charset_table + cs_i; in dump_cold_charset()