/external/libyuv/files/unit_test/ |
H A D | scale_argb_test.cc | 226 #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 D | scale_test.cc | 285 #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 D | tcuInterval.cpp | 95 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 D | tcuInterval.hpp | 165 Interval operator/ (const Interval& nom, const Interval& den);
|
/external/libopus/silk/ |
H A D | A2NLSF.c | 121 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 D | do_plc.c | 55 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 D | test_treewalkers.py | 245 for nom, val in attrs_to_add: 246 set_attribute_on_first_child(document, nom, val, treeName)
|
/external/iproute2/lib/ |
H A D | utils.c | 689 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 D | vktShaderBuiltinPrecisionTests.cpp | 1993 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 D | glsBuiltinPrecisionTests.cpp | 2014 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 D | ip.c | 1574 unsigned int nom, denom; local 1576 if (fscanf(fp, "%*08x%*08x%08x%08x", &nom, &denom) == 2) 1577 if (nom == 1000000)
|