Home
last modified time | relevance | path

Searched defs:normal (Results 1 – 25 of 5471) sorted by relevance

12345678910>>...219

/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/
H A Dnormal.hpp24 struct normal struct
26 static constexpr bool enable = internal::enable_control< Rule >;
29 static void start( const ParseInput& /*unused*/, States&&... /*unused*/ ) noexcept in start()
33 static void success( const ParseInput& /*unused*/, States&&... /*unused*/ ) noexcept in success()
37 static void failure( const ParseInput& /*unused*/, States&&... /*unused*/ ) noexcept in failure()
41 [[noreturn]] static void raise( const ParseInput& in, States&&... /*unused*/ ) in raise()
50 …oexcept( Action< Rule >::apply( std::declval< const typename ParseInput::action_t& >(), st... ) ) ) in apply()
60 …st ParseInput& /*unused*/, States&&... st ) noexcept( noexcept( Action< Rule >::apply0( st... ) ) ) in apply0()
74 [[nodiscard]] static bool match( ParseInput& in, States&&... st ) in match()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/
H A Dnormal.hpp24 struct normal struct
27 static void start( const Input& /*unused*/, States&&... /*unused*/ ) noexcept in start()
32 static void success( const Input& /*unused*/, States&&... /*unused*/ ) noexcept in success()
37 static void failure( const Input& /*unused*/, States&&... /*unused*/ ) noexcept in failure()
42 static void raise( const Input& in, States&&... /*unused*/ ) in raise()
48 static auto apply0( const Input& /*unused*/, States&&... st ) in apply0()
55 static auto apply( const Iterator& begin, const Input& in, States&&... st ) in apply()
70 static auto match( Input& in, States&&... st ) in match()
85 static auto match( Input& in, States&&... st ) in match()
/dports/cad/opentimer/OpenTimer-18d28ff/ot/parser-spef/pegtl/pegtl/
H A Dnormal.hpp27 struct normal struct
30 static void start( const Input& /*unused*/, States&&... /*unused*/ ) noexcept in start()
35 static void success( const Input& /*unused*/, States&&... /*unused*/ ) noexcept in success()
40 static void failure( const Input& /*unused*/, States&&... /*unused*/ ) noexcept in failure()
45 static void raise( const Input& in, States&&... /*unused*/ ) in raise()
51 static auto apply0( const Input& /*unused*/, States&&... st ) in apply0()
58 static auto apply( const Iterator& begin, const Input& in, States&&... st ) in apply()
71 static bool match( Input& in, States&&... st ) in match()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/
H A Dnormal.hpp27 struct normal struct
30 static void start( const Input& /*unused*/, States&&... /*unused*/ ) noexcept in start()
35 static void success( const Input& /*unused*/, States&&... /*unused*/ ) noexcept in success()
40 static void failure( const Input& /*unused*/, States&&... /*unused*/ ) noexcept in failure()
45 static void raise( const Input& in, States&&... /*unused*/ ) in raise()
51 static auto apply0( const Input& /*unused*/, States&&... st ) in apply0()
58 static auto apply( const Iterator& begin, const Input& in, States&&... st ) in apply()
71 static bool match( Input& in, States&&... st ) in match()
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/impl/serial/
H A Dmapp_tetra_3d_ext.h52 inline void BSGridLinearSurfaceMapping :: normal (double * normal) const in normal() argument
61 inline void BSGridLinearSurfaceMapping :: normal (aluvec_t & normal) const in normal() argument
98 BSGridBilinearSurfaceMapping::normal(const double* local, double* normal) const { in normal() argument
108 inline void BSGridBilinearSurfaceMapping::normal(const aluvec_t& local, aluvec_t& normal) const { in normal() argument
/dports/databases/sfcgal/SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1/test/unit/SFCGAL/algorithm/
H A DNormalTest.cpp52 Vector_3 normal = algorithm::normal3D( a, b, c ); in BOOST_AUTO_TEST_CASE() local
69 CGAL::Vector_3<Kernel> normal = algorithm::normal3D<Kernel>( gA->as<Polygon>() ); in BOOST_AUTO_TEST_CASE() local
76 CGAL::Vector_3<Kernel> normal = algorithm::normal3D<Kernel>( gB->as<Polygon>() ); in BOOST_AUTO_TEST_CASE() local
83 CGAL::Vector_3<Kernel> normal = algorithm::normal3D<Kernel>( gC->as<Polygon>() ); in BOOST_AUTO_TEST_CASE() local
97 CGAL::Vector_3<Kernel> normal = algorithm::normal3D<Kernel>( gA->as<Polygon>(), true ); in BOOST_AUTO_TEST_CASE() local
105 CGAL::Vector_3<Kernel> normal = algorithm::normal3D<Kernel>( gA->as<Polygon>(), false ); in BOOST_AUTO_TEST_CASE() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Ddec_char_conversion_in_data_1.f907 subroutine normal subroutine
8 integer(4) :: a local
9 real(4) :: b local
10 complex(4) :: c
11 logical(4) :: d local
12 integer(4) :: e
13 real(4) :: f local
14 complex(4) :: g local
15 logical(4) :: h local
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Ddec_char_conversion_in_data_1.f907 subroutine normal subroutine
8 integer(4) :: a local
9 real(4) :: b local
10 complex(4) :: c
11 logical(4) :: d local
12 integer(4) :: e
13 real(4) :: f local
14 complex(4) :: g local
15 logical(4) :: h local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Ddec_char_conversion_in_data_1.f907 subroutine normal subroutine
8 integer(4) :: a local
9 real(4) :: b local
10 complex(4) :: c
11 logical(4) :: d local
12 integer(4) :: e
13 real(4) :: f local
14 complex(4) :: g local
15 logical(4) :: h local
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Ddec_char_conversion_in_data_1.f907 subroutine normal subroutine
8 integer(4) :: a local
9 real(4) :: b local
10 complex(4) :: c
11 logical(4) :: d local
12 integer(4) :: e
13 real(4) :: f local
14 complex(4) :: g local
15 logical(4) :: h local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Ddec_char_conversion_in_data_1.f907 subroutine normal subroutine
8 integer(4) :: a local
9 real(4) :: b local
10 complex(4) :: c
11 logical(4) :: d local
12 integer(4) :: e
13 real(4) :: f local
14 complex(4) :: g local
15 logical(4) :: h local
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Ddec_char_conversion_in_data_1.f907 subroutine normal subroutine
8 integer(4) :: a local
9 real(4) :: b local
10 complex(4) :: c
11 logical(4) :: d local
12 integer(4) :: e
13 real(4) :: f local
14 complex(4) :: g local
15 logical(4) :: h local
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Ddec_char_conversion_in_data_1.f907 subroutine normal subroutine
8 integer(4) :: a local
9 real(4) :: b local
10 complex(4) :: c
11 logical(4) :: d local
12 integer(4) :: e
13 real(4) :: f local
14 complex(4) :: g local
15 logical(4) :: h local
/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dfx_bryarpistol.c54 void FX_BryarHitWall( vec3_t origin, vec3_t normal ) in FX_BryarHitWall()
64 void FX_BryarHitPlayer( vec3_t origin, vec3_t normal, qboolean humanoid ) in FX_BryarHitPlayer()
113 void FX_BryarAltHitWall( vec3_t origin, vec3_t normal, int power ) in FX_BryarAltHitWall()
138 void FX_BryarAltHitPlayer( vec3_t origin, vec3_t normal, qboolean humanoid ) in FX_BryarAltHitPlayer()
174 void FX_TurretHitWall( vec3_t origin, vec3_t normal ) in FX_TurretHitWall()
184 void FX_TurretHitPlayer( vec3_t origin, vec3_t normal, qboolean humanoid ) in FX_TurretHitPlayer()
204 void FX_ConcussionHitWall( vec3_t origin, vec3_t normal ) in FX_ConcussionHitWall()
214 void FX_ConcussionHitPlayer( vec3_t origin, vec3_t normal, qboolean humanoid ) in FX_ConcussionHitPlayer()
H A Dfx_disruptor.c92 void FX_DisruptorAltMiss( vec3_t origin, vec3_t normal ) in FX_DisruptorAltMiss()
143 void FX_DisruptorAltHit( vec3_t origin, vec3_t normal ) in FX_DisruptorAltHit()
156 void FX_DisruptorHitWall( vec3_t origin, vec3_t normal ) in FX_DisruptorHitWall()
167 void FX_DisruptorHitPlayer( vec3_t origin, vec3_t normal, qboolean humanoid ) in FX_DisruptorHitPlayer()
/dports/science/chrono/chrono-7.0.1/src/chrono_opengl/core/
H A DChOpenGLVertexAttributes.h51 glm::vec3 normal; variable
69 glm::vec3 normal; variable
81 glm::vec3 normal; variable
92 glm::vec3 normal; variable
102 glm::vec3 normal; variable
/dports/cad/librepcb/librepcb-0.1.6/libs/type_safe/test/
H A Dinteger.cpp86 int normal(0); variable
112 int normal(0); variable
138 int normal(1); variable
164 int normal(23 * 25); variable
190 int normal(24 * 6); variable
H A Dfloating_point.cpp59 double normal(0.); variable
81 double normal(0.); variable
103 double normal(1.); variable
125 double normal(10.); variable
/dports/benchmarks/tsung/tsung-1.7.0/src/tsung/
H A Dts_stats.erl45 -record(normal, {mean = 0 , stddev= 1 }). record
96 normal() -> function
100 normal([Mean,StdDev],N) -> function
103 normal(Param,N) -> function
106 normal(N) when is_integer(N)-> function
108 normal(#normal{mean=M,stddev=S}) -> function
/dports/graphics/digikam/digikam-7.4.0/core/tests/facesengine/demo/
H A Ddemobutton.cpp44 QPixmap normal; member in FaceEngineDemo::Button::Private
54 Button::Button(const QString& normal, const QString& pressed, QGraphicsItem* const parent) in Button()
61 Button::Button(const QPixmap& normal, const QPixmap& pressed, QGraphicsItem* const parent) in Button()
93 void Button::setPixmap(const QString& normal, const QString& pressed) in setPixmap()
105 void Button::setPixmap(const QPixmap& normal, const QPixmap& pressed) in setPixmap()
/dports/games/openjk/OpenJK-07675e2/code/cgame/
H A DFX_HeavyRepeater.cpp54 void FX_RepeaterHitWall( vec3_t origin, vec3_t normal ) in FX_RepeaterHitWall()
65 void FX_RepeaterHitPlayer( vec3_t origin, vec3_t normal, qboolean humanoid ) in FX_RepeaterHitPlayer()
96 void FX_RepeaterAltHitWall( vec3_t origin, vec3_t normal ) in FX_RepeaterAltHitWall()
108 void FX_RepeaterAltHitPlayer( vec3_t origin, vec3_t normal, qboolean humanoid ) in FX_RepeaterAltHitPlayer()
H A DFX_BryarPistol.cpp81 void FX_BryarHitWall( vec3_t origin, vec3_t normal ) in FX_BryarHitWall()
91 void FX_BryarHitPlayer( vec3_t origin, vec3_t normal, qboolean humanoid ) in FX_BryarHitPlayer()
148 void FX_BryarAltHitWall( vec3_t origin, vec3_t normal, int power ) in FX_BryarAltHitWall()
173 void FX_BryarAltHitPlayer( vec3_t origin, vec3_t normal, qboolean humanoid ) in FX_BryarAltHitPlayer()
/dports/games/openjk/OpenJK-07675e2/codeJK2/cgame/
H A DFX_HeavyRepeater.cpp52 void FX_RepeaterHitWall( vec3_t origin, vec3_t normal ) in FX_RepeaterHitWall()
63 void FX_RepeaterHitPlayer( vec3_t origin, vec3_t normal, qboolean humanoid ) in FX_RepeaterHitPlayer()
94 void FX_RepeaterAltHitWall( vec3_t origin, vec3_t normal ) in FX_RepeaterAltHitWall()
106 void FX_RepeaterAltHitPlayer( vec3_t origin, vec3_t normal, qboolean humanoid ) in FX_RepeaterAltHitPlayer()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/
H A Dbasis.h142 inline Basis3<T>::Basis3(const VectorType& normal) in Basis3()
149 const VectorType& normal, in Basis3()
157 const VectorType& normal, in Basis3()
174 inline void Basis3<T>::build(const VectorType& normal) in build()
208 const VectorType& normal, in build()
224 const VectorType& normal, in build()
/dports/math/cgal/CGAL-5.3/examples/Polyhedron/
H A Dpolyhedron_prog_vertex_normal.cpp21 typename Facet::Normal_3 normal = CGAL::cross_product( in operator ()() local
31 typename Vertex::Normal_3 normal = CGAL::NULL_VECTOR; in operator ()() local
60 Normal_3& normal() { return norm; } in normal() function in My_vertex
61 const Normal_3& normal() const { return norm; } in normal() function in My_vertex
70 Normal_3& normal() { return norm; } in normal() function in My_facet
71 const Normal_3& normal() const { return norm; } in normal() function in My_facet

12345678910>>...219