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

  /src/usr.sbin/diskpart/
diskpart.c 61 #define PART(x) (x - 'a')
124 int spc, def, part, layout, j, ch; local in function:main
211 for (part = PART('a'); part < NPARTITIONS; part++)
212 curcyl += howmany(defpart[def][part], spc);
228 for (curcyl = 0, part = PART('a'); part < NPARTITIONS; part++)
    [all...]
  /src/usr.bin/make/unit-tests/
opt-query.mk 18 PART?= main
20 .if ${PART} == "main"
30 @${MAKE} -r -f ${MAKEFILE} -q ${mode:Mjobs:%=-j1} ${target} PART=commands \
39 @${MAKE} -r -f ${MAKEFILE} -q ${mode:Mjobs:%=-j1} ${target} PART=variants \
59 .elif ${PART} == "commands"
77 .elif ${PART} == "variants"
84 . error Invalid part '${PART}'
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 5502 fadd.x FP_SCR0(%a6),%fp0 # high part of reduction is exact
5504 fadd.x FP_SCR1(%a6),%fp0 # low part of reduction
5554 fadd.s TWOTO63(%a6),%fp2 # THE FRACTIONAL PART OF FP1 IS ROUNDED
5933 fadd.x FP_SCR0(%a6),%fp0 # high part of reduction is exact
5935 fadd.x FP_SCR1(%a6),%fp0 # low part of reduction
5985 fadd.s TWOTO63(%a6),%fp2 # THE FRACTIONAL PART OF FP1 IS ROUNDED
7114 mov.l (%a0),%d1 # load part of input X
7278 mov.l (%a0),%d1 # load part of input X
9258 # the src value. then, jump to the norm part of the routine.
fpsp.s 5608 fadd.x FP_SCR0(%a6),%fp0 # high part of reduction is exact
5610 fadd.x FP_SCR1(%a6),%fp0 # low part of reduction
5660 fadd.s TWOTO63(%a6),%fp2 # THE FRACTIONAL PART OF FP1 IS ROUNDED
6039 fadd.x FP_SCR0(%a6),%fp0 # high part of reduction is exact
6041 fadd.x FP_SCR1(%a6),%fp0 # low part of reduction
6091 fadd.s TWOTO63(%a6),%fp2 # THE FRACTIONAL PART OF FP1 IS ROUNDED
7220 mov.l (%a0),%d1 # load part of input X
7384 mov.l (%a0),%d1 # load part of input X
9617 # the src value. then, jump to the norm part of the routine.
23111 mov.l &EDIGITS,%d2 # # of nibbles (digits) in fraction part
    [all...]

Completed in 32 milliseconds