Home
last modified time | relevance | path

Searched refs:normal_local (Results 1 – 18 of 18) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dsuperquadric.cpp441 double point_of_maximal_penetration_local[3], x0_local[3], normal_local[3]; in plane_intersection() local
442 rotate_global2local(normal_global, normal_local); in plane_intersection()
444 …if(LAMMPS_NS::vectorDot3D(normal_local, x0_local) < 0.0) //check that normal vector aligned outwar… in plane_intersection()
445 LAMMPS_NS::vectorNegate3D(normal_local); //make the normal aligned outwards in plane_intersection()
449 const double nx = normal_local[0]; in plane_intersection()
450 const double ny = normal_local[1]; in plane_intersection()
451 const double nz = normal_local[2]; in plane_intersection()
458 const double d = LAMMPS_NS::vectorDot3D(normal_local, x0_local); in plane_intersection()
495 …nt_of_lowest_potential_local[i] *= shape[i] * MathExtraLiggghtsNonspherical::sign(normal_local[i]); in plane_intersection()
499 …of_maximal_penetration_local[i] *= shape[i] * MathExtraLiggghtsNonspherical::sign(normal_local[i]); in plane_intersection()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGenCXX/
H A Ddebug-info-nodebug.cpp50 NODEBUG int normal_local = 7; in func4() local
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGenCXX/
H A Ddebug-info-nodebug.cpp50 NODEBUG int normal_local = 7; in func4() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenCXX/
H A Ddebug-info-nodebug.cpp50 NODEBUG int normal_local = 7; in func4() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Ddebug-info-nodebug.cpp50 NODEBUG int normal_local = 7; in func4() local
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenCXX/
H A Ddebug-info-nodebug.cpp50 NODEBUG int normal_local = 7; in func4() local
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Ddebug-info-nodebug.cpp50 NODEBUG int normal_local = 7; in func4() local
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenCXX/
H A Ddebug-info-nodebug.cpp50 NODEBUG int normal_local = 7; in func4() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenCXX/
H A Ddebug-info-nodebug.cpp50 NODEBUG int normal_local = 7; in func4() local
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenCXX/
H A Ddebug-info-nodebug.cpp50 NODEBUG int normal_local = 7; in func4() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCXX/
H A Ddebug-info-nodebug.cpp50 NODEBUG int normal_local = 7; in func4() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Ddebug-info-nodebug.cpp50 NODEBUG int normal_local = 7; in func4() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info-nodebug.cpp50 NODEBUG int normal_local = 7; in func4() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info-nodebug.cpp50 NODEBUG int normal_local = 7; in func4() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Ddebug-info-nodebug.cpp50 NODEBUG int normal_local = 7; in func4() local
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Ddebug-info-nodebug.cpp50 NODEBUG int normal_local = 7; in func4() local
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenCXX/
H A Ddebug-info-nodebug.cpp50 NODEBUG int normal_local = 7; in func4() local
/dports/graphics/blender/blender-2.91.0/source/blender/editors/curve/
H A Deditcurve_paint.c85 float normal_local[3]; member
159 !is_zero_v3(selem->normal_local)) { in stroke_elem_pressure_set()
162 madd_v3_v3fl(selem->location_local, selem->normal_local, adjust); in stroke_elem_pressure_set()
291 selem->normal_local); in stroke_elem_project_fallback_elem()