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

  /src/bin/csh/
file.c 81 LIST, RECOGNIZE
99 static int recognize(Char *, Char *, size_t, size_t);
477 * Perform a RECOGNIZE or LIST command on string "word".
529 else { /* RECOGNIZE command */
532 else if (recognize(extended_name,
553 if (command == RECOGNIZE) {
583 recognize(Char *extended_name, Char *entry, size_t name_length, size_t numitems) function
662 command = (last_Char == ESC) ? RECOGNIZE : LIST;
679 if (command == RECOGNIZE) {
701 if (command == RECOGNIZE)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp-patterns.cc 71 /* Default implementation of recognize that performs matching, validation and
476 node. This is done using the method `recognize ()`.
604 recognize (slp_tree_to_load_perm_map_t *, slp_compat_nodes_map_t *,
694 /* Attempt to recognize a complex add pattern. */
697 complex_add_pattern::recognize (slp_tree_to_load_perm_map_t *perm_cache, function in class:complex_add_pattern
986 recognize (slp_tree_to_load_perm_map_t *, slp_compat_nodes_map_t *,
1121 /* Attempt to recognize a complex mul pattern. */
1124 complex_mul_pattern::recognize (slp_tree_to_load_perm_map_t *perm_cache, function in class:complex_mul_pattern
1216 recognize (slp_tree_to_load_perm_map_t *, slp_compat_nodes_map_t *,
1321 /* Attempt to recognize a complex mul pattern. *
1324 complex_fms_pattern::recognize (slp_tree_to_load_perm_map_t *perm_cache, function in class:complex_fms_pattern
1411 complex_operations_pattern::recognize (slp_tree_to_load_perm_map_t *perm_cache, function in class:complex_operations_pattern
1460 addsub_pattern::recognize (slp_tree_to_load_perm_map_t *, function in class:addsub_pattern
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
printers.py 2033 def recognize(self, type_obj): member in class:TemplateTypePrinter._recognizer
2058 # Fail to recognize the type (by returning None)
2147 template (str): The class template to recognize.
2176 def recognize(self, type_obj): member in class:FilteringTypePrinter._recognizer
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp 160 return "Recognize Hexagon-specific loop idioms";
277 "Recognize Hexagon-specific loop idioms", false, false)
286 "Recognize Hexagon-specific loop idioms", false, false)
583 bool recognize();
1781 bool PolynomialMultiplyRecognize::recognize() { function in class:PolynomialMultiplyRecognize
2398 if (PMR.recognize())

Completed in 79 milliseconds