HomeSort by relevance Sort by last modified time
    Searched refs:Modulus (Results 1 - 23 of 23) 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/test/unittests/compiler/
typer-unittest.cc 263 TestBinaryArithOp(javascript_.Modulus(hints_), modulo);
373 TEST_BINARY_MONOTONICITY(Modulus)
  /external/pdfium/xfa/src/fgas/include/
fx_locale.h 197 CFX_Decimal Modulus(const CFX_Decimal& val) const;
  /external/v8/src/
code-factory.h 87 static Callable Modulus(Isolate* isolate);
code-factory.cc 245 Callable CodeFactory::Modulus(Isolate* isolate) {
code-stubs.h 109 V(Modulus) \
742 DEFINE_TURBOFAN_BINARY_OP_CODE_STUB(Modulus, TurboFanCodeStub);
    [all...]
objects.h     [all...]
objects.cc 457 MaybeHandle<Object> Object::Modulus(Isolate* isolate, Handle<Object> lhs,
    [all...]
  /external/v8/src/runtime/
runtime-operators.cc 35 RETURN_RESULT_OR_FAILURE(isolate, Object::Modulus(isolate, lhs, rhs));
runtime.h 436 F(Modulus, 2, 1) \
    [all...]
  /external/curl/tests/
stunnel.pem 73 Modulus:
  /external/v8/src/compiler/
js-operator.h 406 const Operator* Modulus(BinaryOperationHints hints);
js-operator.cc 551 const Operator* JSOperatorBuilder::Modulus(BinaryOperationHints hints) {
    [all...]
js-generic-lowering.cc 69 REPLACE_STUB_CALL(Modulus)
bytecode-graph-builder.cc     [all...]
ast-graph-builder.cc     [all...]
  /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/test/cctest/compiler/
test-js-typed-lowering.cc 263 R.javascript.Modulus(R.binop_hints), R.simplified.NumberModulus(),
901 R.javascript.Modulus(R.binop_hints),
    [all...]
  /external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp     [all...]
  /external/v8/src/ic/
ic.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]

Completed in 1006 milliseconds