Home
last modified time | relevance | path

Searched refs:csq (Results 151 – 175 of 736) sorted by relevance

12345678910>>...30

/dports/audio/tamgamp-lv2/tamgamp.lv2-590ced0a1da96ca481a1a719eebdb17f3af472e4/src/faust/
H A Damp_dist.dsp74 csq = c*c;
75 d = a0 + a1 * c + csq;
76 b0d = (b0 + b1 * c + b2 * csq)/d;
77 b1d = 2 * (b0 - b2 * csq)/d;
78 b2d = (b0 - b1 * c + b2 * csq)/d;
79 a1d = 2 * (a0 - csq)/d;
80 a2d = (a0 - a1*c + csq)/d;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/io/
H A DPrintStream.java1146 public PrintStream append(CharSequence csq) { in append() argument
1147 print(String.valueOf(csq)); in append()
1186 public PrintStream append(CharSequence csq, int start, int end) { in append() argument
1187 if (csq == null) csq = "null"; in append()
1188 return append(csq.subSequence(start, end)); in append()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/io/
H A DPrintStream.java1146 public PrintStream append(CharSequence csq) { in append() argument
1147 print(String.valueOf(csq)); in append()
1186 public PrintStream append(CharSequence csq, int start, int end) { in append() argument
1187 if (csq == null) csq = "null"; in append()
1188 return append(csq.subSequence(start, end)); in append()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/io/
H A DPrintStream.java1146 public PrintStream append(CharSequence csq) { in append() argument
1147 print(String.valueOf(csq)); in append()
1186 public PrintStream append(CharSequence csq, int start, int end) { in append() argument
1187 if (csq == null) csq = "null"; in append()
1188 return append(csq.subSequence(start, end)); in append()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/
H A DAttributedStringBuilder.java89 public AttributedStringBuilder append(CharSequence csq) { in append() argument
90 return append(new AttributedString(csq, current)); in append()
94 public AttributedStringBuilder append(CharSequence csq, int start, int end) { in append() argument
95 return append(csq.subSequence(start, end)); in append()
103 public AttributedStringBuilder append(CharSequence csq, AttributedStyle style) { in append() argument
104 return append(new AttributedString(csq, style)); in append()
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/web/sitemesh/
H A DGrailsRoutablePrintWriter.java226 public PrintWriter append(CharSequence csq, int start, int end) { in append() argument
227 return getDestination().append(csq, start, end); in append()
231 public PrintWriter append(CharSequence csq) { in append() argument
232 return getDestination().append(csq); in append()
/dports/graphics/gle/gle-3.1.0/src/
H A Durotate.c71 gleDouble s, c, ssq, csq, cts; in urot_axis() local
101 csq = c*c; in urot_axis()
103 m[0][0] = m[1][1] = m[2][2] = csq - ssq; in urot_axis()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/
H A DAppendable.java71 Appendable append(CharSequence csq) throws IOException; in append() argument
107 Appendable append(CharSequence csq, int start, int end) throws IOException; in append() argument
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/
H A DAppendable.java71 Appendable append(CharSequence csq) throws IOException; in append() argument
107 Appendable append(CharSequence csq, int start, int end) throws IOException; in append() argument
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/
H A DAppendable.java71 Appendable append(CharSequence csq) throws IOException; in append() argument
107 Appendable append(CharSequence csq, int start, int end) throws IOException; in append() argument
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/lang/
H A DAppendable.java71 Appendable append(CharSequence csq) throws IOException; in append() argument
107 Appendable append(CharSequence csq, int start, int end) throws IOException; in append() argument
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/lang/
H A DAppendable.java71 Appendable append(CharSequence csq) throws IOException; in append() argument
107 Appendable append(CharSequence csq, int start, int end) throws IOException; in append() argument
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/lang/
H A DAppendable.java71 Appendable append(CharSequence csq) throws IOException; in append() argument
107 Appendable append(CharSequence csq, int start, int end) throws IOException; in append() argument
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/lang/
H A DAppendable.java71 Appendable append(CharSequence csq) throws IOException; in append() argument
107 Appendable append(CharSequence csq, int start, int end) throws IOException; in append() argument
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/lang/
H A DAppendable.java71 Appendable append(CharSequence csq) throws IOException; in append() argument
107 Appendable append(CharSequence csq, int start, int end) throws IOException; in append() argument
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/lang/
H A DAppendable.java71 Appendable append(CharSequence csq) throws IOException; in append() argument
107 Appendable append(CharSequence csq, int start, int end) throws IOException; in append() argument
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/
H A DAppendable.java71 Appendable append(CharSequence csq) throws IOException; in append() argument
107 Appendable append(CharSequence csq, int start, int end) throws IOException; in append() argument
/dports/biology/bio-mocha/bcftools-1.14/test/csq/ENST00000410009/
H A Dframeshift.2.cmd1 {bin}/bcftools csq -lb -f ENST00000410009.fa -g ENST00000410009.gff frameshift.vcf | ../sort-csq | …
H A Dframeshift.3.cmd1 {bin}/bcftools csq -B 5 -f ENST00000410009.fa -g ENST00000410009.gff frameshift.vcf | ../sort-csq |…
H A Dframeshift.1.cmd1 {bin}/bcftools csq -b -f ENST00000410009.fa -g ENST00000410009.gff frameshift.vcf | ../sort-csq | {…
/dports/biology/bcftools/bcftools-1.14/test/csq/ENST00000410009/
H A Dframeshift.1.cmd1 {bin}/bcftools csq -b -f ENST00000410009.fa -g ENST00000410009.gff frameshift.vcf | ../sort-csq | {…
H A Dframeshift.2.cmd1 {bin}/bcftools csq -lb -f ENST00000410009.fa -g ENST00000410009.gff frameshift.vcf | ../sort-csq | …
H A Dframeshift.3.cmd1 {bin}/bcftools csq -B 5 -f ENST00000410009.fa -g ENST00000410009.gff frameshift.vcf | ../sort-csq |…
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/time/test/java/time/format/
H A DMockIOExceptionAppendable.java69 public Appendable append(CharSequence csq) throws IOException { in append() argument
77 public Appendable append(CharSequence csq, int start, int end) in append() argument
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/time/test/java/time/format/
H A DMockIOExceptionAppendable.java69 public Appendable append(CharSequence csq) throws IOException { in append() argument
77 public Appendable append(CharSequence csq, int start, int end) in append() argument

12345678910>>...30