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

  /src/external/gpl3/gcc/dist/gcc/config/riscv/
genrvv-type-indexer.cc 121 floattype (unsigned sew, int lmul_log2) function
132 floattype (unsigned sew, int lmul_log2, unsigned nf) function
180 return floattype (eew, elmul_log2);
301 floattype (sew, lmul_log2).c_str ());
354 floattype (sew, lmul_log2, nf).c_str ());
386 floattype (sew, /*lmul_log2*/ 0).c_str ());
388 floattype (sew * 2, /*lmul_log2*/ 0).c_str ());
406 floattype (sew, lmul_log2 + lmul_log2_offset).c_str ());
409 floattype (sew, lmul_log2, 1).c_str ());
  /src/external/gpl2/texinfo/dist/makeinfo/
insertion.c 731 /* Example: @float [FLOATTYPE][,XREFLABEL][,POSITION] */
732 char floattype[200] = "";
753 floattype[c] = '\0';
771 floattype[c] = insertion_stack->item_function[i];
814 canon_white (floattype);
821 xstrdup (floattype), xstrdup (position));
838 xml_insert_element (FLOATTYPE, START);
840 xml_insert_element (FLOATTYPE, END);
730 char floattype[200] = ""; local

Completed in 24 milliseconds