Home
last modified time | relevance | path

Searched refs:x1 (Results 51 – 51 of 51) sorted by relevance

123

/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c183245 if( x2<x1 ){
185911 GeoX(p,ii) = x1;
186216 double x1, double y1,
186221 if( x1<x2 ){
186223 }else if( x1>x2 ){
186232 y = y1 + (y2-y1)*(x0-x1)/(x2-x1);
186339 GeoCoord x1,
186347 if( x0>x1 ){
186349 x0 = x1;
186350 x1 = t;
[all …]

Completed in 388 milliseconds

123