HomeSort by: relevance | last modified time | path
    Searched refs:TEMP_REG (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/groff/dist/src/preproc/eqn/
sqrt.cpp 56 printf(".nr " TEMP_REG " \\n[" HEIGHT_FORMAT "]+\\n[" DEPTH_FORMAT
66 printf(".if \\n[rst]-\\n[rsb]-%dM<\\n[" TEMP_REG "] \\{",
77 ".if \\\\n[rst]-\\\\n[rsb]-%dM<\\n[" TEMP_REG "] \\{"
98 ".if \\\\n[rst]-\\\\n[rsb]-%dM<\\n[" TEMP_REG "]"
110 // set TEMP_REG to the amount by which the radical sign is too big
111 printf(".nr " TEMP_REG " \\n[rst]-\\n[rsb]-%dM-\\n[" TEMP_REG "]\n",
113 // If TEMP_REG is negative, the bottom of the radical sign should
114 // be -TEMP_REG above the bottom of p. If it's positive, the bottom
115 // of the radical sign should be TEMP_REG/2 below the bottom of p
    [all...]
script.cpp 124 printf(".nr " TEMP_REG " \\n[" DEPTH_FORMAT "]-\\n["
128 printf(".if \\n[" TEMP_REG "] \\{");
129 printf(".nr " SUB_LOWER_FORMAT " +\\n[" TEMP_REG "]\n", uid);
130 printf(".nr " TEMP_REG " (%dM*4/5)-\\n[" SUP_RAISE_FORMAT
133 printf(".nr " SUP_RAISE_FORMAT " +\\n[" TEMP_REG "]\n", uid);
134 printf(".nr " SUB_LOWER_FORMAT " -\\n[" TEMP_REG "]\n", uid);
delim.cpp 242 printf(".nr " TEMP_REG " \\n[" DELTA_REG "]-\\n[" TOTAL_HEIGHT_REG "]");
249 EXT_DEPTH_REG "]*\\n[" TEMP_REG "]");
269 printf("." REPEAT_APPEND_STRING_MACRO " " DELIM_STRING " \\n[" TEMP_REG "] "
281 " \\n[" TEMP_REG "] "
pbox.h 89 #define TEMP_REG PREFIX "temp"
list.cpp 139 printf(".nr " MARK_REG " +\\n[" TEMP_REG"]\n");
183 printf(".nr " TEMP_REG " %dM", total_spacing);

Completed in 39 milliseconds