Home
last modified time | relevance | path

Searched refs:max_coordinate (Results 1 – 10 of 10) sorted by relevance

/dports/biology/gmap/gmap-2020-09-12/src/
H A Diit_store.c577 *max_coordinate = start; in parse_fasta()
578 if (end > *max_coordinate) { in parse_fasta()
579 *max_coordinate = end; in parse_fasta()
608 } else if ((end = sequence_length - 1) > *max_coordinate) { in parse_fasta()
610 *max_coordinate = end; in parse_fasta()
646 if (start > *max_coordinate) { in parse_fasta()
647 *max_coordinate = start; in parse_fasta()
649 if (end > *max_coordinate) { in parse_fasta()
650 *max_coordinate = end; in parse_fasta()
685 *max_coordinate = end; in parse_fasta()
[all …]
/dports/games/tecnoballz/tecnoballz-0.93.1/src/
H A Dcontroller_paddles.cc61 max_coordinate = 300 * resolution; in controller_paddles()
75 max_coordinate = 224 * resolution; in controller_paddles()
203 center = min_coordinate + (max_coordinate - min_coordinate) / 2 - in enable_robot()
231 Sint32 center = (max_coordinate - min_coordinate) / 2 - (paddle_length / 2); in init_paddles()
549 Sint32 i = max_coordinate - paddle_length; in move_paddles()
618 Sint32 i = max_coordinate - paddle_length; in move_paddle()
696 if (x_paddle > (Sint32)(max_coordinate - paddle_robot->collision_width)) in move_robot()
698 x_paddle = max_coordinate - paddle_robot->collision_width; in move_robot()
753 Sint32 i = max_coordinate - paddle_length; in set_maximum_paddles_size()
781 Sint32 i = max_coordinate - paddle_length; in expand_paddles()
/dports/math/cgal/CGAL-5.3/examples/Polygon_mesh_processing/
H A Dpoint_inside_example.cpp18 double max_coordinate(const Polyhedron& poly) in max_coordinate() function
44 double size = max_coordinate(poly); in main()
H A Dpoint_inside_example_OM.cpp21 double max_coordinate(const Mesh& mesh) in max_coordinate() function
51 double size = max_coordinate(mesh); in main()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Drandom_convex_set_2.h59 Max_coordinate max_coordinate; in random_convex_set_2() local
109 FT maxcoord( max_coordinate( in random_convex_set_2()
/dports/games/tecnoballz/tecnoballz-0.93.1/include/
H A Dcontroller_paddles.h53 Sint32 max_coordinate; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display/
H A Dshader.h156 const gfx::Point& max_coordinate);
H A Dshader.cc163 const gfx::Point& max_coordinate) { in TexCoordPrecisionRequired() argument
165 highp_threshold_min, max_coordinate.x(), in TexCoordPrecisionRequired()
166 max_coordinate.y()); in TexCoordPrecisionRequired()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display/
H A Dshader.h157 const gfx::Point& max_coordinate);
H A Dshader.cc161 const gfx::Point& max_coordinate) { in TexCoordPrecisionRequired() argument
163 highp_threshold_min, max_coordinate.x(), in TexCoordPrecisionRequired()
164 max_coordinate.y()); in TexCoordPrecisionRequired()