Lines Matching +full:quad +full:- +full:precision

1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Linux/PA-RISC Project (http://www.parisc-linux.org/)
5 * Floating-point emulation code
6 * Copyright (C) 2001 Hewlett-Packard (Paul Bame) <[email protected]>
26 PA header file -- do not include this header file for non-PA builds.
41 * floating-point precisions.
44 * +-------+-------+-------+-------+-------+-------+-------+-------+
46 * +-------+-------+-------+-------+-------+-------+-------+-------+
97 * +-------+-------+-------+-------+-------+-------+-------+-------+
99 * +-------+-------+-------+-------+-------+-------+-------+-------+
101 * +-------+-------+-------+-------+-------+-------+-------+-------+
103 * +-------+-------+-------+-------+-------+-------+-------+-------+
173 * Quad number.
174 * +-------+-------+-------+-------+-------+-------+-------+-------+
176 * +-------+-------+-------+-------+-------+-------+-------+-------+
178 * +-------+-------+-------+-------+-------+-------+-------+-------+
180 * +-------+-------+-------+-------+-------+-------+-------+-------+
182 * +-------+-------+-------+-------+-------+-------+-------+-------+
184 * +-------+-------+-------+-------+-------+-------+-------+-------+
186 * +-------+-------+-------+-------+-------+-------+-------+-------+
188 * +-------+-------+-------+-------+-------+-------+-------+-------+
248 /* Extension - An additional structure to hold the guard, round and
258 * Single extended - The upper word is just like single precision,
270 * Double extended - The upper two words are just like double precision,
286 * fixed-point precisions.
289 * +-------+-------+-------+-------+-------+-------+-------+-------+
291 * +-------+-------+-------+-------+-------+-------+-------+-------+
297 * +-------+-------+-------+-------+-------+-------+-------+-------+
299 * +-------+-------+-------+-------+-------+-------+-------+-------+
301 * +-------+-------+-------+-------+-------+-------+-------+-------+
303 * +-------+-------+-------+-------+-------+-------+-------+-------+
316 * Quad number.
317 * +-------+-------+-------+-------+-------+-------+-------+-------+
319 * +-------+-------+-------+-------+-------+-------+-------+-------+
321 * +-------+-------+-------+-------+-------+-------+-------+-------+
323 * +-------+-------+-------+-------+-------+-------+-------+-------+
325 * +-------+-------+-------+-------+-------+-------+-------+-------+
327 * +-------+-------+-------+-------+-------+-------+-------+-------+
329 * +-------+-------+-------+-------+-------+-------+-------+-------+
331 * +-------+-------+-------+-------+-------+-------+-------+-------+
355 #define SGL_EMIN (-126)
365 #define DBL_EMIN (-1022)
375 #define QUAD_EMIN (-16382)
394 #define QUAD 3
406 * +-------+-------+-------+-------+-------+-------+-------+-------+
408 * +-------+-------+-------+-------+-------+-------+-------+-------+
451 * +-------+-------+-------+-------+-------+-------+-------+-------+
453 * +-------+-------+-------+-------+-------+-------+-------+-------+
470 * +-------+-------+-------+-------+-------+-------+-------+-------+
472 * +-------+-------+-------+-------+-------+-------+-------+-------+
538 (int )Extall(extent) = 0 - (int )Extall(extent)