Home
last modified time | relevance | path

Searched refs:sseq (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tcore/
H A Dtmathutil.cpp123 sseq[0].ord = ord; in buildsturm()
128 fp = sseq[1].coef; in buildsturm()
141 return (sp - sseq); in buildsturm()
157 lf = sseq[0].coef[sseq[0].ord]; in numroots()
159 for (s = sseq + 1; s <= sseq + np; ++s) { in numroots()
167 lf = -sseq[0].coef[sseq[0].ord]; in numroots()
169 lf = sseq[0].coef[sseq[0].ord]; in numroots()
171 for (s = sseq + 1; s <= sseq + np; ++s) { in numroots()
202 lf = evalpoly(sseq[0].ord, sseq[0].coef, a); in numchanges()
204 for (s = sseq + 1; s <= sseq + np; s++) { in numchanges()
[all …]
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/math/
H A Dpolynomialsolver.cpp244 sseq[0].ord = ord; in buildsturm()
245 sseq[1].ord = ord - 1; in buildsturm()
251 fp = sseq[1].coef; in buildsturm()
277 return(sp - sseq); in buildsturm()
318 lf = sseq[0].coef[sseq[0].ord]; in visible_roots()
320 for (s = sseq + 1; s <= sseq + np; s++) in visible_roots()
334 lf = sseq[0].coef[0]; in visible_roots()
336 for (s = sseq+1; s <= sseq + np; s++) in visible_roots()
390 lf = polyeval(a, sseq[0].ord, sseq[0].coef); in numchanges()
392 for (s = sseq + 1; s <= sseq + np; s++) in numchanges()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/source/backend/math/
H A Dpolysolv.cpp241 sseq[0].ord = ord; in buildsturm()
242 sseq[1].ord = ord - 1; in buildsturm()
248 fp = sseq[1].coef; in buildsturm()
274 return(sp - sseq); in buildsturm()
315 lf = sseq[0].coef[sseq[0].ord]; in visible_roots()
317 for (s = sseq + 1; s <= sseq + np; s++) in visible_roots()
331 lf = sseq[0].coef[0]; in visible_roots()
333 for (s = sseq+1; s <= sseq + np; s++) in visible_roots()
387 lf = polyeval(a, sseq[0].ord, sseq[0].coef); in numchanges()
389 for (s = sseq + 1; s <= sseq + np; s++) in numchanges()
[all …]
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dpolysolv.cpp254 sseq[0].ord = ord; in buildsturm()
255 sseq[1].ord = ord - 1; in buildsturm()
261 fp = sseq[1].coef; in buildsturm()
287 return(sp - sseq); in buildsturm()
328 lf = sseq[0].coef[sseq[0].ord]; in visible_roots()
330 for (s = sseq + 1; s <= sseq + np; s++) in visible_roots()
344 lf = sseq[0].coef[0]; in visible_roots()
346 for (s = sseq+1; s <= sseq + np; s++) in visible_roots()
400 lf = polyeval(a, sseq[0].ord, sseq[0].coef); in numchanges()
402 for (s = sseq + 1; s <= sseq + np; s++) in numchanges()
[all …]
/dports/graphics/povray36/povray-3.6.1/source/
H A Dpolysolv.cpp245 sseq[0].ord = ord; in buildsturm()
246 sseq[1].ord = ord - 1; in buildsturm()
252 fp = sseq[1].coef; in buildsturm()
278 return(sp - sseq); in buildsturm()
319 lf = sseq[0].coef[sseq[0].ord]; in visible_roots()
321 for (s = sseq + 1; s <= sseq + np; s++) in visible_roots()
335 lf = sseq[0].coef[0]; in visible_roots()
337 for (s = sseq+1; s <= sseq + np; s++) in visible_roots()
391 lf = polyeval(a, sseq[0].ord, sseq[0].coef); in numchanges()
393 for (s = sseq + 1; s <= sseq + np; s++) in numchanges()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dpr36584.c128 numchanges (int np, polynomial * sseq, double a) in numchanges() argument
135 lf = polyeval (a, sseq[0].ord, sseq[0].coef); in numchanges()
137 for (s = sseq + 1; s <= sseq + np; s++) in numchanges()
150 sbisect (int np, polynomial * sseq, double min_value, double max_value, in sbisect() argument
158 if (regula_falsa (sseq->ord, sseq->coef, min_value, max_value, roots)) in sbisect()
165 atmid = numchanges (np, sseq, mid); in sbisect()
200 atmid = numchanges (np, sseq, mid); in sbisect()
226 n1 = sbisect (np, sseq, min_value, mid, atmin, atmid, roots); in sbisect()
227 n2 = sbisect (np, sseq, mid, max_value, atmid, atmax, &roots[n1]); in sbisect()
245 polynomial sseq[7] = { in main() local
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A Dpr36584.c128 numchanges (int np, polynomial * sseq, double a) in numchanges() argument
135 lf = polyeval (a, sseq[0].ord, sseq[0].coef); in numchanges()
137 for (s = sseq + 1; s <= sseq + np; s++) in numchanges()
150 sbisect (int np, polynomial * sseq, double min_value, double max_value, in sbisect() argument
158 if (regula_falsa (sseq->ord, sseq->coef, min_value, max_value, roots)) in sbisect()
165 atmid = numchanges (np, sseq, mid); in sbisect()
200 atmid = numchanges (np, sseq, mid); in sbisect()
226 n1 = sbisect (np, sseq, min_value, mid, atmin, atmid, roots); in sbisect()
227 n2 = sbisect (np, sseq, mid, max_value, atmid, atmax, &roots[n1]); in sbisect()
245 polynomial sseq[7] = { in main() local
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dpr36584.c128 numchanges (int np, polynomial * sseq, double a) in numchanges() argument
135 lf = polyeval (a, sseq[0].ord, sseq[0].coef); in numchanges()
137 for (s = sseq + 1; s <= sseq + np; s++) in numchanges()
150 sbisect (int np, polynomial * sseq, double min_value, double max_value, in sbisect() argument
158 if (regula_falsa (sseq->ord, sseq->coef, min_value, max_value, roots)) in sbisect()
165 atmid = numchanges (np, sseq, mid); in sbisect()
200 atmid = numchanges (np, sseq, mid); in sbisect()
226 n1 = sbisect (np, sseq, min_value, mid, atmin, atmid, roots); in sbisect()
227 n2 = sbisect (np, sseq, mid, max_value, atmid, atmax, &roots[n1]); in sbisect()
245 polynomial sseq[7] = { in main() local
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dpr36584.c128 numchanges (int np, polynomial * sseq, double a) in numchanges() argument
135 lf = polyeval (a, sseq[0].ord, sseq[0].coef); in numchanges()
137 for (s = sseq + 1; s <= sseq + np; s++) in numchanges()
150 sbisect (int np, polynomial * sseq, double min_value, double max_value, in sbisect() argument
158 if (regula_falsa (sseq->ord, sseq->coef, min_value, max_value, roots)) in sbisect()
165 atmid = numchanges (np, sseq, mid); in sbisect()
200 atmid = numchanges (np, sseq, mid); in sbisect()
226 n1 = sbisect (np, sseq, min_value, mid, atmin, atmid, roots); in sbisect()
227 n2 = sbisect (np, sseq, mid, max_value, atmid, atmax, &roots[n1]); in sbisect()
245 polynomial sseq[7] = { in main() local
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/
H A Dpr36584.c128 numchanges (int np, polynomial * sseq, double a) in numchanges() argument
135 lf = polyeval (a, sseq[0].ord, sseq[0].coef); in numchanges()
137 for (s = sseq + 1; s <= sseq + np; s++) in numchanges()
150 sbisect (int np, polynomial * sseq, double min_value, double max_value, in sbisect() argument
158 if (regula_falsa (sseq->ord, sseq->coef, min_value, max_value, roots)) in sbisect()
165 atmid = numchanges (np, sseq, mid); in sbisect()
200 atmid = numchanges (np, sseq, mid); in sbisect()
226 n1 = sbisect (np, sseq, min_value, mid, atmin, atmid, roots); in sbisect()
227 n2 = sbisect (np, sseq, mid, max_value, atmid, atmax, &roots[n1]); in sbisect()
245 polynomial sseq[7] = { in main() local
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dpr36584.c128 numchanges (int np, polynomial * sseq, double a) in numchanges() argument
135 lf = polyeval (a, sseq[0].ord, sseq[0].coef); in numchanges()
137 for (s = sseq + 1; s <= sseq + np; s++) in numchanges()
150 sbisect (int np, polynomial * sseq, double min_value, double max_value, in sbisect() argument
158 if (regula_falsa (sseq->ord, sseq->coef, min_value, max_value, roots)) in sbisect()
165 atmid = numchanges (np, sseq, mid); in sbisect()
200 atmid = numchanges (np, sseq, mid); in sbisect()
226 n1 = sbisect (np, sseq, min_value, mid, atmin, atmid, roots); in sbisect()
227 n2 = sbisect (np, sseq, mid, max_value, atmid, atmax, &roots[n1]); in sbisect()
245 polynomial sseq[7] = { in main() local
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr36584.c128 numchanges (int np, polynomial * sseq, double a) in numchanges() argument
135 lf = polyeval (a, sseq[0].ord, sseq[0].coef); in numchanges()
137 for (s = sseq + 1; s <= sseq + np; s++) in numchanges()
150 sbisect (int np, polynomial * sseq, double min_value, double max_value, in sbisect() argument
158 if (regula_falsa (sseq->ord, sseq->coef, min_value, max_value, roots)) in sbisect()
165 atmid = numchanges (np, sseq, mid); in sbisect()
200 atmid = numchanges (np, sseq, mid); in sbisect()
226 n1 = sbisect (np, sseq, min_value, mid, atmin, atmid, roots); in sbisect()
227 n2 = sbisect (np, sseq, mid, max_value, atmid, atmax, &roots[n1]); in sbisect()
245 polynomial sseq[7] = { in main() local
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr36584.c128 numchanges (int np, polynomial * sseq, double a) in numchanges() argument
135 lf = polyeval (a, sseq[0].ord, sseq[0].coef); in numchanges()
137 for (s = sseq + 1; s <= sseq + np; s++) in numchanges()
150 sbisect (int np, polynomial * sseq, double min_value, double max_value, in sbisect() argument
158 if (regula_falsa (sseq->ord, sseq->coef, min_value, max_value, roots)) in sbisect()
165 atmid = numchanges (np, sseq, mid); in sbisect()
200 atmid = numchanges (np, sseq, mid); in sbisect()
226 n1 = sbisect (np, sseq, min_value, mid, atmin, atmid, roots); in sbisect()
227 n2 = sbisect (np, sseq, mid, max_value, atmid, atmax, &roots[n1]); in sbisect()
245 polynomial sseq[7] = { in main() local
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr36584.c128 numchanges (int np, polynomial * sseq, double a) in numchanges() argument
135 lf = polyeval (a, sseq[0].ord, sseq[0].coef); in numchanges()
137 for (s = sseq + 1; s <= sseq + np; s++) in numchanges()
150 sbisect (int np, polynomial * sseq, double min_value, double max_value, in sbisect() argument
158 if (regula_falsa (sseq->ord, sseq->coef, min_value, max_value, roots)) in sbisect()
165 atmid = numchanges (np, sseq, mid); in sbisect()
200 atmid = numchanges (np, sseq, mid); in sbisect()
226 n1 = sbisect (np, sseq, min_value, mid, atmin, atmid, roots); in sbisect()
227 n2 = sbisect (np, sseq, mid, max_value, atmid, atmax, &roots[n1]); in sbisect()
245 polynomial sseq[7] = { in main() local
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Dpr36584.c128 numchanges (int np, polynomial * sseq, double a) in numchanges() argument
135 lf = polyeval (a, sseq[0].ord, sseq[0].coef); in numchanges()
137 for (s = sseq + 1; s <= sseq + np; s++) in numchanges()
150 sbisect (int np, polynomial * sseq, double min_value, double max_value, in sbisect() argument
158 if (regula_falsa (sseq->ord, sseq->coef, min_value, max_value, roots)) in sbisect()
165 atmid = numchanges (np, sseq, mid); in sbisect()
200 atmid = numchanges (np, sseq, mid); in sbisect()
226 n1 = sbisect (np, sseq, min_value, mid, atmin, atmid, roots); in sbisect()
227 n2 = sbisect (np, sseq, mid, max_value, atmid, atmax, &roots[n1]); in sbisect()
245 polynomial sseq[7] = { in main() local
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A Dpr36584.c128 numchanges (int np, polynomial * sseq, double a) in numchanges() argument
135 lf = polyeval (a, sseq[0].ord, sseq[0].coef); in numchanges()
137 for (s = sseq + 1; s <= sseq + np; s++) in numchanges()
150 sbisect (int np, polynomial * sseq, double min_value, double max_value, in sbisect() argument
158 if (regula_falsa (sseq->ord, sseq->coef, min_value, max_value, roots)) in sbisect()
165 atmid = numchanges (np, sseq, mid); in sbisect()
200 atmid = numchanges (np, sseq, mid); in sbisect()
226 n1 = sbisect (np, sseq, min_value, mid, atmin, atmid, roots); in sbisect()
227 n2 = sbisect (np, sseq, mid, max_value, atmid, atmax, &roots[n1]); in sbisect()
245 polynomial sseq[7] = { in main() local
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr36584.c128 numchanges (int np, polynomial * sseq, double a) in numchanges() argument
135 lf = polyeval (a, sseq[0].ord, sseq[0].coef); in numchanges()
137 for (s = sseq + 1; s <= sseq + np; s++) in numchanges()
150 sbisect (int np, polynomial * sseq, double min_value, double max_value, in sbisect() argument
158 if (regula_falsa (sseq->ord, sseq->coef, min_value, max_value, roots)) in sbisect()
165 atmid = numchanges (np, sseq, mid); in sbisect()
200 atmid = numchanges (np, sseq, mid); in sbisect()
226 n1 = sbisect (np, sseq, min_value, mid, atmin, atmid, roots); in sbisect()
227 n2 = sbisect (np, sseq, mid, max_value, atmid, atmax, &roots[n1]); in sbisect()
245 polynomial sseq[7] = { in main() local
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A Dpr36584.c128 numchanges (int np, polynomial * sseq, double a) in numchanges() argument
135 lf = polyeval (a, sseq[0].ord, sseq[0].coef); in numchanges()
137 for (s = sseq + 1; s <= sseq + np; s++) in numchanges()
150 sbisect (int np, polynomial * sseq, double min_value, double max_value, in sbisect() argument
158 if (regula_falsa (sseq->ord, sseq->coef, min_value, max_value, roots)) in sbisect()
165 atmid = numchanges (np, sseq, mid); in sbisect()
200 atmid = numchanges (np, sseq, mid); in sbisect()
226 n1 = sbisect (np, sseq, min_value, mid, atmin, atmid, roots); in sbisect()
227 n2 = sbisect (np, sseq, mid, max_value, atmid, atmax, &roots[n1]); in sbisect()
245 polynomial sseq[7] = { in main() local
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/
H A Dpr36584.c128 numchanges (int np, polynomial * sseq, double a) in numchanges() argument
135 lf = polyeval (a, sseq[0].ord, sseq[0].coef); in numchanges()
137 for (s = sseq + 1; s <= sseq + np; s++) in numchanges()
150 sbisect (int np, polynomial * sseq, double min_value, double max_value, in sbisect() argument
158 if (regula_falsa (sseq->ord, sseq->coef, min_value, max_value, roots)) in sbisect()
165 atmid = numchanges (np, sseq, mid); in sbisect()
200 atmid = numchanges (np, sseq, mid); in sbisect()
226 n1 = sbisect (np, sseq, min_value, mid, atmin, atmid, roots); in sbisect()
227 n2 = sbisect (np, sseq, mid, max_value, atmid, atmax, &roots[n1]); in sbisect()
245 polynomial sseq[7] = { in main() local
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/
H A Dpr36584.c128 numchanges (int np, polynomial * sseq, double a) in numchanges() argument
135 lf = polyeval (a, sseq[0].ord, sseq[0].coef); in numchanges()
137 for (s = sseq + 1; s <= sseq + np; s++) in numchanges()
150 sbisect (int np, polynomial * sseq, double min_value, double max_value, in sbisect() argument
158 if (regula_falsa (sseq->ord, sseq->coef, min_value, max_value, roots)) in sbisect()
165 atmid = numchanges (np, sseq, mid); in sbisect()
200 atmid = numchanges (np, sseq, mid); in sbisect()
226 n1 = sbisect (np, sseq, min_value, mid, atmin, atmid, roots); in sbisect()
227 n2 = sbisect (np, sseq, mid, max_value, atmid, atmax, &roots[n1]); in sbisect()
245 polynomial sseq[7] = { in main() local
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A Dpr36584.c128 numchanges (int np, polynomial * sseq, double a) in numchanges() argument
135 lf = polyeval (a, sseq[0].ord, sseq[0].coef); in numchanges()
137 for (s = sseq + 1; s <= sseq + np; s++) in numchanges()
150 sbisect (int np, polynomial * sseq, double min_value, double max_value, in sbisect() argument
158 if (regula_falsa (sseq->ord, sseq->coef, min_value, max_value, roots)) in sbisect()
165 atmid = numchanges (np, sseq, mid); in sbisect()
200 atmid = numchanges (np, sseq, mid); in sbisect()
226 n1 = sbisect (np, sseq, min_value, mid, atmin, atmid, roots); in sbisect()
227 n2 = sbisect (np, sseq, mid, max_value, atmid, atmax, &roots[n1]); in sbisect()
245 polynomial sseq[7] = { in main() local
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dpr36584.c128 numchanges (int np, polynomial * sseq, double a) in numchanges() argument
135 lf = polyeval (a, sseq[0].ord, sseq[0].coef); in numchanges()
137 for (s = sseq + 1; s <= sseq + np; s++) in numchanges()
150 sbisect (int np, polynomial * sseq, double min_value, double max_value, in sbisect() argument
158 if (regula_falsa (sseq->ord, sseq->coef, min_value, max_value, roots)) in sbisect()
165 atmid = numchanges (np, sseq, mid); in sbisect()
200 atmid = numchanges (np, sseq, mid); in sbisect()
226 n1 = sbisect (np, sseq, min_value, mid, atmin, atmid, roots); in sbisect()
227 n2 = sbisect (np, sseq, mid, max_value, atmid, atmax, &roots[n1]); in sbisect()
245 polynomial sseq[7] = { in main() local
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/
H A Dpr36584.c128 numchanges (int np, polynomial * sseq, double a) in numchanges() argument
135 lf = polyeval (a, sseq[0].ord, sseq[0].coef); in numchanges()
137 for (s = sseq + 1; s <= sseq + np; s++) in numchanges()
150 sbisect (int np, polynomial * sseq, double min_value, double max_value, in sbisect() argument
158 if (regula_falsa (sseq->ord, sseq->coef, min_value, max_value, roots)) in sbisect()
165 atmid = numchanges (np, sseq, mid); in sbisect()
200 atmid = numchanges (np, sseq, mid); in sbisect()
226 n1 = sbisect (np, sseq, min_value, mid, atmin, atmid, roots); in sbisect()
227 n2 = sbisect (np, sseq, mid, max_value, atmid, atmax, &roots[n1]); in sbisect()
245 polynomial sseq[7] = { in main() local
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.dg/
H A Dpr36584.c128 numchanges (int np, polynomial * sseq, double a) in numchanges() argument
135 lf = polyeval (a, sseq[0].ord, sseq[0].coef); in numchanges()
137 for (s = sseq + 1; s <= sseq + np; s++) in numchanges()
150 sbisect (int np, polynomial * sseq, double min_value, double max_value, in sbisect() argument
158 if (regula_falsa (sseq->ord, sseq->coef, min_value, max_value, roots)) in sbisect()
165 atmid = numchanges (np, sseq, mid); in sbisect()
200 atmid = numchanges (np, sseq, mid); in sbisect()
226 n1 = sbisect (np, sseq, min_value, mid, atmin, atmid, roots); in sbisect()
227 n2 = sbisect (np, sseq, mid, max_value, atmid, atmax, &roots[n1]); in sbisect()
245 polynomial sseq[7] = { in main() local
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A Dpr36584.c128 numchanges (int np, polynomial * sseq, double a) in numchanges() argument
135 lf = polyeval (a, sseq[0].ord, sseq[0].coef); in numchanges()
137 for (s = sseq + 1; s <= sseq + np; s++) in numchanges()
150 sbisect (int np, polynomial * sseq, double min_value, double max_value, in sbisect() argument
158 if (regula_falsa (sseq->ord, sseq->coef, min_value, max_value, roots)) in sbisect()
165 atmid = numchanges (np, sseq, mid); in sbisect()
200 atmid = numchanges (np, sseq, mid); in sbisect()
226 n1 = sbisect (np, sseq, min_value, mid, atmin, atmid, roots); in sbisect()
227 n2 = sbisect (np, sseq, mid, max_value, atmid, atmax, &roots[n1]); in sbisect()
245 polynomial sseq[7] = { in main() local
[all …]

12345678910>>...19