Home
last modified time | relevance | path

Searched refs:col_point (Results 1 – 5 of 5) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/src/inactive/
H A DLocalRefinableDriver.hpp48 bool operator==(const CollocationPoint& col_point) const;
53 bool operator<(const CollocationPoint& col_point) const;
97 operator==(const CollocationPoint& col_point) const in operator ==()
98 { return ( point==col_point.get_point() ) ? true : false; } in operator ==()
100 inline bool CollocationPoint::operator<(const CollocationPoint& col_point) const in operator <()
102 const RealVector& point2 = col_point.get_point(); in operator <()
/dports/games/netherearth/netherearth-0.51/
H A Dmyglutaux.cpp567 Vector col_point; in distancia_a_recta() local
575 col_point=pr+vr*lambda; in distancia_a_recta()
577 return (p-col_point).norma(); in distancia_a_recta()
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dmaps.c2914 int z1, z2, Zone, col, col_point, row, row_point, row_point_start; in draw_minor_utm_mgrs_grid() local
2924 col_point = 0; in draw_minor_utm_mgrs_grid()
3102 col = row = col_point = 0; in draw_minor_utm_mgrs_grid()
3140 utm_grid.zone[Zone].col[col].firstpoint = l16(col_point); in draw_minor_utm_mgrs_grid()
3142 fprintf(stderr,"col[%d] started at point %d\n", col, col_point); in draw_minor_utm_mgrs_grid()
3223 utm_grid.zone[Zone].col[col].points[col_point].x = l16(xx); in draw_minor_utm_mgrs_grid()
3224 utm_grid.zone[Zone].col[col].points[col_point].y = l16(yy); in draw_minor_utm_mgrs_grid()
3290 Zone, col-1, col_point, xx1, yy1); in draw_minor_utm_mgrs_grid()
3297 utm_grid.zone[Zone].col[col-1].points[col_point].x = l16(xx1); in draw_minor_utm_mgrs_grid()
3298 utm_grid.zone[Zone].col[col-1].points[col_point].y = l16(yy1); in draw_minor_utm_mgrs_grid()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/t/
H A Dhistograms.test213 col_point POINT,
223 col_point,
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/r/
H A Dhistograms.result278 col_point POINT,
287 col_point,
303 test.unsupported_types histogram Error The column 'col_point' has an unsupported data type.