Home
last modified time | relevance | path

Searched defs:sgnR (Results 1 – 25 of 41) sorted by relevance

12

/dports/math/gsl/gsl-2.7/poly/
H A Dsolve_cubic.c79 double sgnR = (R >= 0 ? 1 : -1); in gsl_poly_solve_cubic() local
104 double sgnR = (R >= 0 ? 1 : -1); in gsl_poly_solve_cubic() local
H A Dzsolve_cubic.c90 double sgnR = (R >= 0 ? 1 : -1); in gsl_poly_complex_solve_cubic() local
124 double sgnR = (R >= 0 ? 1 : -1); in gsl_poly_complex_solve_cubic() local
/dports/math/spar/spar-0.5.10/lib/poly/
H A Dsolve_cubic.c103 double sgnR = SL_SGN (R); in sl_poly_solve_cubic() local
H A Dzsolve_cubic.c114 double sgnR = (R >= 0 ? 1 : -1); in sl_poly_zsolve_cubic() local
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_poly__solve_cubic.c104 double sgnR = (R >= 0 ? 1 : -1); in gsl_poly_solve_cubic() local
H A Dgsl_poly__zsolve_cubic.c124 double sgnR = (R >= 0 ? 1 : -1); in gsl_poly_complex_solve_cubic() local
/dports/graphics/blender/blender-2.91.0/intern/libmv/libmv/numeric/
H A Dpoly.h99 Real sgnR = (R >= 0 ? 1 : -1); in SolveCubicPolynomial() local
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/sfm/src/libmv_light/libmv/numeric/
H A Dpoly.h99 Real sgnR = (R >= 0 ? 1 : -1); in SolveCubicPolynomial() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c2/
H A DPolynomialRoot.java628 final double sgnR = (R >= 0 ? 1 : -1); in root3() local
644 final double sgnR = (R >= 0 ? 1 : -1); in root3() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/c2/
H A DPolynomialRoot.java628 final double sgnR = (R >= 0 ? 1 : -1); in root3() local
644 final double sgnR = (R >= 0 ? 1 : -1); in root3() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/c2/
H A DPolynomialRoot.java629 final double sgnR = (R >= 0 ? 1 : -1); in root3() local
645 final double sgnR = (R >= 0 ? 1 : -1); in root3() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/c2/
H A DPolynomialRoot.java629 final double sgnR = (R >= 0 ? 1 : -1); in root3() local
645 final double sgnR = (R >= 0 ? 1 : -1); in root3() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/c2/
H A DPolynomialRoot.java629 final double sgnR = (R >= 0 ? 1 : -1); in root3() local
645 final double sgnR = (R >= 0 ? 1 : -1); in root3() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c2/
H A DPolynomialRoot.java628 final double sgnR = (R >= 0 ? 1 : -1); in root3() local
644 final double sgnR = (R >= 0 ? 1 : -1); in root3() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/c2/
H A DPolynomialRoot.java628 final double sgnR = (R >= 0 ? 1 : -1); in root3() local
644 final double sgnR = (R >= 0 ? 1 : -1); in root3() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/c2/
H A DPolynomialRoot.java628 final double sgnR = (R >= 0 ? 1 : -1); in root3() local
644 final double sgnR = (R >= 0 ? 1 : -1); in root3() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/8005956/
H A DPolynomialRoot.java619 final double sgnR = (R >= 0 ? 1 : -1); in root3() local
635 final double sgnR = (R >= 0 ? 1 : -1); in root3() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/8005956/
H A DPolynomialRoot.java619 final double sgnR = (R >= 0 ? 1 : -1); in root3() local
635 final double sgnR = (R >= 0 ? 1 : -1); in root3() local
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/nmod_poly/
H A Dxgcd_hgcd.c131 int sgnR; in _nmod_poly_xgcd_hgcd() local
/dports/math/e-antic/flint2-ae7ec89/nmod_poly/
H A Dxgcd_hgcd.c131 int sgnR; in _nmod_poly_xgcd_hgcd() local
/dports/math/e-antic/flint2-ae7ec89/fmpz_mod_poly/
H A Dxgcd_hgcd.c135 int sgnR; in _fmpz_mod_poly_xgcd_hgcd() local
/dports/math/flint2/flint-2.8.4/fmpz_mod_poly/
H A Dxgcd_hgcd.c135 int sgnR; in _fmpz_mod_poly_xgcd_hgcd() local
/dports/math/flint2/flint-2.8.4/nmod_poly/
H A Dxgcd_hgcd.c131 int sgnR; in _nmod_poly_xgcd_hgcd() local
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_mod_poly/
H A Dxgcd_hgcd.c135 int sgnR; in _fmpz_mod_poly_xgcd_hgcd() local
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fq_poly_templates/
H A Dhgcd.c347 slong sgnR, sgnS; in _TEMPLATE() local

12