/third_party/boost/boost/geometry/srs/projections/proj/ |
D | rouss.hpp | 79 T s, al, cp, sp, al2, s2; in fwd() local 86 al2 = al * al; in fwd() 87 …xy_x = par.k0 * al*(1.+s2*(this->m_proj_parm.A1+s2*this->m_proj_parm.A4)-al2*(this->m_proj_parm.A2… in fwd() 88 +al2*this->m_proj_parm.A6)); in fwd() 89 xy_y = par.k0 * (al2*(this->m_proj_parm.B1+al2*this->m_proj_parm.B4)+ in fwd() 90 …s*(1.+al2*(this->m_proj_parm.B3-al2*this->m_proj_parm.B6)+s2*(this->m_proj_parm.B2+s2*this->m_proj… in fwd() 91 s*al2*(this->m_proj_parm.B5+s*this->m_proj_parm.B7))); in fwd()
|
D | vandg.hpp | 80 T al, al2, g, g2, p2; in fwd() local 97 al2 = al * al; in fwd() 103 xy_x = g - p2; g = p2 + al2; in fwd() 104 xy_x = pi * (al * xy_x + sqrt(al2 * xy_x * xy_x - g * (g2 - p2))) / g; in fwd()
|
/third_party/boost/libs/unordered/test/unordered/ |
D | move_tests.cpp | 113 typename T::allocator_type al2(2); in move_construct_tests2() local 139 T y(create(v, count, hf, eq, al, 2.0), al2); in move_construct_tests2() 144 BOOST_TEST(test::equivalent(y.get_allocator(), al2)); in move_construct_tests2() 186 typename T::allocator_type al2(2); in move_assign_tests2() local 194 y = create(v2, count, hf, eq, al2, 2.0); in move_assign_tests2() 204 BOOST_TEST(test::equivalent(y.get_allocator(), al2)); in move_assign_tests2() 215 y = create(v, count, hf, eq, al2, 0.5); in move_assign_tests2() 229 BOOST_TEST(test::equivalent(y.get_allocator(), al2)); in move_assign_tests2() 242 T x(0, hf, eq, al2); in move_assign_tests2() 258 BOOST_TEST(test::equivalent(y.get_allocator(), al2)); in move_assign_tests2() [all …]
|
D | assign_tests.cpp | 76 typename T::allocator_type al2(2); in assign_tests2() local 135 T x2(v2.begin(), v2.end(), 0, hf2, eq2, al2); in assign_tests2() 141 BOOST_TEST(!test::equivalent(x2.get_allocator(), al2)); in assign_tests2() 143 BOOST_TEST(test::equivalent(x2.get_allocator(), al2)); in assign_tests2() 157 T x2(v2.begin(), v2.end(), 0, hf2, eq2, al2); in assign_tests2() 163 BOOST_TEST(!test::equivalent(x2.get_allocator(), al2)); in assign_tests2() 165 BOOST_TEST(test::equivalent(x2.get_allocator(), al2)); in assign_tests2() 179 T x2(v2.begin(), v2.end(), 0, hf2, eq2, al2); in assign_tests2() 185 BOOST_TEST(!test::equivalent(x2.get_allocator(), al2)); in assign_tests2() 187 BOOST_TEST(test::equivalent(x2.get_allocator(), al2)); in assign_tests2()
|
D | copy_tests.cpp | 90 typename T::allocator_type al2(2); in copy_construct_tests2() local 113 T y(x, al2); in copy_construct_tests2() 117 BOOST_TEST(test::equivalent(y.get_allocator(), al2)); in copy_construct_tests2() 144 T y(x, al2); in copy_construct_tests2() 149 BOOST_TEST(test::equivalent(y.get_allocator(), al2)); in copy_construct_tests2()
|
D | constructor_tests.cpp | 187 typename T::allocator_type al2(2); in constructor_tests2() local 242 T y(x.begin(), x.end(), 0, hf1, eq1, al2); in constructor_tests2()
|
/third_party/node/deps/npm/node_modules/tweetnacl/ |
D | nacl-fast.js | 1467 al2 = hl[2], variable 1493 bl2 = al2; 1558 l = (al0 & al1) ^ (al0 & al2) ^ (al1 & al2); 1600 al2 = bl1; 1691 l = al2; 1707 hl[2] = al2 = (a & 0xffff) | (b << 16);
|