HomeSort by: relevance | last modified time | path
    Searched refs:Divide (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
ppevvmath.h 89 static fInt Divide (int, int); /* Divide two INTs and return result as FINT */
118 fInt lower_bound = Divide(78, 10000);
152 fInt upper_bound = Divide(8, 1000);
499 static fInt Divide (int X, int Y)
amdgpu_ppatomctrl.c 698 fRLL_LoadLine = Divide(getASICProfilingInfo->ulLoadLineSlop, 1000);
  /src/sys/arch/m68k/060sp/dist/
iskeletn.s 116 # integer divide where the source operand is a zero, then the _isp_unimp()
117 # creates a Divide-by-zero exception stack frame from the Unimplemented
pfpsp.s 458 set dz_bit, 2 # divide by zero
493 set adz_mask, 0x00000010 # accrued divide by zero
5610 asr.l &0x1,%d0 # divide scale factor by 2
5618 asr.l &0x1,%d0 # divide scale factor by 2
5631 asr.l &0x1,%d0 # divide scale factor by 2
5638 asr.l &0x1,%d0 # divide scale factor by 2
5790 # Divide : (Zero / Zero) || (Infinity / Infinity) #
7986 # Handle NANs, infinities, and zeroes as special cases. Divide #
8481 # Handle NANs, infinities, and zeroes as special cases. Divide #
8803 # Handle NANs, infinities, and zeroes as special cases. Divide #
    [all...]
fpsp.s 458 set dz_bit, 2 # divide by zero
493 set adz_mask, 0x00000010 # accrued divide by zero
4067 # Divide the fp instructions into 8 types based on the TYPE field in
6378 #--TRUE THAT A DIVIDE IS NOW NEEDED, BUT THE APPROXIMATION FOR
6381 #--DIVIDE. IN THE END THIS METHOD IS MUCH FASTER THAN A TRADITIONAL
6429 #--BUT ALAS, THE DIVIDE IS STILL CRANKING!
6535 #--DIVIDE IS STILL CRANKING
8704 # divide-by-zero by #
11554 # Handle NANs, infinities, and zeroes as special cases. Divide #
12049 # Handle NANs, infinities, and zeroes as special cases. Divide #
    [all...]
  /src/sys/external/bsd/acpica/dist/tests/misc/
grammar.asl 893 Store(Divide(Add(Multiply(B1CP,B1LF),99),100),Local2)
963 Divide (Local0, Local1, Local3)
1585 /* DIVIDE */
1587 Store ("++++++++ Divide (100, 9, Local1, Local2)", Debug)
1588 Divide (100, 9, Local1, Local2)
1590 Store ("++++++++ Store (Divide (100, 9), Local3)", Debug)
1591 Store (Divide (100, 9), Local3)
1593 Store ("++++++++ Checking (quotient) result from DIVIDE", Debug)
4157 Divide (DWRD, 3, DWRD, RMDR)
4164 Divide (WRD, 4, WRD, RMDR
    [all...]

Completed in 29 milliseconds