Home
last modified time | relevance | path

Searched refs:norma (Results 1 – 25 of 1126) sorted by relevance

12345678910>>...46

/dports/math/csdp/Csdp-releases-6.2.0/lib/
H A Dtweakgap.c37 double norma; local
40 norma=norm2(k,a+1);
48 workvec3,1.0,-gap/(norma*norma),0);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/gen_math/Loops06/
H A DLoops06.java98 double norma_x = ll.norma(N,xx); in main()
99 double norma_y = ll.norma(N,yy); in main()
100 double norma_z = ll.norma(N,zz); in main()
110 public double norma(int nn, double ww[]) in norma() method in Loops06
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/gen_math/Loops06/
H A DLoops06.java98 double norma_x = ll.norma(N,xx); in main()
99 double norma_y = ll.norma(N,yy); in main()
100 double norma_z = ll.norma(N,zz); in main()
110 public double norma(int nn, double ww[]) in norma() method in Loops06
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglLandP/
H A DCglLandPUtils.cpp28 void scale(OsiRowCut &cut, double norma) in scale() argument
30 assert(norma >0.); in scale()
35 row.insert(cut.row().getIndices()[i], cut.row().getElements()[i]/norma); in scale()
37 cut.setLb(cut.lb()/norma); in scale()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/gen_math/Loops06/
H A DLoops06.java97 double norma_x = ll.norma(N,xx); in main()
98 double norma_y = ll.norma(N,yy); in main()
99 double norma_z = ll.norma(N,zz); in main()
109 public double norma(int nn, double ww[]) in norma() method in Loops06
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/gen_math/Loops06/
H A DLoops06.java96 double norma_x = ll.norma(N,xx); in main()
97 double norma_y = ll.norma(N,yy); in main()
98 double norma_z = ll.norma(N,zz); in main()
108 public double norma(int nn, double ww[]) in norma() method in Loops06
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/gen_math/Loops06/
H A DLoops06.java96 double norma_x = ll.norma(N,xx); in main()
97 double norma_y = ll.norma(N,yy); in main()
98 double norma_z = ll.norma(N,zz); in main()
108 public double norma(int nn, double ww[]) in norma() method in Loops06
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/gen_math/Loops06/
H A DLoops06.java98 double norma_x = ll.norma(N,xx); in main()
99 double norma_y = ll.norma(N,yy); in main()
100 double norma_z = ll.norma(N,zz); in main()
110 public double norma(int nn, double ww[]) in norma() method in Loops06
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/gen_math/Loops06/
H A DLoops06.java98 double norma_x = ll.norma(N,xx); in main()
99 double norma_y = ll.norma(N,yy); in main()
100 double norma_z = ll.norma(N,zz); in main()
110 public double norma(int nn, double ww[]) in norma() method in Loops06
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/gen_math/Loops06/
H A DLoops06.java98 double norma_x = ll.norma(N,xx); in main()
99 double norma_y = ll.norma(N,yy); in main()
100 double norma_z = ll.norma(N,zz); in main()
110 public double norma(int nn, double ww[]) in norma() method in Loops06
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/tests/
H A Dtest_complex.cxx67 double norma=0; in test_vector() local
69 norma += std::real(n)*std::real(n) + std::imag(n)*std::imag(n); in test_vector()
70 norma = std::sqrt(norma); in test_vector()
71 TEST_NEAR("correct magnitude", norma, a.magnitude(), 1e-12); in test_vector()
/dports/misc/vxl/vxl-3.3.2/core/vnl/tests/
H A Dtest_complex.cxx80 double norma = 0; in test_vector() local
82 norma += std::real(n) * std::real(n) + std::imag(n) * std::imag(n); in test_vector()
83 norma = std::sqrt(norma); in test_vector()
84 TEST_NEAR("correct magnitude", norma, a.magnitude(), 1e-12); in test_vector()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/shape/src/
H A Dtps_trans.cpp111 float norma = diff.x*diff.x + diff.y*diff.y;// - 2*diff.x*diff.y; in distance() local
112 if (norma<0) norma=0; in distance()
114 norma = norma*std::log(norma+FLT_EPSILON); in distance()
115 return norma; in distance()
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dstrands.cwl22 norma=
45 norma=
68 norma=
93 norma=
/dports/games/netherearth/netherearth-0.51/
H A Dmyglutaux.cpp199 double norma; in Normal() local
206 resultado[0]/=norma; in Normal()
207 resultado[1]/=norma; in Normal()
208 resultado[2]/=norma; in Normal()
214 float norma; in Normalf() local
221 resultado[0]/=norma; in Normalf()
222 resultado[1]/=norma; in Normalf()
223 resultado[2]/=norma; in Normalf()
308 double norma; in DistributeVector() local
311 norma=v.normalize(); in DistributeVector()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/mffd/
H A Dwp.c65 PetscReal normU,norma; in MatMFFDCompute_WP() local
74 ierr = VecNorm(a,NORM_2,&norma);CHKERRQ(ierr); in MatMFFDCompute_WP()
75 if (norma == 0.0) { in MatMFFDCompute_WP()
80 *h = ctx->error_rel*hctx->normUfact/norma; in MatMFFDCompute_WP()
/dports/math/scilab/scilab-6.1.1/scilab/modules/signal_processing/src/fortran/
H A Ddesi00.f1 subroutine desi00(ityp,om,norma,edeg,ndeg,adeg, argument
12 call transn (ityp,om,norma,vsn,vd,a)
H A Dtransn.f1 subroutine transn(ityp,om,norma,vsn,vd,a) argument
29 j = norma + 1
43 if (norma.eq.2) go to 200
/dports/devel/z88dk/z88dk/libsrc/math/genmath/c/sccz80/
H A Dnorma.asm5 ; $Id: norma.asm,v 1.3 2016-06-21 21:16:49 dom Exp $
8 PUBLIC norma
H A Dfloor.asm10 EXTERN norma
30 CALL norma
/dports/lang/yorick/yorick-y_2_2_04/i/
H A Dtestlp.i39 norma= 0.0; in testlp()
47 matgen,aa,lda,n,bb,norma; in testlp()
65 residn= resid/( n*norma*normx*eps ); in testlp()
195 func matgen(a,lda,n,b,&norma)
204 norma= max(a(1:n,1:n));
/dports/math/fpc-numlib/fpc-3.2.2/packages/numlib/src/
H A Dmdt.pas344 norma := 0;
354 If norma<sumrowi Then
355 norma := sumrowi
516 ca := norma*normt/normr
547 norma := 0;
555 If norma<sumrowi Then
556 norma := sumrowi;
605 ca := norma*normt/normr
821 norma := 0;
836 If norma<sumrowi Then
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/numlib/src/
H A Dmdt.pas344 norma := 0;
354 If norma<sumrowi Then
355 norma := sumrowi
516 ca := norma*normt/normr
547 norma := 0;
555 If norma<sumrowi Then
556 norma := sumrowi;
605 ca := norma*normt/normr
821 norma := 0;
836 If norma<sumrowi Then
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/math/
H A Dquadric5.h79 ScalarType norma = sqrt(v[0]*v[0]+v[1]*v[1]+v[2]*v[2]+v[3]*v[3]+v[4]*v[4]); in normalize_vec5() local
81 v[0]/=norma; in normalize_vec5()
82 v[1]/=norma; in normalize_vec5()
83 v[2]/=norma; in normalize_vec5()
84 v[3]/=norma; in normalize_vec5()
85 v[4]/=norma; in normalize_vec5()
90 ScalarType norma = sqrt(v[0]*v[0]+v[1]*v[1]+v[2]*v[2]); in normalize_vec3() local
92 v[0]/=norma; in normalize_vec3()
93 v[1]/=norma; in normalize_vec3()
94 v[2]/=norma; in normalize_vec3()
/dports/devel/vcglib/vcglib-2020.09/vcg/math/
H A Dquadric5.h79 ScalarType norma = sqrt(v[0]*v[0]+v[1]*v[1]+v[2]*v[2]+v[3]*v[3]+v[4]*v[4]); in normalize_vec5() local
81 v[0]/=norma; in normalize_vec5()
82 v[1]/=norma; in normalize_vec5()
83 v[2]/=norma; in normalize_vec5()
84 v[3]/=norma; in normalize_vec5()
85 v[4]/=norma; in normalize_vec5()
90 ScalarType norma = sqrt(v[0]*v[0]+v[1]*v[1]+v[2]*v[2]); in normalize_vec3() local
92 v[0]/=norma; in normalize_vec3()
93 v[1]/=norma; in normalize_vec3()
94 v[2]/=norma; in normalize_vec3()

12345678910>>...46