HomeSort by: relevance | last modified time | path
    Searched defs:set_space (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl2/groff/dist/src/preproc/eqn/
pile.cpp 270 void column::set_space(int n) function in class:column
pile.cpp 270 void column::set_space(int n) function in class:column
box.h 101 void set_space(int);
117 void set_space(int n) { col.set_space(n); } function in class:pile_box
261 void set_space(int);
box.h 101 void set_space(int);
117 void set_space(int n) { col.set_space(n); } function in class:pile_box
261 void set_space(int);
box.cpp 151 void set_space(int n) function
box.cpp 151 void set_space(int n) function
  /src/external/mit/isl/dist/
isl_tab_lexopt_templ.c 60 isl_space *map_space, *set_space; local
63 set_space = empty ? isl_basic_set_get_space(dom) : NULL;
128 max, cst, map_space, set_space);
131 isl_space_free(set_space);
isl_tab_lexopt_templ.c 60 isl_space *map_space, *set_space; local
63 set_space = empty ? isl_basic_set_get_space(dom) : NULL;
128 max, cst, map_space, set_space);
131 isl_space_free(set_space);
isl_pw_templ.c 120 isl_space *el_space, *set_space; local
124 set_space = isl_set_get_space(set);
126 ok = isl_space_is_domain_internal(set_space, el_space);
128 isl_space_free(set_space);
isl_test_cpp-generic.cc 228 isl::space set_space = unit.add_named_tuple("A", 3); local
229 isl::space map_space = set_space.add_named_tuple("B", 2);
231 isl::set set = isl::set::universe(set_space);
isl_pw_templ.c 120 isl_space *el_space, *set_space; local
124 set_space = isl_set_get_space(set);
126 ok = isl_space_is_domain_internal(set_space, el_space);
128 isl_space_free(set_space);
isl_test_cpp-generic.cc 228 isl::space set_space = unit.add_named_tuple("A", 3); local
229 isl::space map_space = set_space.add_named_tuple("B", 2);
231 isl::set set = isl::set::universe(set_space);
isl_map.c 5406 __isl_give isl_map *isl_map_lex_lt(__isl_take isl_space *set_space)
5408 return map_lex_lte(isl_space_map_from_set(set_space), 0);
5411 __isl_give isl_map *isl_map_lex_le(__isl_take isl_space *set_space)
5413 return map_lex_lte(isl_space_map_from_set(set_space), 1);
5462 __isl_give isl_map *isl_map_lex_gt(__isl_take isl_space *set_space)
5464 return map_lex_gte(isl_space_map_from_set(set_space), 0);
5467 __isl_give isl_map *isl_map_lex_ge(__isl_take isl_space *set_space)
5469 return map_lex_gte(isl_space_map_from_set(set_space), 1);
12719 isl_space *set_space, *tuple_space; local
12721 set_space = isl_set_peek_space(set)
    [all...]
isl_map.c 5406 __isl_give isl_map *isl_map_lex_lt(__isl_take isl_space *set_space)
5408 return map_lex_lte(isl_space_map_from_set(set_space), 0);
5411 __isl_give isl_map *isl_map_lex_le(__isl_take isl_space *set_space)
5413 return map_lex_lte(isl_space_map_from_set(set_space), 1);
5462 __isl_give isl_map *isl_map_lex_gt(__isl_take isl_space *set_space)
5464 return map_lex_gte(isl_space_map_from_set(set_space), 0);
5467 __isl_give isl_map *isl_map_lex_ge(__isl_take isl_space *set_space)
5469 return map_lex_gte(isl_space_map_from_set(set_space), 1);
12719 isl_space *set_space, *tuple_space; local
12721 set_space = isl_set_peek_space(set)
    [all...]
  /src/external/gpl2/groff/dist/src/devices/grohtml/
html-table.cpp 370 * set_space - assigns start_space. Used to determine the
374 void html_table::set_space (int space) function in class:html_table
html-table.cpp 370 * set_space - assigns start_space. Used to determine the
374 void html_table::set_space (int space) function in class:html_table

Completed in 71 milliseconds