代码搜索:floating
找到约 10,000 项符合「floating」的源代码
代码结果 10,000
www.eeworm.com/read/439082/1813621
s x_unimp.s
|
| x_unimp.sa 3.3 7/1/91
|
| fpsp_unimp --- FPSP handler for unimplemented instruction
| exception.
|
| Invoked when the user program encounters a floating-point
| op-code that hardware does not sup
www.eeworm.com/read/439082/1814386
h ieee754.h
/* single and double precision fp ops
* missing extended precision.
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd. All rights reserved.
* http://www.algor.co.uk
www.eeworm.com/read/439082/1817432
h op-2.h
/* Software floating-point emulation.
Basic two-word fraction declaration and manipulation.
Copyright (C) 1997,1998,1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
www.eeworm.com/read/439082/1817435
h op-1.h
/* Software floating-point emulation.
Basic one-word fraction declaration and manipulation.
Copyright (C) 1997,1998,1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
www.eeworm.com/read/439082/1818083
h sfp-machine.h
/* Machine-dependent software floating-point definitions.
Alpha kernel version.
Copyright (C) 1997,1998,1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contribu
www.eeworm.com/read/436051/1855123
h math.h
/* math.h -- Definitions for the math floating point package. */
#ifndef _MATH_H_
#define _MATH_H_
struct complex
{
float x;
float y;
};
#define cabsf(z) (hypot ((z).x, (z).y))
www.eeworm.com/read/436051/1855328
h math.h
/* math.h -- Definitions for the math floating point package. */
#ifndef _MATH_H_
#define _MATH_H_
struct complex
{
float x;
float y;
};
#define cabsf(z) (hypot ((z).x, (z).y))
www.eeworm.com/read/432474/1892033
s fppalib.s
/* fppALib.s - floating-point coprocessor support assembly language routines */
/* Copyright 1984-2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01j,25mar02,hdn added
www.eeworm.com/read/432474/1892080
c fpparchlib.c
/* fppArchLib.c - architecture-dependent floating-point coprocessor support */
/* Copyright 1984-2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01j,05jun02,wsl remove
www.eeworm.com/read/432474/1892358
c modf.c
/* modf.c - separate floating-point number into integer and fraction parts */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01j,19mar95,dvs removed