Home
last modified time | relevance | path

Searched refs:Step (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/external/python/cryptography/vectors/cryptography_vectors/asymmetric/DSA/FIPS_186-3/
DPQGGen.txt1262 Intermediate values in A.1.2.1.2 'Constructive Prime Generation' Step 2: generating q:
1263 C.6 'Shawe-Taylor' Step 11: q = 002eb8d5
1264 C.6 'Shawe-Taylor' Step 11: qgen_counter = 43.
1265 C.6 'Shawe-Taylor' Step 31: q = 000003b4408c07c7
1266 C.6 'Shawe-Taylor' Step 31: qgen_counter = 55.
1267 C.6 'Shawe-Taylor' Step 31: q = 0001462d8fa433d520eb132b
1268 C.6 'Shawe-Taylor' Step 31: qgen_counter = 92.
1269 C.6 'Shawe-Taylor' Step 31: q = b3da88ee78c9a3f83cafc547b073e67253dee1a7
1270 C.6 'Shawe-Taylor' Step 31: qgen_counter = 96.
1271 Intermediate values in A.1.2.1.2 'Constructive Prime Generation' Step 3: generating p0:
[all …]
/external/pdfium/third_party/agg23/
Dagg_pixfmt_gray.h42 template<class Blender, unsigned Step = 1, unsigned Offset = 0>
95 value_type* p = (value_type*)m_rbuf->row(y) + x * Step + Offset; in pixel()
103 x * Step * sizeof(value_type) + in row()
110 x * Step * sizeof(value_type) + in span()
115 *((value_type*)m_rbuf->row(y) + x * Step + Offset) = c.v; in copy_pixel()
119 copy_or_blend_pix((value_type*)m_rbuf->row(y) + x * Step + Offset, c, cover); in blend_pixel()
125 value_type* p = (value_type*)m_rbuf->row(y) + x * Step + Offset; in copy_hline()
128 p += Step; in copy_hline()
137 value_type* p = (value_type*)m_rbuf->row(y) + x * Step + Offset; in blend_hline()
142 p += Step; in blend_hline()
[all …]
/external/tensorflow/tensorflow/core/lib/db/
Dsqlite_test.cc51 TF_ASSERT_OK(stmt.Step(&is_done_)); in TEST_F()
55 TF_ASSERT_OK(stmt.Step(&is_done_)); in TEST_F()
59 TF_ASSERT_OK(stmt.Step(&is_done_)); in TEST_F()
69 TF_ASSERT_OK(stmt.Step(&is_done_)); in TEST_F()
85 TF_ASSERT_OK(stmt.Step(&is_done_)); in TEST_F()
99 TF_ASSERT_OK(stmt.Step(&is_done_)); in TEST_F()
117 TF_ASSERT_OK(stmt.Step(&is_done_)); in TEST_F()
130 TF_ASSERT_OK(stmt.Step(&is_done_)); in TEST_F()
132 TF_ASSERT_OK(stmt.Step(&is_done_)); in TEST_F()
144 TF_ASSERT_OK(stmt.Step(&is_done_)); in TEST_F()
[all …]
Dsqlite.cc96 return stmt.Step(&unused_done); in SetPragma()
177 Status SqliteStatement::Step(bool* is_done) { in Step() function in tensorflow::SqliteStatement
203 TF_CHECK_OK(Step(&is_done)); in StepOrDie()
209 TF_RETURN_IF_ERROR(Step(&is_done)); in StepOnce()
223 Status s = Step(&is_done); in StepAndReset()
/external/angle/src/tests/egl_tests/
DEGLContextSharingTest.cpp442 enum class Step in TEST_P() enum
451 Step currentStep = Step::Start; in TEST_P()
455 auto waitForStep = [&](Step waitStep) -> bool { in TEST_P()
460 if (currentStep == Step::Abort) in TEST_P()
469 auto nextStep = [&](Step newStep) { in TEST_P()
480 AbortOnFailure(Step *currentStep, std::mutex *mutex, std::condition_variable *condVar) in TEST_P()
489 isAborting = *mCurrentStep != Step::Finish; in TEST_P()
493 *mCurrentStep = Step::Abort; in TEST_P()
500 Step *mCurrentStep; in TEST_P()
511 ASSERT_TRUE(waitForStep(Step::Start)); in TEST_P()
[all …]
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DCondition.java16 public interface Step<I, O> { interface in Condition
23 public abstract <U> Condition<U> and(Step<? super T, U> mapping); in and()
26 public final <U> Condition<U> then(Step<? super T, U> mapping) { return and(mapping); } in then()
57 public <U> Condition<U> and(Step<? super T, U> next) { in and()
65 @Override public <U> Condition<U> and(Step<? super T, U> mapping) { in and()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopPredication.cpp246 bool isSupportedStep(const SCEV* Step);
422 bool LoopPredication::isSupportedStep(const SCEV* Step) { in isSupportedStep() argument
423 return Step->isOne() || (Step->isAllOnesValue() && EnableCountDownLoop); in isSupportedStep()
535 auto *Step = RangeCheckIV->getStepRecurrence(*SE); in widenICmpRangeCheck() local
538 if (!isSupportedStep(Step)) { in widenICmpRangeCheck()
554 assert(Step->getType() == in widenICmpRangeCheck()
557 if (Step != CurrLatchCheck.IV->getStepRecurrence(*SE)) { in widenICmpRangeCheck()
562 if (Step->isOne()) in widenICmpRangeCheck()
566 assert(Step->isAllOnesValue() && "Step should be -1!"); in widenICmpRangeCheck()
669 auto *Step = Result->IV->getStepRecurrence(*SE); in parseLoopLatchICmp() local
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dutils.h65 template <int Begin, int End, int Step = 1>
72 UnrollerL<Begin + Step, End, Step>::step(func); in step()
76 template <int End, int Step>
77 struct UnrollerL<End, End, Step>
86 template <int Begin, int End, int Step = 1, int Mask = 0x7f>
96 UnrollerL<Begin + Step, End, Step>::step(func);
100 template <int End, int Step, int Mask>
101 struct UnrollerLMask<End, End, Step, Mask>
/external/clang/
DINSTALL.txt8 // Step 1: Organization
21 // Step 2: Configure and Build LLVM
32 // Step 3: (Optional) Verify Your Build
40 // Step 4: Install Clang
/external/libchrome/base/android/jni_generator/
DtestInnerClassNativesBothInnerAndOuterRegistrations.golden19 // Step 1: Forward declarations (classes).
42 // Step 2: Forward declarations (methods).
52 // Step 3: Method declarations.
95 // Step 4: Main dex and non-main dex registration functions.
DtestNativesLong.golden19 // Step 1: Forward declarations.
34 // Step 2: Constants (optional).
37 // Step 3: Method stubs.
DtestInnerClassNatives.golden19 // Step 1: Forward declarations.
47 // Step 2: Constants (optional).
50 // Step 3: Method stubs.
DtestInnerClassNativesBothInnerAndOuter.golden19 // Step 1: Forward declarations.
48 // Step 2: Constants (optional).
51 // Step 3: Method stubs.
DtestSingleJNIAdditionalImport.golden19 // Step 1: Forward declarations.
34 // Step 2: Constants (optional).
37 // Step 3: Method stubs.
DtestMultipleJNIAdditionalImport.golden19 // Step 1: Forward declarations.
34 // Step 2: Constants (optional).
37 // Step 3: Method stubs.
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp657 const SCEV *Step) in InductionDescriptor() argument
658 : StartValue(Start), IK(K), Step(Step) { in InductionDescriptor()
675 assert(Step->getType()->isIntegerTy() && "StepValue is not an integer"); in InductionDescriptor()
686 if (isa<SCEVConstant>(Step)) in getConstIntStepValue()
687 return dyn_cast<ConstantInt>(cast<SCEVConstant>(Step)->getValue()); in getConstIntStepValue()
716 SE->getMulExpr(Step, SE->getSCEV(Index))); in transform()
720 assert(Index->getType() == Step->getType() && in transform()
722 assert(isa<SCEVConstant>(Step) && in transform()
724 const SCEV *S = SE->getMulExpr(SE->getSCEV(Index), Step); in transform()
780 const SCEV *Step = AR->getStepRecurrence(*SE); in isInductionPHI() local
[all …]
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/
DTensorFlowLite_LSTM_Keras_Tutorial.ipynb66 "## Step 1 Build the MNIST LSTM model.\n",
85 "# Step 1: Build the MNIST LSTM model.\n",
132 "## Step 2: Train \u0026 Evaluate the model.\n",
146 "# Step 2: Train \u0026 Evaluate the model.\n",
165 "## Step 3: Convert the Keras model to TensorFlow Lite model.\n",
180 "# Step 3: Convert the Keras model to TensorFlow Lite model.\n",
197 "## Step 4: Check the converted TensorFlow Lite model.\n",
212 "# Step 4: Check the converted TensorFlow Lite model.\n",
/external/libphonenumber/demo/war/
Dphonenumberparser.jsp10 <h2>Step 1</h2>
18 <h2>Step 2</h2>
24 <h2>Step 3</h2>
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp188 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon2397a3ae0111::ForExprAST
192 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() argument
195 Step(std::move(Step)), Body(std::move(Body)) {} in ForExprAST()
377 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
380 Step = ParseExpression(); in ParseForExpr()
381 if (!Step) in ParseForExpr()
394 std::move(Step), std::move(Body)); in ParseForExpr()
710 if (Step) { in codegen()
711 StepVal = Step->codegen(); in codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp198 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon6d9d59460111::ForExprAST
202 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() argument
205 Step(std::move(Step)), Body(std::move(Body)) {} in ForExprAST()
391 std::unique_ptr<ExprAST> Step; in ParseForExpr() local
394 Step = ParseExpression(); in ParseForExpr()
395 if (!Step) in ParseForExpr()
408 std::move(Step), std::move(Body)); in ParseForExpr()
724 if (Step) { in codegen()
725 StepVal = Step->codegen(); in codegen()
/external/v8/src/wasm/
Dmodule-compiler.h182 template <typename Step,
188 template <typename Step, typename... Args>
193 template <typename Step, typename... Args>
198 template <typename Step, typename... Args>
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp278 const SCEV *Step = A->getStepRecurrence(SE); in FactorOutConstant() local
279 const SCEV *StepRem = SE.getConstant(Step->getType(), 0); in FactorOutConstant()
280 if (!FactorOutConstant(Step, StepRem, Factor, SE, DL)) in FactorOutConstant()
287 S = SE.getAddRecExpr(Start, Step, A->getLoop(), in FactorOutConstant()
1059 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNSW() local
1060 const SCEV *OpAfterExtend = SE.getAddExpr(SE.getSignExtendExpr(Step, WideTy), in IsIncrementNSW()
1063 SE.getSignExtendExpr(SE.getAddExpr(AR, Step), WideTy); in IsIncrementNSW()
1073 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNUW() local
1074 const SCEV *OpAfterExtend = SE.getAddExpr(SE.getZeroExtendExpr(Step, WideTy), in IsIncrementNUW()
1077 SE.getZeroExtendExpr(SE.getAddExpr(AR, Step), WideTy); in IsIncrementNUW()
[all …]
/external/autotest/client/cros/cellular/pseudomodem/
Dstate_machine.py99 self.Step()
150 def Step(self): member in StateMachine
192 gobject.idle_add(StateMachine.Step, self)
/external/perfetto/src/traced/probes/filesystem/
Dfile_scanner.cc61 Step(); in Scan()
106 void FileScanner::Step() { in Step() function in perfetto::FileScanner
148 Step(); in Steps()
/external/clang/lib/Sema/
DSemaInit.cpp3026 void InitializationSequence::Step::Destroy() { in Destroy()
3124 Step S; in AddAddressOverloadResolutionStep()
3135 Step S; in AddDerivedToBaseCastStep()
3147 Step S; in AddReferenceBindingStep()
3154 Step S; in AddExtraneousCopyToTemporary()
3165 Step S; in AddUserConversionStep()
3176 Step S; in AddQualificationConversionStep()
3194 Step S; in AddAtomicConversionStep()
3203 Step S; in AddLValueToRValueStep()
3212 Step S; in AddConversionSequenceStep()
[all …]

12345678910>>...13