HomeSort by relevance Sort by last modified time
    Searched refs:Modulus (Results 1 - 18 of 18) sorted by null

  /external/gemmlowp/test/
test_math_helpers.cc 34 template <int Modulus>
36 Check(x >= RoundDown<Modulus>(x));
37 Check(x < RoundDown<Modulus>(x) + Modulus);
38 Check(RoundDown<Modulus>(x) % Modulus == 0);
40 Check(x <= RoundUp<Modulus>(x));
41 Check(x > RoundUp<Modulus>(x) - Modulus);
42 Check(RoundUp<Modulus>(x) % Modulus == 0)
    [all...]
  /external/gemmlowp/internal/
common.h 197 // the fixed Modulus.
198 template <unsigned Modulus, typename Integer>
200 return i - (i % Modulus);
204 // the fixed Modulus.
205 template <unsigned Modulus, typename Integer>
207 return RoundDown<Modulus>(i + Modulus - 1);
  /external/ipsec-tools/src/racoon/
prsa_tok.l 73 Modulus { return MODULUS; }
  /external/v8/src/runtime/
runtime-operators.cc 67 Object::Modulus(isolate, lhs, rhs));
79 isolate, result, Object::Modulus(isolate, lhs, rhs, Strength::STRONG));
runtime.h 502 F(Modulus, 2, 1) \
    [all...]
  /external/v8/test/unittests/compiler/
typer-unittest.cc 275 TestBinaryArithOp(javascript_.Modulus(LanguageMode::SLOPPY, hints_), modulo);
276 TestBinaryArithOp(javascript_.Modulus(LanguageMode::STRONG, hints_), modulo);
416 TEST_BINARY_MONOTONICITY(Modulus)
  /external/pdfium/xfa/src/fgas/include/
fx_locale.h 197 CFX_Decimal Modulus(const CFX_Decimal& val) const;
  /external/curl/tests/
stunnel.pem 73 Modulus:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cryptxml.h 309 CRYPT_XML_DATA_BLOB Modulus;
  /external/v8/src/compiler/
js-operator.h 501 const Operator* Modulus(LanguageMode language_mode,
js-operator.cc 714 const Operator* JSOperatorBuilder::Modulus(LanguageMode language_mode,
    [all...]
bytecode-graph-builder.cc     [all...]
ast-graph-builder.cc     [all...]
  /external/v8/test/cctest/compiler/
test-js-typed-lowering.cc 291 R.javascript.Modulus(language_mode, R.hints),
927 R.javascript.Modulus(language_mode, R.hints),
    [all...]
  /external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp     [all...]
  /external/v8/src/ic/
ic.cc     [all...]
  /external/v8/src/
objects.h     [all...]
objects.cc 462 MaybeHandle<Object> Object::Modulus(Isolate* isolate, Handle<Object> lhs,
    [all...]

Completed in 550 milliseconds