Deleted Added
full compact
fpu_mul.c (176491) fpu_mul.c (178030)
1/* $NetBSD: fpu_mul.c,v 1.4 2005/12/11 12:18:42 christos Exp $ */
2
3/*
4 * Copyright (c) 1992, 1993
5 * The Regents of the University of California. All rights reserved.
6 *
7 * This software was developed by the Computer Systems Engineering group
8 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and

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

40 * @(#)fpu_mul.c 8.1 (Berkeley) 6/11/93
41 */
42
43/*
44 * Perform an FPU multiply (return x * y).
45 */
46
47#include <sys/cdefs.h>
1/* $NetBSD: fpu_mul.c,v 1.4 2005/12/11 12:18:42 christos Exp $ */
2
3/*
4 * Copyright (c) 1992, 1993
5 * The Regents of the University of California. All rights reserved.
6 *
7 * This software was developed by the Computer Systems Engineering group
8 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and

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

40 * @(#)fpu_mul.c 8.1 (Berkeley) 6/11/93
41 */
42
43/*
44 * Perform an FPU multiply (return x * y).
45 */
46
47#include <sys/cdefs.h>
48__FBSDID("$FreeBSD: head/sys/powerpc/fpu/fpu_mul.c 176491 2008-02-23 20:05:26Z marcel $");
48__FBSDID("$FreeBSD: head/sys/powerpc/fpu/fpu_mul.c 178030 2008-04-09 08:50:37Z grehan $");
49
49
50#include <sys/systm.h>
51#include <sys/types.h>
50#include <sys/types.h>
51#include <sys/systm.h>
52
53#include <machine/fpu.h>
54#include <machine/reg.h>
55
56#include <powerpc/fpu/fpu_arith.h>
57#include <powerpc/fpu/fpu_emu.h>
58
59/*

--- 180 unchanged lines hidden ---
52
53#include <machine/fpu.h>
54#include <machine/reg.h>
55
56#include <powerpc/fpu/fpu_arith.h>
57#include <powerpc/fpu/fpu_emu.h>
58
59/*

--- 180 unchanged lines hidden ---