代码搜索:division
找到约 4,823 项符合「division」的源代码
代码结果 4,823
www.eeworm.com/read/176125/5340701
s _udivsi3.s
/* # 1 "libgcc1.S" */
@ libgcc1 routines for ARM cpu.
@ Division routines, written by Richard Earnshaw, (rearnsha@armltd.co.uk)
dividend .req r0
divisor .req r1
result .req r2
curbit .req r3
/* ip
www.eeworm.com/read/298155/3876032
dat asslandat59.dat
无符号数除法指令 DIV(DIVision)
格式: DIV OPRD
----
功能: 实现两个无符号二进制数除法运算.字节相除,被除数在AX中;字相除,被除数在DX,AX中,除数在OPRD中.
----
www.eeworm.com/read/298155/3876111
dat asslandat60.dat
带符号数除法指定IDIV(Interger DIVision)
格式: IDIV OPRD
----
功能: 这实现两个带符号数的二进制除法运算.理由与IMUL相同,只有IDIV指令,才能得到符号数相除的正确结果.
----
www.eeworm.com/read/279884/4132565
cmp math.cmp
Addition and subtraction :
1 + 1 = 2
2 - 1 = 1
Multiplication, division, and modulus :
5 % 2 = 1
5 % 0 = $rem2
7 % 2 = 1
5 / 2 = 2
5 / 0 = $rem4
5 * 2 = 10
5 * -1 = -5
5 * -2 = -10
5 * -2 = -10
www.eeworm.com/read/430341/1932772
entries
8
dir
131
http://paoding.googlecode.com/svn/trunk/paoding-analysis/dic/division
http://paoding.googlecode.com/svn
2007-08-28T05:55:15.288617Z
56
qieqie.wang
svn:special svn:externals svn:needs-l
www.eeworm.com/read/430341/1932886
entries
8
dir
131
http://paoding.googlecode.com/svn/trunk/paoding-analysis/dic/division
http://paoding.googlecode.com/svn
2007-08-28T05:55:15.288617Z
56
qieqie.wang
svn:special svn:externals svn:needs-l
www.eeworm.com/read/417857/2098002
output codcopy.output
Output files for usage example
File: eecoli.cut
#Species: Escherichia coli K12
#Division: gbbct
#Rele
www.eeworm.com/read/417857/2098295
cut epsesm.cut
#Species: Pseudomonas syringae pv. tomato str. DC3000
#Division: gbbct
#Release: CUTG146
#CdsCount: 5610
#Coding GC 59.27%
#1st letter GC 63.21%
#2nd letter GC 43.15%
#3rd letter GC 71.44%
#Codon AA
www.eeworm.com/read/414420/2151111
s _udivsi3.s
/* # 1 "libgcc1.S" */
@ libgcc1 routines for ARM cpu.
@ Division routines, written by Richard Earnshaw, (rearnsha@armltd.co.uk)
dividend .req r0
divisor .req r1
result .req r2
curbit .req r3
/* ip
www.eeworm.com/read/411991/2178348
svn-base _udivsi3.s.svn-base
/* # 1 "libgcc1.S" */
@ libgcc1 routines for ARM cpu.
@ Division routines, written by Richard Earnshaw, (rearnsha@armltd.co.uk)
dividend .req r0
divisor .req r1
result .req r2
curbit .req r3
/* ip