Home
last modified time | relevance | path

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

12

/external/fonttools/Lib/fontTools/cffLib/
Dwidth.py42 def byteCost(widths, default, nominal): argument
53 diff = abs(w - nominal)
76 bestCostWithoutDefault = min(byteCost(widths, None, nominal) for nominal in domain)
79 for nominal in domain:
80 if byteCost(widths, None, nominal) > bestCost + maxDefaultAdvantage:
83 cost = byteCost(widths, default, nominal)
87 bestNominal = nominal
128 nominal = min(domain, key=lambda x: bestCost[x])
131 bestC = bestCost[nominal]
132 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…
DInteger.cpp50 <IntegerParameter Name="nominal" Size="8" Signed="true" Min="-50" Max="12"/>
DFloatingPoint.cpp50 <FloatingPointParameter Name="nominal" Size="32" Min="-50.4" Max="12.2"/>
/external/libchrome/ipc/
Dipc.mojom33 // A strictly nominal interface used to identify Channel bootstrap requests.
/external/arm-optimized-routines/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/llvm/lib/Target/WebAssembly/
DWebAssemblyRegisterInfo.td11 /// \brief This file describes the WebAssembly register classes and some nominal
/external/perf_data_converter/src/quipper/
Dperf_stat.proto38 // nominal counter value reported by "perf stat", depending on the event.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegisterInfo.td11 /// This file describes the WebAssembly register classes and some nominal
/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/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/python/cpython3/Doc/library/
Dstatistics.rst272 Return the most common data point from discrete or nominal *data*. The mode
288 to nominal (non-numeric) data:
/external/cldr/tools/java/org/unicode/cldr/util/data/
Dantarctica302 # so that it is never more than 10km from its nominal location.
/external/icu/icu4c/source/data/curr/
Den.txt2252 one{"Uruguayan nominal wage index unit"}
2253 other{"Uruguayan nominal wage index units"}
/external/u-boot/drivers/video/
DKconfig114 pixels and is the nominal height of a character. Note that fonts
/external/libchrome/mojo/public/tools/bindings/
DREADME.md387 provide a nominal bridge between Mojo IPC and legacy `IPC::ParamTraits` or
/external/freetype/
DChangeLog.221549 `pixel_height' is used for nominal height.
1600 nominal size unless it is obviously incorrect.
/external/fonttools/
DNEWS.rst439 nominal glyph widths.
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Drasterize.cl1809 // This table lists nominal values for each architecture.

12