Searched refs:weight (Results 26 - 39 of 39) sorted by relevance

12

/barrelfish-master/usr/eclipseclp/lib_tcl/
H A Declipse_tools.tcl224 font create tkeclmonobold -family $tkecl(pref,monofont_family) -weight bold
225 font create tkecllabel -family $tkecl(pref,labelfont_family) -weight bold
3361 grid columnconfigure $parent $j -weight 1
3365 grid rowconfigure $parent $j -weight 1
3934 grid columnconfigure $ff 0 -weight 0
3935 grid columnconfigure $ff 1 -weight 1
3936 grid columnconfigure $ff 2 -weight 0
3968 grid columnconfigure $of 0 -weight 0
3969 grid columnconfigure $of 1 -weight 0
H A Dtkinspect.tcl617 set font {-family fixed -weight bold}
629 set font {-family fixed -weight bold}
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dhttp_server.pl307 light weight testing tool, possibly launched from the directory
/barrelfish-master/kernel/arch/armv8/
H A Dsyscall.c96 uint16_t weight = sa->arg3 & 0xffff; local
99 sa->arg5, sa->arg6, sa->arg7, weight);
/barrelfish-master/kernel/arch/armv7/
H A Dsyscall.c94 uint16_t weight = sa->arg3 & 0xffff; local
97 sa->arg5, sa->arg6, sa->arg7, weight);
/barrelfish-master/kernel/arch/x86_32/
H A Dsyscall.c60 unsigned short weight = args[0] & 0xffff; local
67 release, weight);
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dsolversintro.tex137 cardinality and weight constraints. For those, the {\em ic_sets} library
H A Drepairtut.tex563 \item {\tt Weights} - a list of N integers (weight per item)
/barrelfish-master/usr/eclipseclp/lib_tcl/widget/
H A Dhierarchy.tcl416 grid columnconfig $w 0 -weight 1
417 grid rowconfig $w 0 -weight 1
/barrelfish-master/kernel/arch/x86_64/
H A Dsyscall.c81 unsigned short weight = args[5]; local
85 release, weight);
/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex.c5146 double weight; local
5198 for (weight = 1.0; IsList(tl); weight += 1.0, ++i)
5209 lpd->sosref[i] = weight;
/barrelfish-master/doc/013-capability-mgmt/
H A Dtype_system.tex617 unnecessary heavy-weight Frame capability copies in the system, we redesigned
/barrelfish-master/usr/eclipseclp/documents/search/
H A Dsearch.tex1058 \item {\tt Weights} - a list of N integers (weight per item)
/barrelfish-master/lib/tommath/
H A Dtommath.tex2455 & weight values such as $3$, $5$ and $9$. Extend it to handle all values \\
2456 & upto $64$ with a hamming weight less than three. \\
2514 constant $\delta = 2^{\alpha - 2lg(\beta)}$ will represent the maximal weight of any column in a product (\textit{see sub-section 5.2.2 for more information}).
2706 an overflow can occur and the carry information will be lost. For any $m$ and $n$ digit inputs the maximum weight of any column is
2709 The maximum number of terms in any column of a product is known as the ``column weight'' and strictly governs when the algorithm can be used. Recall

Completed in 160 milliseconds

12