Home
last modified time | relevance | path

Searched refs:realweights (Results 1 – 12 of 12) sorted by relevance

/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplinefont.c576 char *realweights[] = { "Demi", "Bold", "Regular", "Medium", "Book", "Thin", variable
580 char **noticeweights[] = { moreweights, realweights, knownweights, NULL };
587 static char **fullmods[] = { realweights, modifierlistfull, NULL };
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplinefont.c576 char *realweights[] = { "Demi", "Bold", "Regular", "Medium", "Book", "Thin", variable
580 char **noticeweights[] = { moreweights, realweights, knownweights, NULL };
587 static char **fullmods[] = { realweights, modifierlistfull, NULL };
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplinefont.c576 char *realweights[] = { "Demi", "Bold", "Regular", "Medium", "Book", "Thin", variable
580 char **noticeweights[] = { moreweights, realweights, knownweights, NULL };
587 static char **fullmods[] = { realweights, modifierlistfull, NULL };
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplinefont.c576 char *realweights[] = { "Demi", "Bold", "Regular", "Medium", "Book", "Thin", variable
580 char **noticeweights[] = { moreweights, realweights, knownweights, NULL };
587 static char **fullmods[] = { realweights, modifierlistfull, NULL };
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplinefont.c576 char *realweights[] = { "Demi", "Bold", "Regular", "Medium", "Book", "Thin", variable
580 char **noticeweights[] = { moreweights, realweights, knownweights, NULL };
587 static char **fullmods[] = { realweights, modifierlistfull, NULL };
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplinefont.c576 char *realweights[] = { "Demi", "Bold", "Regular", "Medium", "Book", "Thin", variable
580 char **noticeweights[] = { moreweights, realweights, knownweights, NULL };
587 static char **fullmods[] = { realweights, modifierlistfull, NULL };
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dsplinefont.c576 char *realweights[] = { "Demi", "Bold", "Regular", "Medium", "Book", "Thin", variable
580 char **noticeweights[] = { moreweights, realweights, knownweights, NULL };
587 static char **fullmods[] = { realweights, modifierlistfull, NULL };
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dsplinefont.c1391 const char *realweights[] = { "Demi", "Bold", "Regular", "Medium", "Book", "Thin", variable
1395 const char **noticeweights[] = { moreweights, realweights, knownweights, NULL };
1402 static const char **fullmods[] = { realweights, modifierlistfull, NULL };
H A Dsplinefont.h2506 extern const char *knownweights[], *realweights[], **noticeweights[];
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c1061 SCIP_Real* realweights; in SCIPsolveKnapsackExactly() local
1306 SCIP_CALL( SCIPallocBufferArray(scip, &realweights, nmyitems) ); in SCIPsolveKnapsackExactly()
1311 realweights[j] = (SCIP_Real)myweights[j]; in SCIPsolveKnapsackExactly()
1314 SCIPselectWeightedDownRealLongRealInt(tempsort, myweights, myprofits, myitems, realweights, in SCIPsolveKnapsackExactly()
1317 SCIPfreeBufferArray(scip, &realweights); in SCIPsolveKnapsackExactly()
1555 SCIP_Real* realweights; in SCIPsolveKnapsackApproximately() local
1575 SCIP_CALL( SCIPallocBufferArray(scip, &realweights, nitems) ); in SCIPsolveKnapsackApproximately()
1579 realweights[j] = (SCIP_Real)weights[j]; in SCIPsolveKnapsackApproximately()
1583 …SCIPselectWeightedDownRealLongRealInt(tempsort, weights, profits, items, realweights, (SCIP_Real)c… in SCIPsolveKnapsackApproximately()
1602 SCIPfreeBufferArray(scip, &realweights); in SCIPsolveKnapsackApproximately()
/dports/print/fontforge/fontforge-20201107/contrib/fonttools/
H A Dacorn2sfd.c142 return( copy( realweights[i])); in GuessWeight()
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dfontinfo.c2237 realweights[i] : noticeweights[j][i]); in GFI_NameChange()