代码搜索:consistent
找到约 2,698 项符合「consistent」的源代码
代码结果 2,698
www.eeworm.com/read/316872/3587545
changelog
2003-03-22 Ralph Siemsen
* Reformat all but softfloat files to get a consistent coding style.
Used "indent -kr -i8 -ts8 -sob -l132 -ss" and a few manual fixups.
* Removed
www.eeworm.com/read/312645/3659037
changelog
2004-04-08 Bob Koninckx
* cdl/ec555_eth_drivers.cdl: Made
CYGNUM_DEVS_ETH_POWERPC_EC555_ETH0_BASE a calculated option that is
always consistent with the memory map. A
www.eeworm.com/read/443386/1742607
changelog
2003-03-22 Ralph Siemsen
* Reformat all but softfloat files to get a consistent coding style.
Used "indent -kr -i8 -ts8 -sob -l132 -ss" and a few manual fixups.
* Removed
www.eeworm.com/read/404607/2302012
changelog
2003-03-22 Ralph Siemsen
* Reformat all but softfloat files to get a consistent coding style.
Used "indent -kr -i8 -ts8 -sob -l132 -ss" and a few manual fixups.
* Removed
www.eeworm.com/read/393286/2477135
changelog
2003-03-22 Ralph Siemsen
* Reformat all but softfloat files to get a consistent coding style.
Used "indent -kr -i8 -ts8 -sob -l132 -ss" and a few manual fixups.
* Removed
www.eeworm.com/read/351636/3102128
h vcl_cmath.h
#ifndef vcl_borland55_cmath_h_
#define vcl_borland55_cmath_h_
// This header's vcl_abs must be consistent with vcl_complex.h's version.
// Standard version mostly works.
#include "../iso/vcl_c
www.eeworm.com/read/161121/5557670
c pci-nommu.c
#include
#include
#include
#include
/*
* Dummy IO MMU functions
*/
extern unsigned long end_pfn;
void *pci_alloc_consistent(struct pci_
www.eeworm.com/read/152843/5658010
changelog
2003-03-22 Ralph Siemsen
* Reformat all but softfloat files to get a consistent coding style.
Used "indent -kr -i8 -ts8 -sob -l132 -ss" and a few manual fixups.
* Removed
www.eeworm.com/read/429878/8783836
htm consist.htm
Netlab Reference Manual consist
consist
Purpose
Check that arguments are consistent.
Synopsis
errstring = consi
www.eeworm.com/read/466942/7023919
m heat2dadi.m
function U = Heat2DADI(dt, dx, dy, Tmax, Tsnap, value, bounds)
% make sure steps are consistent
Nx = round(1/dx);
dx = 1/Nx;
Ny = round(1/dy);
dy = 1/Ny;
Nt = round(Tmax/dt);
dt = Tmax/Nt;
rho