代码搜索:arithmetic

找到约 7,844 项符合「arithmetic」的源代码

代码结果 7,844
www.eeworm.com/read/129770/5970050

dat asslandat40.dat

算术左移指令SAL(Shift <mark>Arithmetic</mark> Left) 指令格式:SAL OPRD1,COUNT 其中OPRD1、COUNT与指令SHL相同。本指令与SHL的功能也完全相同,这是因为逻辑左移指令与算术左移指令所要完成的操作是一样的。如果 SAL将OPRD1的最高位移至CF,改变了原来的CF值,则溢出标志位OF=1,表示移位的前后的操作数不同具有倍增的关系。因而SAL可用于带 ...
www.eeworm.com/read/129770/5970390

dat asslandat76.dat

算术左移指令SAL(Shift <mark>Arithmetic</mark> Left) 指令格式:SAL OPRD1,COUNT 指令功能: 其中OPRD1、COUNT与指令SHL相同。本指令与SHL的功能也完全相同,这是因为逻辑左移指令与算术左移指令所要完成的操作是一样的。如果 SAL将OPRD1的最高位移至CF,改变了原来的CF值,则溢出标志位OF=1,表示移位的前后的操作数不同具有倍增的关系。因 ...
www.eeworm.com/read/128180/5992386

c,v writen.c,v

head 1.1; branch ; access ; symbols ; locks ; comment @ * @; 1.1 date 94.01.17.14.59.32; author rstevens; state Exp; branches ; next ; desc @@ 1.1 log @08Dec93 version fo
www.eeworm.com/read/127694/6002550

c,v writen.c,v

head 1.1; branch ; access ; symbols ; locks ; comment @ * @; 1.1 date 94.01.17.14.59.32; author rstevens; state Exp; branches ; next ; desc @@ 1.1 log @08Dec93 version fo
www.eeworm.com/read/127001/6009986

c,v writen.c,v

head 1.1; branch ; access ; symbols ; locks ; comment @ * @; 1.1 date 94.01.17.14.59.32; author rstevens; state Exp; branches ; next ; desc @@ 1.1 log @08Dec93 version fo
www.eeworm.com/read/119864/6081765

c facf.c

/* facf.c * * Factorial function * * * * SYNOPSIS: * * float y, facf(); * int i; * * y = facf( i ); * * * * DESCRIPTION: * * Returns factorial of i = 1 * 2 * 3 * ... * i. * f
www.eeworm.com/read/119864/6081815

c exp10f.c

/* exp10f.c * * Base 10 exponential function * (Common antilogarithm) * * * * SYNOPSIS: * * float x, y, exp10f(); * * y = exp10f( x ); * * * * DESCRIPTION: * * Returns 10 r
www.eeworm.com/read/494691/6360075

c writen.c

#include "ourhdr.h" ssize_t /* Write "n" bytes to a descriptor. */ writen(int fd, const void *vptr, size_t n) { size_t nleft, nwritten; const char *ptr; ptr = vptr; /* can't do pointer arit
www.eeworm.com/read/494691/6360113

c writen.c

#include "ourhdr.h" ssize_t /* Write "n" bytes to a descriptor. */ writen(int fd, const void *vptr, size_t n) { size_t nleft, nwritten; const char *ptr; ptr = vptr; /* can't do pointer arit
www.eeworm.com/read/494691/6360267

c writen.c

#include "ourhdr.h" ssize_t /* Write "n" bytes to a descriptor. */ writen(int fd, const void *vptr, size_t n) { size_t nleft, nwritten; const char *ptr; ptr = vptr; /* can't do pointer arit