Lines Matching +full:phone +full:- +full:type

1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
6 * -----------------------------
19 * Phone: [+49]-9131-7-20330
20 * (8-17 Central European Time)
25 * pp. 1013 - 1030, together with the statistics
29 * - strcpy, strcmp (inside the measurement loop)
30 * - printf, scanf (outside the measurement loop)
42 * Phone: (201) 389-8963 (9-17 EST)
47 * Hardware information includes: Machine type, CPU, type and size
82 * Alan Smith and Rafael Saavedra-Barrera (UC at Berkeley)
109 * an impact - though a very minor one - on the distribution
116 * Because of the self-imposed limitation that the order and
128 * non-executed "else" part was added to the "if" statement in
129 * Func_3, and a non-executed "else" part removed from Proc_3.
136 * - dhry.h (this file, containing global definitions and comments)
137 * - dhry_1.c (containing the code corresponding to Ada package Pack_1)
138 * - dhry_2.c (containing the code corresponding to Ada package Pack_2)
141 * - Separate compilation
142 * - No procedure merging
143 * - Otherwise, compiler optimizations are allowed but should be indicated
144 * - Default results are those without register declarations
148 * For 16-Bit processors (e.g. 80186, 80286), times for all compilation
170 * - statement type
171 * - operand type
172 * - operand locality
177 * 1. Statement Type:
178 * ----------------- number
187 * --
190 * X = Y +|-|"&&"|"|" Z 5
191 * X = Y +|-|"==" Constant 6
192 * X = X +|- 1 3
198 * --
213 * --
223 * --
225 * ---
233 * ------------
240 * - 7 11.1
255 * && (AND-THEN) 1 1.6
259 * -- -----
263 * 3. Operand Type (counted once per operand reference):
264 * ---------------
274 * --- -------
278 * component), only the final data type on the access path is counted.
282 * -------------------
293 * --- -------