代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/350097/3128779
s sasin.s
|
| sasin.sa 3.3 12/19/90
|
| Description: The entry point sAsin computes the inverse sine of
| an input argument; sAsind does the same except for denormalized
| input.
|
| Input: Double-extended nu
www.eeworm.com/read/350097/3128785
s stanh.s
|
| stanh.sa 3.1 12/10/90
|
| The entry point sTanh computes the hyperbolic tangent of
| an input argument; sTanhd does the same except for denormalized
| input.
|
| Input: Double-extended number X in
www.eeworm.com/read/350097/3130387
h keyspan_pda_fw.h
/*
* keyspan_pda_fw.h
*
* Generated from keyspan_pda.s by ezusb_convert.pl
* This file is presumed to be under the same copyright as the source file
* from which it was derived.
*/
static const
www.eeworm.com/read/350097/3131824
h gmac.h
/*
* Definitions for the GMAC ethernet chip, used in the
* Apple G4 powermac.
*/
/*
* GMAC register definitions
*
* Note: We encode the register size the same way Apple does. I didn't copy
www.eeworm.com/read/350097/3131996
h platinumfb.h
/*
* linux/drivers/video/platinumfb-hw.c -- Frame buffer device for the
* Platinum on-board video in PowerMac 7200s (and some clones based
* on the same motherboard.)
*
* Created 09 Feb 1998 by
www.eeworm.com/read/350097/3133173
h bitops.h
#ifndef _LINUX_BITOPS_H
#define _LINUX_BITOPS_H
/*
* ffs: find first bit set. This is defined the same way as
* the libc and compiler builtin ffs routines, therefore
* differs in spirit from the
www.eeworm.com/read/350097/3135452
c inetpeer.c
/*
* INETPEER - A storage for permanent information about peers
*
* This source is covered by the GNU GPL, the same as all kernel sources.
*
* Version: $Id: inetpeer.c,v 1.3 2000/10/03 07:29:0
www.eeworm.com/read/349545/3143750
m semilogy.m
%SEMILOGY Semi-log scale plot.
% SEMILOGY(...) is the same as PLOT(...), except a
% logarithmic (base 10) scale is used for the Y-axis.
%
% See also PLOT.
% Copyright 1984-2002 The Math
www.eeworm.com/read/349545/3143752
m semilogx.m
%SEMILOGX Semi-log scale plot.
% SEMILOGX(...) is the same as PLOT(...), except a
% logarithmic (base 10) scale is used for the X-axis.
%
% See also PLOT.
% Copyright 1984-2002 The Math
www.eeworm.com/read/347549/3167687
js popupwin.js
// (c) dynarch.com 2003-2004
// Distributed under the same terms as HTMLArea itself.
function PopupWin(editor, title, handler, initFunction) {
this.editor = editor;
this.handler = handler;
var dlg