/external/fonttools/Lib/fontTools/cffLib/ |
D | width.py | 45 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/ |
D | Logarithmic.cpp | 50 …<IntegerParameter Name="nominal" Size="32" Signed="true" Min="-144" Max="30"> <LogarithmicAdaptati…
|
D | Linear.cpp | 50 …<IntegerParameter Name="nominal" Size="32" Signed="true" Min="-1440" Max="300"> <LinearAdaptation …
|
D | FixedPoint.cpp | 48 R"(<FixedPointParameter Name="nominal" Size="16" Integral="2" Fractional="7"/>)"};
|
D | BitParameter.cpp | 48 …R"(<BitParameterBlock Name="nominal" Size="16"><BitParameter Pos="0" Size="1" Name="bool"/><BitPar…
|
D | Boolean.cpp | 48 <BooleanParameter Name="nominal"/>)"};
|
D | EnumParameter.cpp | 48 …R"(<EnumParameter Name="nominal" Size="8"><ValuePair Literal="on" Numerical="3"/><ValuePair Litera…
|
D | Integer.cpp | 50 <IntegerParameter Name="nominal" Size="8" Signed="true" Min="-50" Max="12"/>
|
D | FloatingPoint.cpp | 50 <FloatingPointParameter Name="nominal" Size="32" Min="-50.4" Max="12.2"/>
|
/external/libchrome/ipc/ |
D | ipc.mojom | 33 // A strictly nominal interface used to identify Channel bootstrap requests.
|
/external/arm-optimized-routines/math/test/testcases/directed/ |
D | cosf.tst | 15 ; returns values furthest beyond its nominal upper bound of pi/4.
|
D | sinf.tst | 18 ; returns values furthest beyond its nominal upper bound of pi/4.
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | LogicalGrouping.java | 408 …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()
|
D | GrammarInfo.java | 33 public enum GrammaticalTarget {nominal} enumConstant 259 …Collection<String> genders = grammarInfo.get(GrammaticalTarget.nominal, GrammaticalFeature.grammat… in getGrammaticalInfoAttributes()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegisterInfo.td | 11 /// \brief This file describes the WebAssembly register classes and some nominal
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegisterInfo.td | 10 /// This file describes the WebAssembly register classes and some nominal
|
/external/skia/site/docs/dev/design/raster_tragedy/ |
D | _index.md | 140 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/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegisterInfo.td | 10 /// This file describes the WebAssembly register classes and some nominal
|
/external/perfetto/protos/perfetto/config/ |
D | stress_test_config.proto | 53 // The nominal event writing rate, expressed in events/sec.
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ChartGrammaticalForms.java | 248 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/ |
D | jcmaster.c | 434 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/ |
D | CheckUnits.java | 38 …genders = grammarInfo == null ? null : grammarInfo.get(GrammaticalTarget.nominal, GrammaticalFeatu… in setCldrFileToCheck()
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.shaders.builtin_functions.precision.txt | 48 not allowed to return a number greater than 1 even when when the nominal
|
/external/jackson-annotations/ |
D | README.md | 127 // although nominal type is 'Value', we want to read JSON as 'ValueImpl'
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestUnits.java | 1827 …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()
|