Home
last modified time | relevance | path

Searched refs:nominal (Results 1 – 25 of 59) sorted by relevance

123

/external/fonttools/Lib/fontTools/cffLib/
Dwidth.py45 def byteCost(widths, default, nominal): argument
56 diff = abs(w - nominal)
79 bestCostWithoutDefault = min(byteCost(widths, None, nominal) for nominal in domain)
82 for nominal in domain:
83 if byteCost(widths, None, nominal) > bestCost + maxDefaultAdvantage:
86 cost = byteCost(widths, default, nominal)
90 bestNominal = nominal
131 nominal = min(domain, key=lambda x: bestCost[x])
134 bestC = bestCost[nominal]
135 dfltC = nomnCost[nominal] - bestCost[nominal]
[all …]
/external/parameter-framework/upstream/test/functional-tests/
DLogarithmic.cpp50 …<IntegerParameter Name="nominal" Size="32" Signed="true" Min="-144" Max="30"> <LogarithmicAdaptati…
DLinear.cpp50 …<IntegerParameter Name="nominal" Size="32" Signed="true" Min="-1440" Max="300"> <LinearAdaptation …
DFixedPoint.cpp48 R"(<FixedPointParameter Name="nominal" Size="16" Integral="2" Fractional="7"/>)"};
DBitParameter.cpp48 …R"(<BitParameterBlock Name="nominal" Size="16"><BitParameter Pos="0" Size="1" Name="bool"/><BitPar…
DBoolean.cpp48 <BooleanParameter Name="nominal"/>)"};
DEnumParameter.cpp48 …R"(<EnumParameter Name="nominal" Size="8"><ValuePair Literal="on" Numerical="3"/><ValuePair Litera…
DFloatingPoint.cpp50 <FloatingPointParameter Name="nominal" Size="32" Min="-50.4" Max="12.2"/>
DInteger.cpp50 <IntegerParameter Name="nominal" Size="8" Signed="true" Min="-50" Max="12"/>
/external/libchrome/ipc/
Dipc.mojom33 // A strictly nominal interface used to identify Channel bootstrap requests.
/external/arm-optimized-routines/math/test/testcases/directed/
Dcosf.tst15 ; returns values furthest beyond its nominal upper bound of pi/4.
Dsinf.tst18 ; returns values furthest beyond its nominal upper bound of pi/4.
/external/cldr/tools/java/org/unicode/cldr/util/
DLogicalGrouping.java408 …Collection<String> rawCases = grammarInfo.get(GrammaticalTarget.nominal, GrammaticalFeature.gramma… in addPaths()
427 …Collection<String> rawCases = grammarInfo.get(GrammaticalTarget.nominal, GrammaticalFeature.gramma… in addPaths()
428 …Collection<String> rawGenders = grammarInfo.get(GrammaticalTarget.nominal, GrammaticalFeature.gram… in addPaths()
DGrammarInfo.java33 public enum GrammaticalTarget {nominal} enumConstant
259 …Collection<String> genders = grammarInfo.get(GrammaticalTarget.nominal, GrammaticalFeature.grammat… in getGrammaticalInfoAttributes()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegisterInfo.td11 /// \brief This file describes the WebAssembly register classes and some nominal
/external/skia/site/docs/dev/design/raster_tragedy/
D_index.md140 pixel sizes (this depends on the target pixel size not the nominal requested size).
145 criteria. Switching font files because of nominal size changes may seem drastic, but this is
149 nominal sizes. This is the approach taken by CoreText. This is a lot like the dreaded fake-bold,
151 this emboldening is applied uniformally based on requested nominal size.
158 As a note on optical sizing, this is one place where the nominal or optical size of the font is
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegisterInfo.td10 /// This file describes the WebAssembly register classes and some nominal
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyRegisterInfo.td10 /// This file describes the WebAssembly register classes and some nominal
/external/perfetto/protos/perfetto/config/
Dstress_test_config.proto53 // The nominal event writing rate, expressed in events/sec.
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartGrammaticalForms.java248 if (grammarInfo == null || !grammarInfo.hasInfo(GrammaticalTarget.nominal)) { in writeSubcharts()
254 …Collection<String> genders = grammarInfo.get(GrammaticalTarget.nominal, GrammaticalFeature.grammat… in writeSubcharts()
259 …Collection<String> rawCases = grammarInfo.get(GrammaticalTarget.nominal, GrammaticalFeature.gramma… in writeSubcharts()
/external/libjpeg-turbo/
Djcmaster.c434 long nominal = (long)cinfo->restart_in_rows * (long)cinfo->MCUs_per_row; in per_scan_setup() local
435 cinfo->restart_interval = (unsigned int)MIN(nominal, 65535L); in per_scan_setup()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckUnits.java38 …genders = grammarInfo == null ? null : grammarInfo.get(GrammaticalTarget.nominal, GrammaticalFeatu… in setCldrFileToCheck()
/external/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.builtin_functions.precision.txt48 not allowed to return a number greater than 1 even when when the nominal
/external/jackson-annotations/
DREADME.md127 // although nominal type is 'Value', we want to read JSON as 'ValueImpl'
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestUnits.java1827 …Collection<String> genderInfo = gi.get(GrammaticalTarget.nominal, GrammaticalFeature.grammaticalGe… in TestGender()
1933 …: grammarInfo.get(GrammaticalTarget.nominal, GrammaticalFeature.grammaticalCase, GrammaticalScope.… in TestFileFallbackNames()
2030 …Collection<String> rawCases = gi.get(GrammaticalTarget.nominal, GrammaticalFeature.grammaticalCase… in TestDerivedCase()
2089 …Collection<String> genderInfo = grammarInfo.get(GrammaticalTarget.nominal, GrammaticalFeature.gram… in TestGenderOfCompounds()

123