/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/ |
D | MultistepIntegrator.java | 82 private double safety; field in MultistepIntegrator 281 return safety; in getSafety() 287 public void setSafety(final double safety) { in setSafety() argument 288 this.safety = safety; in setSafety() 296 … return FastMath.min(maxGrowth, FastMath.max(minReduction, safety * FastMath.pow(error, exp))); in computeStepGrowShrinkFactor()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | EmbeddedRungeKuttaIntegrator.java | 87 private double safety; field in EmbeddedRungeKuttaIntegrator 180 return safety; in getSafety() 186 public void setSafety(final double safety) { in setSafety() argument 187 this.safety = safety; in setSafety() 294 FastMath.max(minReduction, safety * FastMath.pow(error, exp))); in integrate() 318 … FastMath.min(maxGrowth, FastMath.max(minReduction, safety * FastMath.pow(error, exp))); in integrate()
|
/external/webrtc/webrtc/modules/audio_device/mac/portaudio/ |
D | pa_memorybarrier.h | 93 # warning For SMP safety, you should fix this. 98 …his system. You can still compile by defining ALLOW_SMP_DANGERS, but SMP safety will not be guaran… 120 # warning For SMP safety, you should fix this. 125 …his system. You can still compile by defining ALLOW_SMP_DANGERS, but SMP safety will not be guaran…
|
/external/clang/docs/ |
D | ThreadSafetyAnalysis.rst | 16 Thread safety analysis works very much like a type system for multi-threaded 69 analysis issues a warning. Thread safety analysis is not inter-procedural, so 85 To run the analysis, simply compile with the ``-Wthread-safety`` flag, e.g. 89 clang -c -Wthread-safety example.cpp 99 Thread safety analysis provides a way of protecting *resources* with 141 The thread safety analysis uses attributes to declare threading constraints. 147 For historical reasons, prior versions of thread safety used macro names that 314 turns off thread safety checking for that method. It provides an escape hatch 438 * ``-Wthread-safety``: Umbrella flag which turns on the following three: 440 + ``-Wthread-safety-attributes``: Sanity checks on attribute syntax. [all …]
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-01-31-UniversalIRIdea.txt | 13 static and runtime optimization; some higher-level like type-safety and 21 machine-independent features like type-safety and access safety should be 32 without type-safety as the intermediate representation.
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/ |
D | 2001-01-31-UniversalIRIdea.txt | 13 static and runtime optimization; some higher-level like type-safety and 21 machine-independent features like type-safety and access safety should be 32 without type-safety as the intermediate representation.
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2001-01-31-UniversalIRIdea.txt | 13 static and runtime optimization; some higher-level like type-safety and 21 machine-independent features like type-safety and access safety should be 32 without type-safety as the intermediate representation.
|
/external/clang/test/SemaObjC/ |
D | warn-thread-safety-analysis.m | 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wthread-safety -Wthread-safety-beta -Wno-objc-root-class …
|
D | block-type-safety.m | 2 // test for block type safety. 89 // strict type safety requires this:
|
/external/tensorflow/tensorflow/contrib/integrate/python/ops/ |
D | odes.py | 218 safety=0.9, argument 231 math_ops.minimum(error_ratio**exponent / safety, 310 safety=0.9, argument 323 y0, t, rtol, atol, safety, ifactor, dfactor, max_num_steps 328 safety = ops.convert_to_tensor(safety, dtype=t.dtype, name='safety') 367 dt_next = _optimal_step_size(dt, error_ratio, safety, ifactor, dfactor)
|
/external/owasp/sanitizer/lib/commons-codec-1.4/ |
D | RELEASE-NOTES.txt | 33 o [CODEC-70] Thread safety and malicious code safety improvements.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/ |
D | 2003-08-23-RecursiveOpaqueTypeResolve.ll | 1 ; It's a bad idea to go recursively traipsing through types without a safety
|
/external/llvm/test/Linker/ |
D | 2003-08-23-RecursiveOpaqueTypeResolve.ll | 1 ; It's a bad idea to go recursively traipsing through types without a safety
|
/external/swiftshader/third_party/LLVM/test/Linker/ |
D | 2003-08-23-RecursiveOpaqueTypeResolve.ll | 1 ; It's a bad idea to go recursively traipsing through types without a safety
|
/external/llvm/docs/ |
D | FaultMaps.rst | 13 are required for safety but never fail in practice. In such cases, it 16 exploited by folding such safety checks into operations that can be
|
/external/autotest/test_suites/ |
D | control.sanity | 17 on the safety checks built into the provisioning code to identify bad builds.
|
/external/protobuf/objectivec/google/protobuf/ |
D | Empty.pbobjc.m | 21 // about thread safety of the singleton.
|
D | SourceContext.pbobjc.m | 21 // about thread safety of the singleton.
|
D | FieldMask.pbobjc.m | 21 // about thread safety of the singleton.
|
D | Duration.pbobjc.m | 21 // about thread safety of the singleton.
|
D | Timestamp.pbobjc.m | 21 // about thread safety of the singleton.
|
/external/clang/include/clang/Basic/ |
D | DiagnosticGroups.td | 615 def TypeSafety : DiagGroup<"type-safety">; 666 def ThreadSafetyAttributes : DiagGroup<"thread-safety-attributes">; 667 def ThreadSafetyAnalysis : DiagGroup<"thread-safety-analysis">; 668 def ThreadSafetyPrecise : DiagGroup<"thread-safety-precise">; 669 def ThreadSafetyReference : DiagGroup<"thread-safety-reference">; 670 def ThreadSafetyNegative : DiagGroup<"thread-safety-negative">; 671 def ThreadSafety : DiagGroup<"thread-safety", 676 def ThreadSafetyVerbose : DiagGroup<"thread-safety-verbose">; 677 def ThreadSafetyBeta : DiagGroup<"thread-safety-beta">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | FaultMaps.rst | 13 are required for safety but never fail in practice. In such cases, it 16 exploited by folding such safety checks into operations that can be
|
/external/bcc/ |
D | Android.bp | 24 "-Wthread-safety",
|
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/ |
D | loads.ll | 26 ; we need to have some instruction to move the result to safety.
|