Home
last modified time | relevance | path

Searched +defs:point +defs:max (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/games/snake/snake/
H A Dsnake.c77 struct point { struct
99 #define pchar(point, c) mvaddch((point)->line + 1, (point)->col + 1, (c)) argument
251 point(struct point *ps, int x, int y) in point() function
606 double v1, v2, vp, max; in chase() local
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dcomplete.c1529 rl_display_match_list (char **matches, int len, int max) in rl_display_match_list()
1688 int len, max, i; in display_matches() local
1920 insert_all_matches (char **matches, int point, char *qc) in insert_all_matches()
H A Ddisplay.c3456 int tmp, point, width, max; in _rl_col_width() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
H A Damdgpu_color_gamma.c601 struct gamma_point *point; in build_custom_gamma_mapping_coefficients_worker() local
680 const struct gamma_point *point; in calculate_mapped_value() local
1185 struct fixed31_32 max = dc_fixpt_one; in scale_gamma_dx() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Drandom.d274 enum UIntType max = m - 1; variable
579 enum UIntType max = UIntType.max >> (UIntType.sizeof * 8u - w); variable
1024 enum UIntType max = UIntType.max; variable
2255 immutable point = uniform(0.0, sum, rng); variable
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.cpp1332 void troff_output_file::determine_line_limits(char code, hvpair *point, in determine_line_limits()
1417 void troff_output_file::draw(char code, hvpair *point, int npoints, in draw()
2115 void glyph_node::vertical_extent(vunits *min, vunits *max) in vertical_extent()
2288 void kern_pair_node::vertical_extent(vunits *min, vunits *max) in vertical_extent()
2646 void italic_corrected_node::vertical_extent(vunits *min, vunits *max) in vertical_extent()
3005 void node_list_vertical_extent(node *p, vunits *min, vunits *max) in node_list_vertical_extent()
3023 void zero_width_node::vertical_extent(vunits *min, vunits *max) in vertical_extent()
3388 void node::vertical_extent(vunits *min, vunits *max) in vertical_extent()
3401 void vline_node::vertical_extent(vunits *min, vunits *max) in vertical_extent()
4480 a_delete point; in ~draw_node() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Drandom.d444 enum UIntType max = m - 1; variable
806 enum UIntType max = UIntType.max >> (UIntType.sizeof * 8u - w); variable
1304 enum UIntType max = UIntType.max; variable
3087 immutable point = uniform(0.0, sum, rng); variable
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h276 class point; variable
4979 isl::checked::multi_pw_aff aff::max(const isl::checked::multi_pw_aff &multi2) const in max() function
4984 isl::checked::pw_aff aff::max(const isl::checked::pw_aff &pwaff2) const in max() function
11230 isl::checked::multi_pw_aff multi_aff::max(const isl::checked::multi_pw_aff &multi2) const in max() function
12121 isl::checked::multi_pw_aff multi_pw_aff::max(isl::checked::multi_pw_aff multi2) const in max() function
12844 isl::checked::multi_val multi_val::max(isl::checked::multi_val multi2) const in max() function
13003 point::point(__isl_take isl_point *ptr) in point() function
13006 point::point() in point() function
13009 point::point(const point &obj) in point() function
14003 isl::checked::multi_pw_aff pw_aff::max(const isl::checked::multi_pw_aff &multi2) const in max() function
[all …]
H A Dcpp.h341 class point; variable
5287 isl::multi_pw_aff aff::max(const isl::multi_pw_aff &multi2) const in max() function
5294 isl::pw_aff aff::max(const isl::pw_aff &pwaff2) const in max() function
14493 isl::multi_pw_aff multi_aff::max(const isl::multi_pw_aff &multi2) const in max() function
15940 isl::multi_pw_aff multi_pw_aff::max(isl::multi_pw_aff multi2) const in max() function
17157 isl::multi_val multi_val::max(isl::multi_val multi2) const in max() function
17442 point::point(__isl_take isl_point *ptr) in point() function
17445 point::point() in point() function
17448 point::point(const point &obj) in point() function
18928 isl::multi_pw_aff pw_aff::max(const isl::multi_pw_aff &multi2) const in max() function
[all …]
/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dpost-html.cpp110 static int max (int a, int b) in max() function
4212 int point = 0; in html_printer() local
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py1823 def max(arg0, arg1): member in multi_pw_aff
3498 def max(arg0, arg1): member in pw_aff
13937 def max(arg0, arg1): member in multi_val
14243 class point(basic_set): class
18635 def max(arg0, arg1): member in val
/netbsd-src/external/mit/isl/dist/
H A Disl_test.c10186 isl_multi_pw_aff *min, *max; in test_multi_pw_aff_box() local
10660 const char *point; member