代码搜索:significant
找到约 1,018 项符合「significant」的源代码
代码结果 1,018
www.eeworm.com/read/124486/6046713
c fblin1.c
/*
** $Id: fblin1.c,v 1.4 2003/09/04 02:57:09 weiym Exp $
**
** fblin1.c: Frame buffer 1 bpp linear video driver for MiniGUI
** This driver is suitable for the most significant bit being right.
**
*
www.eeworm.com/read/225994/14505872
c bsd-cray.c
/*
* $Id: bsd-cray.c,v 1.14 2005/02/02 06:10:11 dtucker Exp $
*
* bsd-cray.c
*
* Copyright (c) 2002, Cray Inc. (Wendy Palm )
* Significant portions provided by
* Wa
www.eeworm.com/read/14418/332720
c getbits.c
#include
#include
#include "config.h"
#include "tmndec.h"
#include "global.h"
/* to mask the n least significant bits of an integer */
static unsigned int msk[33] =
{
0x0000
www.eeworm.com/read/455463/1614537
m sigfig.m
function [xx,xp,e]=sigfig(x,n)
% [xx,xp,e]=sigfig(x,n)
%
% SIGFIG returns x rounded to n significant figures
% (works for vectors)
%
% xx ... x rounded to n sig figures
% xp and e ... xx==xp*10^e wh
www.eeworm.com/read/248446/4470071
c fblin-1.c
/*
** $Id: fblin-1.c,v 1.6 2004/04/19 09:08:20 snig Exp $
**
** fblin-1.c: Frame buffer 1 bpp linear video driver for MiniGUI
** This driver is suitable for the most significant bit being left.
www.eeworm.com/read/248446/4470072
c fblin-4.c
/*
** $Id: fblin-4.c,v 1.5 2003/11/22 11:49:29 weiym Exp $
**
** fblin-4.c: Frame buffer 4 bpp Linear Video Driver for MiniGUI
** This driver is suitable for the most significant bit being left.
www.eeworm.com/read/248446/4470075
c fblin2.c
/*
** $Id: fblin2.c,v 1.9 2003/11/22 11:49:29 weiym Exp $
**
** fblin2.c: Frame buffer 2 bpp Linear Video Driver for MiniGUI
** This driver is suitable for the most significant bit being right.
www.eeworm.com/read/248446/4470077
c fblin4.c
/*
** $Id: fblin4.c,v 1.19 2003/11/22 11:49:29 weiym Exp $
**
** fblin4.c: Frame buffer 4 bpp Linear Video Driver for MiniGUI
** This driver is suitable for the most significant bit being right.
www.eeworm.com/read/248446/4470084
c fblin-2.c
/*
** $Id: fblin-2.c,v 1.8 2003/11/22 11:49:29 weiym Exp $
**
** fblin-2.c: Frame buffer 2 bpp Linear Video Driver for MiniGUI
** This driver is suitable for the most significant bit being left.
www.eeworm.com/read/248446/4470085
c fblin1.c
/*
** $Id: fblin1.c,v 1.7 2004/04/19 09:08:21 snig Exp $
**
** fblin1.c: Frame buffer 1 bpp linear video driver for MiniGUI
** This driver is suitable for the most significant bit being right.