代码搜索:Precision

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

代码结果 10,000
www.eeworm.com/read/136815/5856758

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
www.eeworm.com/read/133772/5900423

cxx vfnprintf.cxx

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

cxx vfnprintf.cxx

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

h ms_param.h

/* * Copyright (C) 1996-1998 by the Board of Trustees * of Leland Stanford Junior University. * * This file is part of the SimOS distribution. * See LICENSE file for terms of the license.
www.eeworm.com/read/126765/6012029

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/126765/6012070

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/125688/6026695

h npx.h

/* $NetBSD: npx.h,v 1.14 1999/01/26 14:25:02 christos Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * * This code is derived from software
www.eeworm.com/read/123322/6060727

cxx vfnprintf.cxx

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

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/6081790

c mtherr.c

/* mtherr.c * * Library common error handling routine * * * * SYNOPSIS: * * char *fctnam; * int code; * void mtherr(); * * mtherr( fctnam, code ); * * * * DESCRIPTION: * * This