Home
last modified time | relevance | path

Searched refs:ml0 (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/geometry/srs/projections/proj/
Dpoly.hpp68 T ml0; member
85 xy_y = -this->m_proj_parm.ml0; in fwd()
90 …xy_y = (pj_mlfn(lp_lat, sp, cp, this->m_proj_parm.en) - this->m_proj_parm.ml0) + ms * (1. - cos(lp… in fwd()
98 xy_y += this->m_proj_parm.ml0; in inv()
152 xy_y = this->m_proj_parm.ml0; in fwd()
200 proj_parm.ml0 = pj_mlfn(par.phi0, sin(par.phi0), cos(par.phi0), proj_parm.en); in setup_poly()
202 proj_parm.ml0 = -par.phi0; in setup_poly()
Dtmerc.hpp85 T ml0; member
138 … xy_y = par.k0 * (pj_mlfn(lp_lat, sinphi, cosphi, this->m_proj_parm.en) - this->m_proj_parm.ml0 + in fwd()
162 … lp_lat = pj_inv_mlfn(this->m_proj_parm.ml0 + xy_y / par.k0, par.es, this->m_proj_parm.en); in inv()
229 xy_x = this->m_proj_parm.ml0 * log((1. + b) / (1. - b)); in fwd()
274 proj_parm.ml0 = pj_mlfn(par.phi0, sin(par.phi0), cos(par.phi0), proj_parm.en); in setup()
278 proj_parm.ml0 = .5 * proj_parm.esp; in setup()
/third_party/lz4/lib/
Dlz4hc.c573 int ml0, ml, ml2, ml3; in LZ4HC_compress_hashChain() local
593 start0 = ip; ref0 = ref; ml0 = ml; in LZ4HC_compress_hashChain()
611 if (start2 < ip + ml0) { /* squeezing ML1 between ML0(original ML1) and ML2 */ in LZ4HC_compress_hashChain()
612 ip = start0; ref = ref0; ml = ml0; /* restore initial ML1 */ in LZ4HC_compress_hashChain()
687 ml0 = ml2; in LZ4HC_compress_hashChain()