Home
last modified time | relevance | path

Searched refs:SMALL_ENOUGH (Results 1 – 25 of 44) sorted by relevance

12

/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/math/
H A Dpolynomialsolver.cpp99 const DBL SMALL_ENOUGH = 1.0e-10; variable
197 while (k >= 0 && fabs(r->coef[k]) < SMALL_ENOUGH) in modp()
662 if (fabs(fa) < SMALL_ENOUGH) in regula_falsa()
669 if (fabs(fb) < SMALL_ENOUGH) in regula_falsa()
831 if ((d > -SMALL_ENOUGH) && (d < SMALL_ENOUGH)) in solve_quadratic()
1371 if (d1 > -SMALL_ENOUGH) in solve_quartic()
1381 if (d1 < SMALL_ENOUGH) in solve_quartic()
1593 while ((i < n) && (fabs(c0[i]) < SMALL_ENOUGH)) in Solve_Polynomial()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/math/
H A Dpolysolv.cpp96 const DBL SMALL_ENOUGH = 1.0e-10; variable
194 while (k >= 0 && fabs(r->coef[k]) < SMALL_ENOUGH) in modp()
659 if (fabs(fa) < SMALL_ENOUGH) in regula_falsa()
666 if (fabs(fb) < SMALL_ENOUGH) in regula_falsa()
828 if ((d > -SMALL_ENOUGH) && (d < SMALL_ENOUGH)) in solve_quadratic()
1368 if (d1 > -SMALL_ENOUGH) in solve_quartic()
1378 if (d1 < SMALL_ENOUGH) in solve_quartic()
1590 while ((fabs(c0[i]) < SMALL_ENOUGH) && (i < n)) in Solve_Polynomial()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dpolysolv.cpp95 const DBL SMALL_ENOUGH = 1.0e-10; variable
207 while (k >= 0 && fabs(r->coef[k]) < SMALL_ENOUGH) in modp()
672 if (fabs(fa) < SMALL_ENOUGH) in regula_falsa()
679 if (fabs(fb) < SMALL_ENOUGH) in regula_falsa()
836 if ((d > -SMALL_ENOUGH) && (d < SMALL_ENOUGH)) in solve_quadratic()
1376 if (d1 > -SMALL_ENOUGH) in solve_quartic()
1386 if (d1 < SMALL_ENOUGH) in solve_quartic()
1598 while ((fabs(c0[i]) < SMALL_ENOUGH) && (i < n)) in Solve_Polynomial()
/dports/graphics/povray36/povray-3.6.1/source/
H A Dpolysolv.cpp90 const DBL SMALL_ENOUGH = 1.0e-10; variable
198 while (k >= 0 && fabs(r->coef[k]) < SMALL_ENOUGH) in modp()
663 if (fabs(fa) < SMALL_ENOUGH) in regula_falsa()
670 if (fabs(fb) < SMALL_ENOUGH) in regula_falsa()
827 if ((d > -SMALL_ENOUGH) && (d < SMALL_ENOUGH)) in solve_quadratic()
1367 if (d1 > -SMALL_ENOUGH) in solve_quartic()
1377 if (d1 < SMALL_ENOUGH) in solve_quartic()
1589 while ((fabs(c0[i]) < SMALL_ENOUGH) && (i < n)) in Solve_Polynomial()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dpr36584.c10 const double SMALL_ENOUGH = 1.0e-10; variable
45 if (fabs (fa) < SMALL_ENOUGH) in regula_falsa()
51 if (fabs (fb) < SMALL_ENOUGH) in regula_falsa()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A Dpr36584.c10 const double SMALL_ENOUGH = 1.0e-10; variable
45 if (fabs (fa) < SMALL_ENOUGH) in regula_falsa()
51 if (fabs (fb) < SMALL_ENOUGH) in regula_falsa()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dpr36584.c10 const double SMALL_ENOUGH = 1.0e-10; variable
45 if (fabs (fa) < SMALL_ENOUGH) in regula_falsa()
51 if (fabs (fb) < SMALL_ENOUGH) in regula_falsa()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dpr36584.c10 const double SMALL_ENOUGH = 1.0e-10; variable
45 if (fabs (fa) < SMALL_ENOUGH) in regula_falsa()
51 if (fabs (fb) < SMALL_ENOUGH) in regula_falsa()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/
H A Dpr36584.c10 const double SMALL_ENOUGH = 1.0e-10; variable
45 if (fabs (fa) < SMALL_ENOUGH) in regula_falsa()
51 if (fabs (fb) < SMALL_ENOUGH) in regula_falsa()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dpr36584.c10 const double SMALL_ENOUGH = 1.0e-10; variable
45 if (fabs (fa) < SMALL_ENOUGH) in regula_falsa()
51 if (fabs (fb) < SMALL_ENOUGH) in regula_falsa()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr36584.c10 const double SMALL_ENOUGH = 1.0e-10; variable
45 if (fabs (fa) < SMALL_ENOUGH) in regula_falsa()
51 if (fabs (fb) < SMALL_ENOUGH) in regula_falsa()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr36584.c10 const double SMALL_ENOUGH = 1.0e-10; variable
45 if (fabs (fa) < SMALL_ENOUGH) in regula_falsa()
51 if (fabs (fb) < SMALL_ENOUGH) in regula_falsa()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr36584.c10 const double SMALL_ENOUGH = 1.0e-10; variable
45 if (fabs (fa) < SMALL_ENOUGH) in regula_falsa()
51 if (fabs (fb) < SMALL_ENOUGH) in regula_falsa()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Dpr36584.c10 const double SMALL_ENOUGH = 1.0e-10; variable
45 if (fabs (fa) < SMALL_ENOUGH) in regula_falsa()
51 if (fabs (fb) < SMALL_ENOUGH) in regula_falsa()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A Dpr36584.c10 const double SMALL_ENOUGH = 1.0e-10; variable
45 if (fabs (fa) < SMALL_ENOUGH) in regula_falsa()
51 if (fabs (fb) < SMALL_ENOUGH) in regula_falsa()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr36584.c10 const double SMALL_ENOUGH = 1.0e-10; variable
45 if (fabs (fa) < SMALL_ENOUGH) in regula_falsa()
51 if (fabs (fb) < SMALL_ENOUGH) in regula_falsa()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A Dpr36584.c10 const double SMALL_ENOUGH = 1.0e-10; variable
45 if (fabs (fa) < SMALL_ENOUGH) in regula_falsa()
51 if (fabs (fb) < SMALL_ENOUGH) in regula_falsa()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/
H A Dpr36584.c10 const double SMALL_ENOUGH = 1.0e-10; variable
45 if (fabs (fa) < SMALL_ENOUGH) in regula_falsa()
51 if (fabs (fb) < SMALL_ENOUGH) in regula_falsa()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/
H A Dpr36584.c10 const double SMALL_ENOUGH = 1.0e-10; variable
45 if (fabs (fa) < SMALL_ENOUGH) in regula_falsa()
51 if (fabs (fb) < SMALL_ENOUGH) in regula_falsa()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A Dpr36584.c10 const double SMALL_ENOUGH = 1.0e-10; variable
45 if (fabs (fa) < SMALL_ENOUGH) in regula_falsa()
51 if (fabs (fb) < SMALL_ENOUGH) in regula_falsa()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dpr36584.c10 const double SMALL_ENOUGH = 1.0e-10; variable
45 if (fabs (fa) < SMALL_ENOUGH) in regula_falsa()
51 if (fabs (fb) < SMALL_ENOUGH) in regula_falsa()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/
H A Dpr36584.c10 const double SMALL_ENOUGH = 1.0e-10; variable
45 if (fabs (fa) < SMALL_ENOUGH) in regula_falsa()
51 if (fabs (fb) < SMALL_ENOUGH) in regula_falsa()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.dg/
H A Dpr36584.c10 const double SMALL_ENOUGH = 1.0e-10; variable
45 if (fabs (fa) < SMALL_ENOUGH) in regula_falsa()
51 if (fabs (fb) < SMALL_ENOUGH) in regula_falsa()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A Dpr36584.c10 const double SMALL_ENOUGH = 1.0e-10; variable
45 if (fabs (fa) < SMALL_ENOUGH) in regula_falsa()
51 if (fabs (fb) < SMALL_ENOUGH) in regula_falsa()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.dg/
H A Dpr36584.c10 const double SMALL_ENOUGH = 1.0e-10; variable
45 if (fabs (fa) < SMALL_ENOUGH) in regula_falsa()
51 if (fabs (fb) < SMALL_ENOUGH) in regula_falsa()

12