代码搜索结果

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

div.ms

# fr30 testcase for division # mach(): fr30 .include "testutils.inc" START .text .global div div: ; simple division 12 / 3 mvi_h_gr 0x00000003,r2 mvi_h_dr 0xdeadbeef,mdh mvi_h_dr 0

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

floats

1 123 1.23 0.123 1.23e3 1.23e-3 1 div 0 -1 div 0 0 div 0 (1 div 0) > 0 (1 div 0) < 0 (-1 div 0) > 0 (-1 div 0) < 0 (0 div 0) > 0 (0 div 0) < 0

div.c

/* WinBond bug report Please don't use "gcc -O3 -S hello.c" command, because it will optimize "i/5" to be "2" in compile time. */ #include #define TESTSEED 10 main () { int a

div.c

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

copyright.jsp~2~

技术支持:动感科技 联系电话:(0)13855119911 联系人:程堂君  程序制作:模糊视线   QQ:9

math.x

/*filename: math.x*/ const ADD =0; const SUB =1; const MUL =2; const DIV =3; struct MATH { int op; /* 0-ADD ,1-SUB ,2-MUL,3-DIV*/ float arg1; float arg2; f

math.x

/*filename: math.x*/ const ADD =0; const SUB =1; const MUL =2; const DIV =3; struct MATH { int op; /* 0-ADD ,1-SUB ,2-MUL,3-DIV*/ float arg1; float arg2; f

math.x

/*filename: math.x*/ const ADD =0; const SUB =1; const MUL =2; const DIV =3; struct MATH { int op; /* 0-ADD ,1-SUB ,2-MUL,3-DIV*/ float arg1; float arg2; f