Home
last modified time | relevance | path

Searched refs:abs_normal (Results 1 – 25 of 28) sorted by relevance

12

/dports/math/cppad/CppAD-20210000.8/example/abs_normal/
H A Dabs_normal.omh30 $childtable%example/abs_normal/get_started.cpp
31 %example/abs_normal/abs_print_mat.hpp
32 %example/abs_normal/abs_eval.hpp
33 %example/abs_normal/simplex_method.hpp
34 %example/abs_normal/lp_box.hpp
35 %example/abs_normal/abs_min_linear.hpp
36 %example/abs_normal/min_nso_linear.hpp
37 %example/abs_normal/qp_interior.hpp
38 %example/abs_normal/qp_box.hpp
39 %example/abs_normal/abs_min_quad.hpp
[all …]
H A Dmakefile.am21 check_PROGRAMS = abs_normal
40 abs_normal.cpp \
63 ./abs_normal
H A Dmakefile.in90 check_PROGRAMS = abs_normal$(EXEEXT)
91 subdir = example/abs_normal
101 abs_min_quad.$(OBJEXT) abs_normal.$(OBJEXT) \
125 ./$(DEPDIR)/abs_normal.Po ./$(DEPDIR)/get_started.Po \
379 abs_normal.cpp \
416 $(AUTOMAKE) --foreign example/abs_normal/makefile
439 @rm -f abs_normal$(EXEEXT)
451 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abs_normal.Po@am__quote@ # am--include-marker
610 -rm -f ./$(DEPDIR)/abs_normal.Po
666 -rm -f ./$(DEPDIR)/abs_normal.Po
[all …]
H A Dabs_min_quad.omh18 $srcfile%example/abs_normal/abs_min_quad.hpp%
H A Dabs_min_linear.omh18 $srcfile%example/abs_normal/abs_min_linear.hpp%
H A Dsimplex_method.omh18 $srcfile%example/abs_normal/simplex_method.hpp%
H A Dabs_eval.omh19 $srcfile%example/abs_normal/abs_eval.hpp%
H A Dmin_nso_linear.omh19 $srcfile%example/abs_normal/min_nso_linear.hpp%
H A Dmin_nso_quad.omh19 $srcfile%example/abs_normal/min_nso_quad.hpp%
H A Dqp_box.omh19 $srcfile%example/abs_normal/qp_box.hpp%
H A Dlp_box.omh19 $srcfile%example/abs_normal/lp_box.hpp%
H A Dqp_interior.omh19 $srcfile%example/abs_normal/qp_interior.hpp%
/dports/math/cppad/CppAD-20210000.8/
H A Dmakefile.am84 example/abs_normal \
104 example/abs_normal \
H A Dmakefile.in196 speed/sacado cppad_lib example/abs_normal example/atomic_two \
483 example/abs_normal \
504 example/abs_normal \
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/include/adolc/drivers/
H A Dpsdrivers.h49 ADOLC_DLL_EXPORT int abs_normal(short tag, /* tape identifier */
/dports/math/cppad/CppAD-20210000.8/omh/appendix/
H A Ddirectory.omh77 $code abs_normal$$ $cnext
78 examples using $cref/abs_normal/example_abs_normal/$$ representation of non-smooth functions.
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/swig/
H A Dadolc-numpy-drv.i60 %ignore abs_normal;
61 %rename (abs_normal) npy_abs_normal;
399 ret = abs_normal(t,m,n,s,x,*y,z,cz,cy,Y,J,Z,L);
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/src/drivers/
H A Dpsdriversf.c77 rc = abs_normal(tag,m,n,s,x,y,z,cz,cy,J,Y,Z,L); in abs_normal_()
H A Dpsdrivers.c33 int abs_normal(short tag, /* tape identifier */ in abs_normal() function
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.shaders/src/appleseed/
H A Das_triplanar.osl824 normal abs_normal = abs(Nn);
826 vector blending = pow(abs_normal, (1.0 - in_blend_softness) * 16);
864 normal(Nn[2], Nn[1], abs_normal[0]),
930 normal(Nn[0], Nn[2], abs_normal[1]),
992 normal(Nn[0], Nn[1], abs_normal[2]),
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkImagePlaneWidget.cxx1615 double abs_normal[3]; in UpdatePlane() local
1616 this->PlaneSource->GetNormal(abs_normal); in UpdatePlane()
1623 abs_normal[i] = fabs(abs_normal[i]); in UpdatePlane()
1624 if ( abs_normal[i]>nmax ) in UpdatePlane()
1626 nmax = abs_normal[i]; in UpdatePlane()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkImagePlaneWidget.cxx1559 double abs_normal[3]; in UpdatePlane() local
1560 this->PlaneSource->GetNormal(abs_normal); in UpdatePlane()
1567 abs_normal[i] = fabs(abs_normal[i]); in UpdatePlane()
1568 if (abs_normal[i] > nmax) in UpdatePlane()
1570 nmax = abs_normal[i]; in UpdatePlane()
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkImagePlaneWidget.cxx1603 double abs_normal[3]; in UpdatePlane() local
1604 this->PlaneSource->GetNormal(abs_normal); in UpdatePlane()
1611 abs_normal[i] = fabs(abs_normal[i]); in UpdatePlane()
1612 if ( abs_normal[i]>nmax ) in UpdatePlane()
1614 nmax = abs_normal[i]; in UpdatePlane()
/dports/math/cppad/CppAD-20210000.8/omh/appendix/whats_new/
H A D17.omh76 $code abs_normal$$ operation was converted to be $code const$$.
265 the $cref/abs_normal/example_abs_normal/$$ examples were converted from using
272 see $cref/abs_normal/example_abs_normal/$$.
/dports/graphics/blender/blender-2.91.0/source/blender/editors/mesh/
H A Deditmesh_tools.c9087 float abs_normal[3]; in edbm_normals_tools_exec() local
9088 copy_v3_v3(abs_normal, lnor_ed->loc); in edbm_normals_tools_exec()
9089 negate_v3(abs_normal); in edbm_normals_tools_exec()
9090 add_v3_v3(abs_normal, normal_vector); in edbm_normals_tools_exec()
9092 if (normalize_v3(abs_normal) < CLNORS_VALID_VEC_LEN) { in edbm_normals_tools_exec()
9094 copy_v3_v3(abs_normal, lnor_ed->niloc); in edbm_normals_tools_exec()
9097 abs_normal, in edbm_normals_tools_exec()

12