代码搜索结果

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

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 #

footer.jsp

Copyright © 2003, Jdon.com 上海解道计算机技术有限公司

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");

previewcontent.jsp

This is a PREVIEW! Hit "back" on your browser to go back to

errormsg.ftl

${requestAttributes.errorMsgReq} ${re

sdiv.s

/* * Sparc v8 has divide. */ #include ENTRY(.div) sra %o0, 31, %o2 wr %o2, 0, %y nop nop nop sdivcc %o0, %o1, %o0 bvs,a 1f xnor %o0, %g0, %o0 1: retl nop END(.div)

sdiv.s

/* * Sparc v9 has divide. * As divx takes 68 cycles and sdivcc only 36, * we use sdivcc eventhough it is deprecated. */ #include .text .align 32 ENTRY(.div) sra %o0, 31, %o2 wr

versions

libc { GLIBC_2.0 { .div; .mul; .rem; .udiv; .umul; .urem; } }