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

  /src/sys/external/bsd/acpica/dist/include/
acrestyp.h 786 UINT8 Scale;
  /src/sys/external/bsd/acpica/dist/resources/
rsdumpinfo.c 383 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (ClockInput.Scale), "Scale", AcpiGbl_ClockInputScale},
rsserial.c 281 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.ClockInput.Scale),
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 6751 # 2.6 Create the value Scale = 2^M. #
6825 # 6.4 Return ans := ans * Scale. Exit. #
6827 # |M| <= 16380, and Scale = 2^M. Moreover, exp(X) will #
6862 # 8.6 Create the values Scale = 2^M, AdjScale = 2^M1. #
7104 set SCALE,FP_SCR0
7178 mov.w %d1,SCALE(%a6) # SCALE is 2^(M) in extended
7179 mov.l &0x80000000,SCALE+4(%a6)
7180 clr.l SCALE+8(%a6)
7212 fmul.x SCALE(%a6),%fp0 # multiply 2^(M
    [all...]
fpsp.s 6857 # 2.6 Create the value Scale = 2^M. #
6931 # 6.4 Return ans := ans * Scale. Exit. #
6933 # |M| <= 16380, and Scale = 2^M. Moreover, exp(X) will #
6968 # 8.6 Create the values Scale = 2^M, AdjScale = 2^M1. #
7210 set SCALE,FP_SCR0
7284 mov.w %d1,SCALE(%a6) # SCALE is 2^(M) in extended
7285 mov.l &0x80000000,SCALE+4(%a6)
7286 clr.l SCALE+8(%a6)
7318 fmul.x SCALE(%a6),%fp0 # multiply 2^(M
    [all...]
pfpsp.s 4984 andi.l &0x3,%d1 # extract scale value
4986 lsl.l %d1,%d0 # shift index by scale
5079 rol.w &0x7,%d1 # rotate scale value into place
5080 andi.l &0x3,%d1 # extract scale value
5082 lsl.l %d1,%d0 # shift index by scale
5396 # addsub_scaler2(): scale inputs to fadd/fsub such that no #
5409 # d0 = scale amount #
5413 # equal to 0x3fff and scale the SRC exponent by the value that the #
5415 # do the opposite. Return this scale factor in d0. #
5441 # dst exp is > src exp; scale dst to exp = 0x3ff
    [all...]
  /src/sys/arch/sparc64/sparc64/
locore.s 7522 ldx [%o2 + %lo(CPUINFO_VA + CI_CLOCKRATE + 8)], %o4 ! Get scale factor
7549 ldx [%g2 + %lo(CPUINFO_VA + CI_CLOCKRATE)], %g2 ! Get scale factor
7553 mulx %o0, %g2, %g2 ! Scale it: (usec * Hz) / 1 x 10^6 = ticks

Completed in 37 milliseconds