Searched refs:nominal (Results 1 – 25 of 40) sorted by relevance
12
/external/fonttools/Lib/fontTools/cffLib/ |
D | width.py | 42 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/ |
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/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/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegisterInfo.td | 11 /// \brief This file describes the WebAssembly register classes and some nominal
|
/external/perf_data_converter/src/quipper/ |
D | perf_stat.proto | 38 // nominal counter value reported by "perf stat", depending on the event.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegisterInfo.td | 11 /// This file describes the WebAssembly register classes and some nominal
|
/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/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/python/cpython3/Doc/library/ |
D | statistics.rst | 272 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/ |
D | antarctica | 302 # so that it is never more than 10km from its nominal location.
|
/external/icu/icu4c/source/data/curr/ |
D | en.txt | 2252 one{"Uruguayan nominal wage index unit"} 2253 other{"Uruguayan nominal wage index units"}
|
/external/u-boot/drivers/video/ |
D | Kconfig | 114 pixels and is the nominal height of a character. Note that fonts
|
/external/libchrome/mojo/public/tools/bindings/ |
D | README.md | 387 provide a nominal bridge between Mojo IPC and legacy `IPC::ParamTraits` or
|
/external/freetype/ |
D | ChangeLog.22 | 1549 `pixel_height' is used for nominal height. 1600 nominal size unless it is obviously incorrect.
|
/external/fonttools/ |
D | NEWS.rst | 439 nominal glyph widths.
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
D | rasterize.cl | 1809 // This table lists nominal values for each architecture.
|
12