代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/110034/6167775
s ev67-strchr.s
/*
* arch/alpha/lib/ev67-strchr.S
* 21264 version contributed by Rick Gorton
*
* Return the address of a given character within a null-terminated
* string, or nu
www.eeworm.com/read/102935/6226603
s ev67-strrchr.s
/*
* arch/alpha/lib/ev67-strrchr.S
* 21264 version by Rick Gorton
*
* Finds length of a 0-terminated string. Optimized for the
* Alpha architecture:
*
* - mem
www.eeworm.com/read/102935/6226620
s ev67-strchr.s
/*
* arch/alpha/lib/ev67-strchr.S
* 21264 version contributed by Rick Gorton
*
* Return the address of a given character within a null-terminated
* string, or nu
www.eeworm.com/read/102423/6232331
c fixrts.c
#include
#include "complex.h"
#define NMAX 100
#define ZERO Complex(0.0,0.0)
#define ONE Complex(1.0,0.0)
void fixrts(d,m)
float d[];
int m;
{
void zroots();
int i,j,polish;
f
www.eeworm.com/read/102423/6232347
c machar.c
#include
#define CONV(i) ((float)(i))
void machar(ibeta,it,irnd,ngrd,machep,negep,iexp,minexp,maxexp,eps,epsneg,xmin,xmax)
float *eps,*epsneg,*xmax,*xmin;
int *ibeta,*iexp,*irnd,*it,*ma
www.eeworm.com/read/102423/6232943
c fixrts.c
#include
#include "complex.h"
#define NMAX 100
#define ZERO Complex(0.0,0.0)
#define ONE Complex(1.0,0.0)
void fixrts(float d[], int m)
{
void zroots(fcomplex a[], int m, fcomplex r
www.eeworm.com/read/102423/6232959
c machar.c
#include
#define CONV(i) ((float)(i))
void machar(int *ibeta, int *it, int *irnd, int *ngrd, int *machep, int *negep,
int *iexp, int *minexp, int *maxexp, float *eps, float *epsneg,
f
www.eeworm.com/read/101082/6240683
s bcmp.s
/* @(#)bcmp.s 4.1 (ULTRIX) 7/3/90 */
/* ------------------------------------------------------------------ */
/* | Copyright Unpublished, MIPS Computer Systems, Inc. All Rights | */
/* | Res
www.eeworm.com/read/101082/6240977
s urem.s
/* urem.s 4.2 83/06/27 */
/*
* urem - unsigned remainder for vax-11
*
* arguments: dividend, divisor
* result: remainder
* uses r0-r2
*
* if 1 < divisor
www.eeworm.com/read/101066/6256566
c log.c
/* log.c - math routines */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01f,05feb93,jdi doc changes based on kdl review.
01e,02dec92,jdi doc twe