Searched refs:nom (Results 1 - 11 of 11) sorted by relevance

/external/libyuv/files/unit_test/
H A Dscale_argb_test.cc226 #define DX(x, nom, denom) static_cast<int>((Abs(x) / nom) * nom)
227 #define SX(x, nom, denom) static_cast<int>((x / nom) * denom)
229 #define TEST_FACTOR1(name, filter, nom, denom, max_diff) \
231 int diff = ARGBTestFilter(SX(benchmark_width_, nom, denom), \
232 SX(benchmark_height_, nom, denom), \
233 DX(benchmark_width_, nom, denom), \
234 DX(benchmark_height_, nom, deno
[all...]
H A Dscale_test.cc285 #define DX(x, nom, denom) static_cast<int>(((Abs(x) / nom + 1) / 2) * nom * 2)
286 #define SX(x, nom, denom) static_cast<int>(((x / nom + 1) / 2) * denom * 2)
288 #define TEST_FACTOR1(name, filter, nom, denom, max_diff) \
290 int diff = TestFilter(SX(benchmark_width_, nom, denom), \
291 SX(benchmark_height_, nom, denom), \
292 DX(benchmark_width_, nom, denom), \
293 DX(benchmark_height_, nom, deno
[all...]
/external/deqp/framework/common/
H A DtcuInterval.cpp95 Interval operator/ (const Interval& nom, const Interval& den) argument
100 // zero and nom doesn't cross zero?
107 TCU_INTERVAL_APPLY_MONOTONE2(ret, nomp, nom, denp, den, val,
H A DtcuInterval.hpp165 Interval operator/ (const Interval& nom, const Interval& den);
/external/libopus/silk/
H A DA2NLSF.c121 opus_int32 nom, den; local
191 nom = silk_LSHIFT( ylo, 8 - BIN_DIV_STEPS_A2NLSF_FIX ) + silk_RSHIFT( den, 1 );
193 ffrac += silk_DIV32( nom, den );
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddo_plc.c55 int32_t nom; local
170 nom = tmp1 * tmp2;
171 max_perSquare = (int16_t)WebRtcSpl_DivW32W16(nom, denom);
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
H A Dtest_treewalkers.py245 for nom, val in attrs_to_add:
246 set_attribute_on_first_child(document, nom, val, treeName)
/external/iproute2/lib/
H A Dutils.c689 unsigned nom, denom; local
690 if (fscanf(fp, "%*08x%*08x%08x%08x", &nom, &denom) == 2)
691 if (nom == 1000000)
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp1993 const Interval& nom,
2000 if (nom.contains(0.0))
2003 if (nom.lo() < 0.0 || nom.hi() > 0.0)
1992 innerExtrema(const EvalContext&, const Interval& nom, const Interval& den) const argument
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp2014 const Interval& nom,
2021 if (nom.contains(0.0))
2024 if (nom.lo() < 0.0 || nom.hi() > 0.0)
2013 innerExtrema(const EvalContext&, const Interval& nom, const Interval& den) const argument
/external/toybox/toys/pending/
H A Dip.c1574 unsigned int nom, denom; local
1576 if (fscanf(fp, "%*08x%*08x%08x%08x", &nom, &denom) == 2)
1577 if (nom == 1000000)

Completed in 455 milliseconds