Home
last modified time | relevance | path

Searched refs:test_norm (Results 1 – 25 of 122) sorted by relevance

12345

/dports/cad/admesh/admesh-0.98.4/src/
H A Dnormals.c204 float test_norm[3]; in stl_check_normal_vector() local
223 test_norm[0] = facet->normal.x; in stl_check_normal_vector()
224 test_norm[1] = facet->normal.y; in stl_check_normal_vector()
225 test_norm[2] = facet->normal.z; in stl_check_normal_vector()
227 stl_normalize_vector(test_norm); in stl_check_normal_vector()
228 if( (ABS(normal[0] - test_norm[0]) < 0.001) in stl_check_normal_vector()
229 && (ABS(normal[1] - test_norm[1]) < 0.001) in stl_check_normal_vector()
230 && (ABS(normal[2] - test_norm[2]) < 0.001)) { in stl_check_normal_vector()
240 stl_reverse_vector(test_norm); in stl_check_normal_vector()
241 if( (ABS(normal[0] - test_norm[0]) < 0.001) in stl_check_normal_vector()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/locale/test/
H A Dtest_winapi_convert.cpp68 void test_norm(std::string orig,std::string normal,boost::locale::norm_type type) in test_norm() function
87 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",boost::locale::norm_nfd); /// ligature fi in main()
88 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",boost::locale::norm_nfc); in main()
90 test_norm("\xEF\xAC\x81","fi",boost::locale::norm_nfkd); in main()
91 test_norm("\xEF\xAC\x81","fi",boost::locale::norm_nfkc); in main()
93 test_norm("ä","ä",boost::locale::norm_nfd); // ä to a and accent in main()
94 test_norm("ä","ä",boost::locale::norm_nfc); in main()
H A Dtest_convert.cpp32 void test_norm(std::string orig,std::string normal,boost::locale::norm_type type) in test_norm() function
77 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",norm_nfd); /// ligature fi in main()
78 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",norm_nfc); in main()
79 test_norm("\xEF\xAC\x81","fi",norm_nfkd); in main()
80 test_norm("\xEF\xAC\x81","fi",norm_nfkc); in main()
81 test_norm("ä","ä",norm_nfd); // ä to a and accent in main()
82 test_norm("ä","ä",norm_nfc); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/locale/test/
H A Dtest_winapi_convert.cpp68 void test_norm(std::string orig,std::string normal,boost::locale::norm_type type) in test_norm() function
87 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",boost::locale::norm_nfd); /// ligature fi in main()
88 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",boost::locale::norm_nfc); in main()
90 test_norm("\xEF\xAC\x81","fi",boost::locale::norm_nfkd); in main()
91 test_norm("\xEF\xAC\x81","fi",boost::locale::norm_nfkc); in main()
93 test_norm("ä","ä",boost::locale::norm_nfd); // ä to a and accent in main()
94 test_norm("ä","ä",boost::locale::norm_nfc); in main()
H A Dtest_convert.cpp32 void test_norm(std::string orig,std::string normal,boost::locale::norm_type type) in test_norm() function
77 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",norm_nfd); /// ligature fi in main()
78 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",norm_nfc); in main()
79 test_norm("\xEF\xAC\x81","fi",norm_nfkd); in main()
80 test_norm("\xEF\xAC\x81","fi",norm_nfkc); in main()
81 test_norm("ä","ä",norm_nfd); // ä to a and accent in main()
82 test_norm("ä","ä",norm_nfc); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/locale/test/
H A Dtest_winapi_convert.cpp68 void test_norm(std::string orig,std::string normal,boost::locale::norm_type type) in test_norm() function
87 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",boost::locale::norm_nfd); /// ligature fi in main()
88 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",boost::locale::norm_nfc); in main()
90 test_norm("\xEF\xAC\x81","fi",boost::locale::norm_nfkd); in main()
91 test_norm("\xEF\xAC\x81","fi",boost::locale::norm_nfkc); in main()
93 test_norm("ä","ä",boost::locale::norm_nfd); // ä to a and accent in main()
94 test_norm("ä","ä",boost::locale::norm_nfc); in main()
H A Dtest_convert.cpp32 void test_norm(std::string orig,std::string normal,boost::locale::norm_type type) in test_norm() function
77 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",norm_nfd); /// ligature fi in main()
78 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",norm_nfc); in main()
79 test_norm("\xEF\xAC\x81","fi",norm_nfkd); in main()
80 test_norm("\xEF\xAC\x81","fi",norm_nfkc); in main()
81 test_norm("ä","ä",norm_nfd); // ä to a and accent in main()
82 test_norm("ä","ä",norm_nfc); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/locale/test/
H A Dtest_winapi_convert.cpp68 void test_norm(std::string orig,std::string normal,boost::locale::norm_type type) in test_norm() function
87 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",boost::locale::norm_nfd); /// ligature fi in main()
88 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",boost::locale::norm_nfc); in main()
90 test_norm("\xEF\xAC\x81","fi",boost::locale::norm_nfkd); in main()
91 test_norm("\xEF\xAC\x81","fi",boost::locale::norm_nfkc); in main()
93 test_norm("ä","ä",boost::locale::norm_nfd); // ä to a and accent in main()
94 test_norm("ä","ä",boost::locale::norm_nfc); in main()
H A Dtest_convert.cpp32 void test_norm(std::string orig,std::string normal,boost::locale::norm_type type) in test_norm() function
77 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",norm_nfd); /// ligature fi in main()
78 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",norm_nfc); in main()
79 test_norm("\xEF\xAC\x81","fi",norm_nfkd); in main()
80 test_norm("\xEF\xAC\x81","fi",norm_nfkc); in main()
81 test_norm("ä","ä",norm_nfd); // ä to a and accent in main()
82 test_norm("ä","ä",norm_nfc); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/locale/test/
H A Dtest_winapi_convert.cpp68 void test_norm(std::string orig,std::string normal,boost::locale::norm_type type) in test_norm() function
87 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",boost::locale::norm_nfd); /// ligature fi in main()
88 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",boost::locale::norm_nfc); in main()
90 test_norm("\xEF\xAC\x81","fi",boost::locale::norm_nfkd); in main()
91 test_norm("\xEF\xAC\x81","fi",boost::locale::norm_nfkc); in main()
93 test_norm("ä","ä",boost::locale::norm_nfd); // ä to a and accent in main()
94 test_norm("ä","ä",boost::locale::norm_nfc); in main()
H A Dtest_convert.cpp32 void test_norm(std::string orig,std::string normal,boost::locale::norm_type type) in test_norm() function
77 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",norm_nfd); /// ligature fi in main()
78 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",norm_nfc); in main()
79 test_norm("\xEF\xAC\x81","fi",norm_nfkd); in main()
80 test_norm("\xEF\xAC\x81","fi",norm_nfkc); in main()
81 test_norm("ä","ä",norm_nfd); // ä to a and accent in main()
82 test_norm("ä","ä",norm_nfc); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/locale/test/
H A Dtest_winapi_convert.cpp68 void test_norm(std::string orig,std::string normal,boost::locale::norm_type type) in test_norm() function
87 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",boost::locale::norm_nfd); /// ligature fi in main()
88 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",boost::locale::norm_nfc); in main()
90 test_norm("\xEF\xAC\x81","fi",boost::locale::norm_nfkd); in main()
91 test_norm("\xEF\xAC\x81","fi",boost::locale::norm_nfkc); in main()
93 test_norm("ä","ä",boost::locale::norm_nfd); // ä to a and accent in main()
94 test_norm("ä","ä",boost::locale::norm_nfc); in main()
H A Dtest_convert.cpp32 void test_norm(std::string orig,std::string normal,boost::locale::norm_type type) in test_norm() function
77 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",norm_nfd); /// ligature fi in main()
78 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",norm_nfc); in main()
79 test_norm("\xEF\xAC\x81","fi",norm_nfkd); in main()
80 test_norm("\xEF\xAC\x81","fi",norm_nfkc); in main()
81 test_norm("ä","ä",norm_nfd); // ä to a and accent in main()
82 test_norm("ä","ä",norm_nfc); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/locale/test/
H A Dtest_winapi_convert.cpp68 void test_norm(std::string orig,std::string normal,boost::locale::norm_type type) in test_norm() function
87 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",boost::locale::norm_nfd); /// ligature fi in main()
88 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",boost::locale::norm_nfc); in main()
90 test_norm("\xEF\xAC\x81","fi",boost::locale::norm_nfkd); in main()
91 test_norm("\xEF\xAC\x81","fi",boost::locale::norm_nfkc); in main()
93 test_norm("ä","ä",boost::locale::norm_nfd); // ä to a and accent in main()
94 test_norm("ä","ä",boost::locale::norm_nfc); in main()
H A Dtest_convert.cpp32 void test_norm(std::string orig,std::string normal,boost::locale::norm_type type) in test_norm() function
77 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",norm_nfd); /// ligature fi in main()
78 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",norm_nfc); in main()
79 test_norm("\xEF\xAC\x81","fi",norm_nfkd); in main()
80 test_norm("\xEF\xAC\x81","fi",norm_nfkc); in main()
81 test_norm("ä","ä",norm_nfd); // ä to a and accent in main()
82 test_norm("ä","ä",norm_nfc); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/locale/test/
H A Dtest_winapi_convert.cpp68 void test_norm(std::string orig,std::string normal,boost::locale::norm_type type) in test_norm() function
87 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",boost::locale::norm_nfd); /// ligature fi in main()
88 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",boost::locale::norm_nfc); in main()
90 test_norm("\xEF\xAC\x81","fi",boost::locale::norm_nfkd); in main()
91 test_norm("\xEF\xAC\x81","fi",boost::locale::norm_nfkc); in main()
93 test_norm("ä","ä",boost::locale::norm_nfd); // ä to a and accent in main()
94 test_norm("ä","ä",boost::locale::norm_nfc); in main()
H A Dtest_convert.cpp32 void test_norm(std::string orig,std::string normal,boost::locale::norm_type type) in test_norm() function
77 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",norm_nfd); /// ligature fi in main()
78 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",norm_nfc); in main()
79 test_norm("\xEF\xAC\x81","fi",norm_nfkd); in main()
80 test_norm("\xEF\xAC\x81","fi",norm_nfkc); in main()
81 test_norm("ä","ä",norm_nfd); // ä to a and accent in main()
82 test_norm("ä","ä",norm_nfc); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/locale/test/
H A Dtest_winapi_convert.cpp68 void test_norm(std::string orig,std::string normal,boost::locale::norm_type type) in test_norm() function
87 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",boost::locale::norm_nfd); /// ligature fi in main()
88 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",boost::locale::norm_nfc); in main()
90 test_norm("\xEF\xAC\x81","fi",boost::locale::norm_nfkd); in main()
91 test_norm("\xEF\xAC\x81","fi",boost::locale::norm_nfkc); in main()
93 test_norm("ä","ä",boost::locale::norm_nfd); // ä to a and accent in main()
94 test_norm("ä","ä",boost::locale::norm_nfc); in main()
H A Dtest_convert.cpp32 void test_norm(std::string orig,std::string normal,boost::locale::norm_type type) in test_norm() function
77 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",norm_nfd); /// ligature fi in main()
78 test_norm("\xEF\xAC\x81","\xEF\xAC\x81",norm_nfc); in main()
79 test_norm("\xEF\xAC\x81","fi",norm_nfkd); in main()
80 test_norm("\xEF\xAC\x81","fi",norm_nfkc); in main()
81 test_norm("ä","ä",norm_nfd); // ä to a and accent in main()
82 test_norm("ä","ä",norm_nfc); in main()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/vib/
H A Dvib_eckart.F23 double precision test_norm
163 test_norm = ddot((6*6),test,1,test,1)
166 & test_norm
203 double precision test_norm
344 test_norm = ddot((3*3),test,1,test,1)
347 & test_norm
/dports/science/nwchem-data/nwchem-7.0.2-release/src/vib/
H A Dvib_eckart.F23 double precision test_norm
161 test_norm = ddot((6*6),test,1,test,1)
164 & test_norm
201 double precision test_norm
340 test_norm = ddot((3*3),test,1,test,1)
343 & test_norm
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/admesh/
H A Dnormals.cpp85 stl_normal test_norm = facet->normal; in check_normal_vector() local
86 stl_normalize_vector(test_norm); in check_normal_vector()
87 normal_dif = (normal - test_norm).cwiseAbs(); in check_normal_vector()
97 test_norm *= -1.f; in check_normal_vector()
98 normal_dif = (normal - test_norm).cwiseAbs(); in check_normal_vector()
/dports/devel/boost-docs/boost_1_72_0/libs/graph/test/
H A Dlabeled_graph.cpp24 void test_norm();
29 test_norm(); in main()
88 void test_norm() { in test_norm() function
/dports/devel/boost-python-libs/boost_1_72_0/libs/graph/test/
H A Dlabeled_graph.cpp24 void test_norm();
29 test_norm(); in main()
88 void test_norm() { in test_norm() function
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/graph/test/
H A Dlabeled_graph.cpp24 void test_norm();
29 test_norm(); in main()
88 void test_norm() { in test_norm() function

12345