代码搜索结果

找到约 92,609 项符合 div 的代码

div.pl

#!/usr/local/bin/perl # x86 assember sub bn_div_words { local($name)=@_; &function_begin($name,""); &mov("edx",&wparam(0)); # &mov("eax",&wparam(1)); # &mov("ebx",&wparam(2)); # &div("ebx");

div.c

/* div.c - div file for stdlib */ /* Copyright 1992-1995 Wind River Systems, Inc. */ /* modification history -------------------- 01f,10feb95,jdi doc format tweak. 01e,08feb93,jdi documentation c

div.c

/* FUNCTION ---divide two integers INDEX div ANSI_SYNOPSIS #include div_t div(int , int ); TRAD_SYNOPSIS #include div_t div(, ) int ,

div.c

/* div.c - div file for stdlib */ /* Copyright 1992-2001 Wind River Systems, Inc. */ /* modification history -------------------- 01g,25sep01,gls fixed div_r to check for negative numerator (SPR #

div.c

/* div.c - div file for stdlib */ /* Copyright 1992-2001 Wind River Systems, Inc. */ /* modification history -------------------- 01g,25sep01,gls fixed div_r to check for negative numerator (SPR #