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

  /src/tests/usr.bin/indent/
lsym_return.c 22 calculate(int a, int b) function in typeref:typename:int
27 return calculate(b, a);
42 return calculate(3,
44 return calculate(
47 return calculate(
60 return calculate(3,
62 return calculate(
65 return calculate(
  /src/common/lib/libc/arch/m68k/gen/
muldi3.S 60 | First, calculate (X_L32 * Y_L32) as a 64bit integer.
  /src/sys/arch/m68k/m68k/
copy.s 256 subl 4(%sp),%a0 | yes, calculate length copied
295 subl 4(%sp),%a0 | yes, calculate length copied
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 2955 # from our 4-word stack frame. This means we must calculate the length
3871 # "Dummy" CALCulate Effective Address: #
3945 # _calc_ea_fout(): calculate correct stacked <ea> for extended #
4290 bsr.l fmovm_calc_ea # calculate <ea>
4580 # _fmovm_calc_ea: calculate effective address #
5847 # simply calculate the sticky bit and zero the mantissa. otherwise
5868 # calculate if the sticky should be set and clear the entire mantissa.
8095 # - calculate the default result and return it in fp0.
8124 # calculate the default result
8129 bsr.l ovf_res # calculate default resul
    [all...]
ilsp.s 97 # to calculate the result. #
350 # Now calculate an estimate of the quotient words (msw first, then lsw).
659 eori.b &0x1,%d5 # calculate correct sign
isp.s 868 # _calc_ea(): routine to calculate effective address #
1869 # _calc_ea(): calculate effective address #
1885 # First, calculate the effective address, then fetch the byte, #
1905 bsr.l _calc_ea # calculate <ea>
2053 # _calc_ea() - calculate effective address #
2070 # the stack. If it's in memory, use _calc_ea() to calculate the #
2077 # to calculate the result. #
2300 # Now calculate an estimate of the quotient words (msw first, then lsw).
2491 # _calc_ea() - calculate effective address #
2508 # the stack. If it's in memory, use _calc_ea() to calculate the
    [all...]
fpsp.s 2955 # from our 4-word stack frame. This means we must calculate the length
5701 #--No need to calculate r if this is the last loop
5705 #--Need to calculate r
6132 #--No need to calculate r if this is the last loop
6136 #--Need to calculate r
6623 # 2. (|X| < 1) Calculate asin(X) by #
6724 # 2. (|X| < 1) Calculate acos(X) by #
6848 # Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ). #
6852 # 2.3 Calculate J = N mod 64; so J = 0,1,2,..., #
6854 # 2.4 Calculate M = (N - J)/64; so N = 64M + J.
    [all...]
fplsp.s 5595 #--No need to calculate r if this is the last loop
5599 #--Need to calculate r
6026 #--No need to calculate r if this is the last loop
6030 #--Need to calculate r
6517 # 2. (|X| < 1) Calculate asin(X) by #
6618 # 2. (|X| < 1) Calculate acos(X) by #
6742 # Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ). #
6746 # 2.3 Calculate J = N mod 64; so J = 0,1,2,..., #
6748 # 2.4 Calculate M = (N - J)/64; so N = 64M + J. #
6749 # 2.5 Calculate the address of the stored value of
    [all...]
  /src/sys/arch/mac68k/mac68k/
locore.s 969 mulul _C_LABEL(delay_factor),%d0 | calculate number of loop iterations
972 mulul _C_LABEL(delay_factor),%d0 | calculate number of loop iterations
  /src/sys/arch/mips/mips/
bds_emul.S 442 sll t1, t0, 3 # calculate index in specialop
599 /* Calculate branch destination */
  /src/common/lib/libc/arch/sparc64/string/
memcpy.S 583 mov -6, %o4 ! Calculate src - 6
584 alignaddr %o0, %o4, %o4 ! calculate shift mask and dest.
605 alignaddr %o0, %o4, %o4 ! calculate shift mask and dest.
1555 mov -7, %o0 ! Calculate dest - 7
1556 alignaddr %o1, %o0, %g0 ! Calculate shift mask and dest.
  /src/sys/arch/luna68k/luna68k/
locore.s 195 lea _C_LABEL(end),%a0 | calculate end of symtab address
  /src/sys/arch/sparc64/sparc64/
locore.s 2317 sub %g1, %g7, %g1 ! Calculate %canrestore - %g7
3560 mov %sp, %g6 ! calculate virtual address of destination stack
3686 sub %g3, %g6, %g3 ! Calculate %canrestore - %g7
4308 sllx %g7, PTRSHFT, %g5 ! Calculate entry number
4449 sllx %g5, PTRSHFT, %g5 ! Calculate entry number
5106 sll %g7, 7, %g5 ! calculate ptr into rw64 array 8*16 == 128 or 7 bits
7526 !! Calculate ticks/usec
7527 ldx [%o2 + %lo(CPUINFO_VA + CI_CLOCKRATE)], %o4 ! No, we need to calculate it

Completed in 39 milliseconds