代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/131315/5936770

c flonum-const.c

/* flonum_const.c - Useful Flonum constants Copyright (C) 1987 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. GAS is free software; you can redistribute it and/or mod
www.eeworm.com/read/128531/5984998

s fp_util.s

/* * fp_util.S * * Copyright Roman Zippel, 1997. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the foll
www.eeworm.com/read/127781/5996164

s fp_util.s

/* * fp_util.S * * Copyright Roman Zippel, 1997. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the foll
www.eeworm.com/read/127756/6001038

h sched.h

#ifndef _SCHED_H #define _SCHED_H #define NR_TASKS 64 // 系统中同时最多任务(进程)数。 #define HZ 100 // 定义系统时钟滴答频率(1 百赫兹,每个滴答10ms) #define FIRST_TASK task[0] // 任务0 比较特殊,所以特意给它单独定义一个符号。 #define LAST_TASK task
www.eeworm.com/read/126641/6014699

pl mul_c4.pl

#!/usr/local/bin/perl # alpha assember sub mul_add_c { local($a,$b,$c0,$c1,$c2)=@_; local($l1,$h1,$t1,$t2); &mul($a,$b,($l1)=&NR(1)); &muh($a,$b,($h1)=&NR(1)); &add($c0,$l1,$c0); &cmpult($c0
www.eeworm.com/read/126641/6014715

pl mul_c4.pl

#!/usr/local/bin/perl # alpha assember # upto sub mul_add_c { local($a,$b,$c0,$c1,$c2)=@_; local($l1,$h1,$t1,$t2); &mul($a,$b,($l1)=&NR(1)); &muh($a,$b,($h1)=&NR(1)); &add($c0,$l1,$c0); &cm
www.eeworm.com/read/125688/6024706

c e_atanh.c

/* @(#)e_atanh.c 5.1 93/09/24 */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunPro, a Sun Micros
www.eeworm.com/read/125688/6026163

c e_atanh.c

/* @(#)e_atanh.c 5.1 93/09/24 */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunPro, a Sun Micros
www.eeworm.com/read/124910/6038494

c e_atanh.c

/* @(#)e_atanh.c 5.1 93/09/24 */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunPro, a Sun Micros
www.eeworm.com/read/124910/6038583

c e_atanhl.c

/* s_atanhl.c -- long double version of s_atan.c. * Conversion to long double by Ulrich Drepper, * Cygnus Support, drepper@cygnus.com. */ /* * ====================================================