Home
last modified time | relevance | path

Searched refs:b1v (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Dintersection.hpp302 vec3d_t const b1v = calc_policy.template to_cart3d<vec3d_t>(b1); in apply() local
309 plane2 = calc_policy.get_plane(b1v, b2v); in apply()
314 calculate_dist(b1v, b2v, plane2, dist_b1_b2); in apply()
349 sides.set<1>(plane1.side_value(b1v), plane1.side_value(b2v)); in apply()
436 return collinear_one_degenerated<Policy, calc_t>(a, true, b1, b2, a1, a2, b1v, b2v, in apply()
443 … plane1, b1v, b2v, dist_a1_a2, degen_neq_coords); in apply()
452 … calculate_collinear_data(a1, a2, b1, b2, a1v, a2v, plane1, b1v, b2v, dist_a1_a2, dist_a1_b1); in apply()
453 … calculate_collinear_data(a1, a2, b1, b2, a1v, a2v, plane1, b2v, b1v, dist_a1_a2, dist_a1_b2); in apply()
460 … calculate_collinear_data(b1, b2, a1, a2, b1v, b2v, plane2, a1v, a2v, dist_b1_b2, dist_b1_a1); in apply()
461 … calculate_collinear_data(b1, b2, a1, a2, b1v, b2v, plane2, a2v, a1v, dist_b1_b2, dist_b1_a2); in apply()
[all …]
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dec.c385 mpi_limb_t b1v, a3v; in ec_mulm_448() local
386 b1v = b1[i]; in ec_mulm_448()
388 b1[i] = (b1_rest << 32) | (b1v >> 32); in ec_mulm_448()
390 b1_rest = b1v & (((mpi_limb_t)1UL << 32)-1); in ec_mulm_448()
414 mpi_limb_t b1v = b1[i]; in ec_mulm_448() local
415 b1[i] = (b1_rest << 32) | (b1v >> 32); in ec_mulm_448()
416 b1_rest = b1v & (((mpi_limb_t)1UL << 32)-1); in ec_mulm_448()