/external/python/cryptography/vectors/cryptography_vectors/asymmetric/DSA/FIPS_186-3/ |
D | PQGGen.txt | 1262 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/rust/crates/ring/src/arithmetic/ |
D | bigint_elem_reduced_tests.txt | 53 # Step 1 58 # Step 1 63 # Step 1 68 # Step 1 73 # Step 1 78 # Step 1 83 # Step 1 88 # Step 2 93 # Step 1 98 # Step 2 [all …]
|
/external/angle/src/tests/egl_tests/ |
D | EGLContextASANTest.cpp | 62 enum class Step in TEST_P() enum 71 Step currentStep = Step::Start; in TEST_P() 75 auto waitForStep = [&](Step waitStep) -> bool { in TEST_P() 80 if (currentStep == Step::Abort) in TEST_P() 89 auto nextStep = [&](Step newStep) { in TEST_P() 100 AbortOnFailure(Step *currentStep, std::mutex *mutex, std::condition_variable *condVar) in TEST_P() 109 isAborting = *mCurrentStep != Step::Finish; in TEST_P() 113 *mCurrentStep = Step::Abort; in TEST_P() 120 Step *mCurrentStep; in TEST_P() 133 ASSERT_TRUE(waitForStep(Step::Thread1Draw)); in TEST_P() [all …]
|
D | EGLMultiContextTest.cpp | 107 enum class Step in TEST_P() enum 116 Step currentStep = Step::Thread0Start; in TEST_P() 120 ThreadSynchronization<Step> threadSynchronization(¤tStep, &mutex, &condVar); in TEST_P() 126 ASSERT_TRUE(threadSynchronization.waitForStep(Step::Thread0Start)); in TEST_P() 152 threadSynchronization.nextStep(Step::Thread0DispatchedCompute); in TEST_P() 153 ASSERT_TRUE(threadSynchronization.waitForStep(Step::Thread1Drew)); in TEST_P() 159 threadSynchronization.nextStep(Step::Thread0DispatchedComputeAgain); in TEST_P() 160 ASSERT_TRUE(threadSynchronization.waitForStep(Step::Finish)); in TEST_P() 175 ThreadSynchronization<Step> threadSynchronization(¤tStep, &mutex, &condVar); in TEST_P() 181 ASSERT_TRUE(threadSynchronization.waitForStep(Step::Thread0DispatchedCompute)); in TEST_P() [all …]
|
D | EGLContextSharingTest.cpp | 434 enum class Step in TEST_P() enum 443 Step currentStep = Step::Start; in TEST_P() 446 ThreadSynchronization<Step> threadSynchronization(¤tStep, &mutex, &condVar); in TEST_P() 451 ASSERT_TRUE(threadSynchronization.waitForStep(Step::Start)); in TEST_P() 462 threadSynchronization.nextStep(Step::Thread0Draw); in TEST_P() 463 ASSERT_TRUE(threadSynchronization.waitForStep(Step::Thread1Draw)); in TEST_P() 477 threadSynchronization.nextStep(Step::Thread0Delete); in TEST_P() 478 ASSERT_TRUE(threadSynchronization.waitForStep(Step::Finish)); in TEST_P() 486 ThreadSynchronization<Step> threadSynchronization(¤tStep, &mutex, &condVar); in TEST_P() 492 ASSERT_TRUE(threadSynchronization.waitForStep(Step::Thread0Draw)); in TEST_P() [all …]
|
/external/pdfium/third_party/agg23/ |
D | agg_pixfmt_gray.h | 42 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/ |
D | sqlite_test.cc | 51 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 …]
|
D | sqlite.cc | 96 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/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
D | Condition.java | 16 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/auto/common/src/test/java/com/google/auto/common/ |
D | BasicAnnotationProcessorTest.java | 29 import com.google.auto.common.BasicAnnotationProcessor.Step; 81 protected Iterable<? extends Step> steps() { in steps() 83 new Step() { in steps() 103 new Step() { in steps() method in BasicAnnotationProcessorTest 128 protected Iterable<? extends Step> steps() { 130 new Step() { 152 protected Iterable<? extends Step> steps() { 154 new Step() { 179 protected Iterable<? extends Step> steps() { 181 new Step() { [all …]
|
/external/tensorflow/tensorflow/lite/examples/minimal/ |
D | README.md | 5 #### Step 1. Install CMake tool 17 #### Step 2. Clone TensorFlow repository 23 #### Step 3. Create CMake build directory and run CMake tool 31 #### Step 4. Build TensorFlow Lite
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | utils.h | 65 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/tensorflow/tensorflow/lite/g3doc/guide/ |
D | build_rpi.md | 29 #### Step 1. Clone official Raspberry Pi cross-compilation toolchain 35 #### Step 2. Clone TensorFlow repository 44 #### Step 3. Run following script at the root of the TensorFlow repository to download 54 #### Step 4a. To build ARMv7 binary for Raspberry Pi 2, 3 and 4 75 #### Step 4b. To build ARMv6 binary for Raspberry Pi Zero 92 #### Step 1. Log in to your Raspberry Pi and install the toolchain 98 #### Step 2. Clone TensorFlow repository 104 #### Step 3. Run following script at the root of the TensorFlow repository to download all the buil… 112 #### Step 4. You should then be able to compile TensorFlow Lite with: 136 #### Step 1. Install Bazel [all …]
|
D | build_cmake.md | 14 ### Step 1. Install CMake tool 26 ### Step 2. Clone TensorFlow repository 35 ### Step 3. Create CMake build directory 42 ### Step 4. Run CMake tool with configurations 90 ### Step 5. Build TensorFlow Lite 105 ### Step 6. Build TensorFlow Lite Benchmark Tool
|
/external/llvm-project/clang/ |
D | INSTALL.txt | 8 // Step 1: Organization 21 // Step 2: Configure and Build LLVM 32 // Step 3: (Optional) Verify Your Build 40 // Step 4: Install Clang
|
/external/clang/ |
D | INSTALL.txt | 8 // 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/ |
D | testInnerClassNativesBothInnerAndOuterRegistrations.golden | 19 // 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.
|
D | testNativesLong.golden | 19 // Step 1: Forward declarations. 34 // Step 2: Constants (optional). 37 // Step 3: Method stubs.
|
D | testInnerClassNatives.golden | 19 // Step 1: Forward declarations. 47 // Step 2: Constants (optional). 50 // Step 3: Method stubs.
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopPredication.cpp | 264 bool isSupportedStep(const SCEV* Step); 502 bool LoopPredication::isSupportedStep(const SCEV* Step) { in isSupportedStep() argument 503 return Step->isOne() || (Step->isAllOnesValue() && EnableCountDownLoop); in isSupportedStep() 702 auto *Step = RangeCheckIV->getStepRecurrence(*SE); in widenICmpRangeCheck() local 705 if (!isSupportedStep(Step)) { in widenICmpRangeCheck() 721 assert(Step->getType() == in widenICmpRangeCheck() 724 if (Step != CurrLatchCheck.IV->getStepRecurrence(*SE)) { in widenICmpRangeCheck() 729 if (Step->isOne()) in widenICmpRangeCheck() 733 assert(Step->isAllOnesValue() && "Step should be -1!"); in widenICmpRangeCheck() 886 auto *Step = Result->IV->getStepRecurrence(*SE); in parseLoopLatchICmp() local [all …]
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 657 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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopPredication.cpp | 264 bool isSupportedStep(const SCEV* Step); 500 bool LoopPredication::isSupportedStep(const SCEV* Step) { in isSupportedStep() argument 501 return Step->isOne() || (Step->isAllOnesValue() && EnableCountDownLoop); in isSupportedStep() 700 auto *Step = RangeCheckIV->getStepRecurrence(*SE); in widenICmpRangeCheck() local 703 if (!isSupportedStep(Step)) { in widenICmpRangeCheck() 719 assert(Step->getType() == in widenICmpRangeCheck() 722 if (Step != CurrLatchCheck.IV->getStepRecurrence(*SE)) { in widenICmpRangeCheck() 727 if (Step->isOne()) in widenICmpRangeCheck() 731 assert(Step->isAllOnesValue() && "Step should be -1!"); in widenICmpRangeCheck() 884 auto *Step = Result->IV->getStepRecurrence(*SE); in parseLoopLatchICmp() local [all …]
|
/external/auto/common/src/main/java/com/google/auto/common/ |
D | BasicAnnotationProcessor.java | 109 private final SetMultimap<Step, ElementName> elementsDeferredBySteps = 114 private ImmutableList<? extends Step> steps; 142 protected Iterable<? extends Step> steps() { in steps() 168 private ImmutableSet<TypeElement> getSupportedAnnotationTypeElements(Step step) { in getSupportedAnnotationTypeElements() 217 for (Step step : steps) { in process() 417 protected static Step asStep(ProcessingStep processingStep) { 426 public interface Step { 471 private static class ProcessingStepAsStep implements Step {
|
/external/libphonenumber/demo/war/ |
D | phonenumberparser.jsp | 10 <h2>Step 1</h2> 18 <h2>Step 2</h2> 24 <h2>Step 3</h2>
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 188 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon701ca60a0111::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()
|