Searched refs:divide (Results 1 - 25 of 54) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A DMakefile51 $(obj)/__divqu.o: $(obj)/$(ev6-y)divide.S
53 $(obj)/__remqu.o: $(obj)/$(ev6-y)divide.S
55 $(obj)/__divlu.o: $(obj)/$(ev6-y)divide.S
57 $(obj)/__remlu.o: $(obj)/$(ev6-y)divide.S
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Ddc.c55 static void divide(void) function
130 {"/", divide},
131 {"div", divide},
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dtime.c176 unsigned short divide; local
179 divide = boot_cpu_data.timer_divide;
180 latch = DIV_ROUND_CLOSEST(bus_clock/divide, HZ);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Deval-plural.h70 case divide:
H A Dplural-exp.h54 divide, /* Division. */ enumerator in enum:expression::operator
H A Dplural.y355 lval->op = divide;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Deval-plural.h64 case divide:
H A Dplural-exp.h45 divide, /* Division. */ enumerator in enum:expression_operator
H A Dplural.y332 lval->op = divide;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Dudiv.S50 ! Ready to divide. Compute size of quotient; scale comparand.
73 ! as our usual N-at-a-shot divide step will cause overflow and havoc.
116 ! do single-bit divide steps
119 ! first divide step without thinking. BUT, the others are conditional,
H A Durem.S48 ! Ready to divide. Compute size of quotient; scale comparand.
71 ! as our usual N-at-a-shot divide step will cause overflow and havoc.
114 ! do single-bit divide steps
117 ! first divide step without thinking. BUT, the others are conditional,
H A Drem.S51 bge 2f ! no, go do the divide
64 ! Ready to divide. Compute size of quotient; scale comparand.
87 ! as our usual N-at-a-shot divide step will cause overflow and havoc.
131 ! do single-bit divide steps
134 ! first divide step without thinking. BUT, the others are conditional,
H A Dsdiv.S51 bge 2f ! no, go do the divide
64 ! Ready to divide. Compute size of quotient; scale comparand.
87 ! as our usual N-at-a-shot divide step will cause overflow and havoc.
130 ! do single-bit divide steps
133 ! first divide step without thinking. BUT, the others are conditional,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/lib/
H A Ddiv64.S43 divwu r11,r11,r9 # then we divide the shifted quantities
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Ddiv64.S42 divwu r11,r11,r9 # then we divide the shifted quantities
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/lib/
H A Dqrnnd.S23 ahi %r0,-1 # trick: subtract n/2, then divide
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dsatanh.S36 | divide-by-zero by
H A Ddecbin.S473 | else divide fp0/fp1.
485 fdivx %fp1,%fp0 |exp is negative, so divide mant by exp
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Des1968.c793 int divide; local
802 divide = 1;
803 while ((prescale > 5) && (divide < 32)) {
805 divide <<= 1;
807 divide >>= 1;
810 for (; divide < 31; divide++)
812 ((ESS_SYSCLK >> (prescale + 9)) / (divide + 1))) break;
814 /* divide = 0 is illegal, but don't let prescale = 4! */
815 if (divide
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dilsp.S68 # 64-bit divide instruction. #
85 # sign info for later. Separate out special cases like divide-by-zero #
90 # zero, then perform a divide-by-zero using a 16-bit implemented #
91 # divide instruction. This way, the operating system can record that #
141 # separate signed and unsigned divide
143 beq.b ldspecialcases # use positive divide
174 bls.b ld32bitdivide # yes, so use 32 bit divide
177 bra.w ldivfinish # can't divide, we're done.
190 # perform the divide algorithm:
191 bsr.l ldclassical # do int divide
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-csharp.c289 case divide:
407 case divide:
437 case divide:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/
H A Dfskeleton.S145 | This is the exit point for the 060FPSP when an enabled divide-by-zero exception
147 | for enabled divide-by-zero exceptions. The exception stack frame is a divide-by-zero
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtmlcell.tex9 You can divide any text (or HTML) into small fragments. Let's call these
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dsp887x.c287 static void divide (int n, int d, int *quotient_i, int *quotient_f) function
322 divide(freq / 333, sysclock, NULL, &frequency_shift);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A DGNUmakefile52 CXXFLAGS += -Wa,--divide # allow use of "/" operator

Completed in 490 milliseconds

123