Deleted Added
full compact
fpu_emu.h (92942) fpu_emu.h (92991)
1/*
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This software was developed by the Computer Systems Engineering group
6 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
7 * contributed to Berkeley.
8 *

--- 25 unchanged lines hidden (view full) ---

34 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
35 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
36 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
37 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
38 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
39 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
40 * SUCH DAMAGE.
41 *
1/*
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This software was developed by the Computer Systems Engineering group
6 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
7 * contributed to Berkeley.
8 *

--- 25 unchanged lines hidden (view full) ---

34 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
35 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
36 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
37 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
38 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
39 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
40 * SUCH DAMAGE.
41 *
42 * from: @(#)fpu_emu.h 8.1 (Berkeley) 6/11/93
43 * from: NetBSD: fpu_emu.h,v 1.4 2000/08/03 18:32:07 eeh
44 * $FreeBSD: head/lib/libc/sparc64/fpu/fpu_emu.h 92942 2002-03-22 09:27:59Z obrien $
42 * @(#)fpu_emu.h 8.1 (Berkeley) 6/11/93
43 * $NetBSD: fpu_emu.h,v 1.4 2000/08/03 18:32:07 eeh Exp $
44 * $FreeBSD: head/lib/libc/sparc64/fpu/fpu_emu.h 92991 2002-03-22 23:42:05Z obrien $
45 */
46
47/*
48 * Floating point emulator (tailored for SPARC, but structurally
49 * machine-independent).
50 *
51 * Floating point numbers are carried around internally in an `expanded'
52 * or `unpacked' form consisting of:

--- 132 unchanged lines hidden ---
45 */
46
47/*
48 * Floating point emulator (tailored for SPARC, but structurally
49 * machine-independent).
50 *
51 * Floating point numbers are carried around internally in an `expanded'
52 * or `unpacked' form consisting of:

--- 132 unchanged lines hidden ---