代码搜索:Precision

找到约 10,000 项符合「Precision」的源代码

代码结果 10,000
www.eeworm.com/read/119864/6081886

c mtherr.c

/* mtherr.c * * Library common error handling routine * * * * SYNOPSIS: * * char *fctnam; * int code; * int mtherr(); * * mtherr( fctnam, code ); * * * * DESCRIPTION: * * This
www.eeworm.com/read/119864/6082067

c mtherr.c

/* mtherr.c * * Library common error handling routine * * * * SYNOPSIS: * * char *fctnam; * int code; * void mtherr(); * * mtherr( fctnam, code ); * * * * DESCRIP
www.eeworm.com/read/113685/6126386

h90 mg.h90

! {{{ mg.h90 ! {{{ PROGRAM PDE2 PROGRAM PDE2 ! {{{ Description !+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ! ! MAIN PROGRAM FOR MG BENCHMARK - SIMD/VECTOR VE
www.eeworm.com/read/106385/6194287

cxx vfnprintf.cxx

//=========================================================================== // // vfnprintf.c // // I/O routines for vfnprintf() for use with ANSI C library // //==========================
www.eeworm.com/read/101082/6241550

f loctst.f

common/blah/i,j,k double precision d equivalence (d,i),(x,i) write(*,*) loc(i), loc(d), loc(x), loc(z) end
www.eeworm.com/read/101082/6245372

3s printf.3s

." SCCSID: @(#)printf.3s 2.4 8/12/87 .\" Last modified by DAH on 11-Sept-88 1900. .\" .TH printf 3s .SH Name printf, fprintf, sprintf \- formatted output conversion .SH Syntax .B #include .P
www.eeworm.com/read/101082/6247265

3s printf.3s

." SCCSID: @(#)printf.3s 2.4 8/12/87 .\" Last modified by DAH on 11-Sept-88 1900. .\" .TH printf 3s .SH Name printf, fprintf, sprintf \- formatted output conversion .SH Syntax .B #include .P
www.eeworm.com/read/101066/6256310

s uss_xlfncs.s

/* Copyright 1991-1992 Wind River Systems, Inc. */ .data .globl _copyright_wind_river .long _copyright_wind_river /* modification history -------------------- 01f,23aug92,jcf changed bxxx to jxx.
www.eeworm.com/read/101066/6256351

s util.s

/* util.s - Motorola 68040 FP utility routines (EXC) */ /* Copyright 1991-1993 Wind River Systems, Inc. */ .data .globl _copyright_wind_river .long _copyright_wind_river /* modification history -
www.eeworm.com/read/274660/6288467

c printf.c

/* ** The "printf" code that follows dates from the 1980's. It is in ** the public domain. The original comments are included here for ** completeness. They are very out-of-date but might be useful