HomeSort by relevance Sort by last modified time
    Searched refs:Level (Results 426 - 450 of 690) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 99 Collation::Level parseRelationAndString(UnicodeString &s, IcuTestErrorCode &errorCode);
118 UCollationResult expectedOrder, Collation::Level expectedLevel,
637 // Other bytes just need to avoid the level separator.
    [all...]
  /external/cblas/testing/
c_cblat2.f 3 * Test program for the COMPLEX Level 2 Blas.
435 9993 FORMAT(' TESTS OF THE COMPLEX LEVEL 2 BLAS', //' THE F',
469 * Auxiliary routine for test program for Level 2 Blas.
824 * Auxiliary routine for test program for Level 2 Blas.
    [all...]
c_cblat3.f 3 * Test program for the COMPLEX Level 3 Blas.
36 * A Set of Level 3 Basic Linear Algebra Subprograms.
399 9995 FORMAT(' TESTS OF THE COMPLEX LEVEL 3 BLAS', //' THE F',
432 * Auxiliary routine for test program for Level 3 Blas.
762 * Auxiliary routine for test program for Level 3 Blas.
    [all...]
c_dblat2.f 3 * Test program for the DOUBLE PRECISION Level 2 Blas.
431 9993 FORMAT( ' TESTS OF THE DOUBLE PRECISION LEVEL 2 BLAS', //' THE F',
463 * Auxiliary routine for test program for Level 2 Blas.
823 * Auxiliary routine for test program for Level 2 Blas.
    [all...]
c_dblat3.f 3 * Test program for the DOUBLE PRECISION Level 3 Blas.
33 * A Set of Level 3 Basic Linear Algebra Subprograms.
393 9995 FORMAT( ' TESTS OF THE DOUBLE PRECISION LEVEL 3 BLAS', //' THE F',
423 * Auxiliary routine for test program for Level 3 Blas.
747 * Auxiliary routine for test program for Level 3 Blas.
    [all...]
c_sblat2.f 3 * Test program for the REAL Level 2 Blas.
431 9993 FORMAT( ' TESTS OF THE REAL LEVEL 2 BLAS', //' THE F',
463 * Auxiliary routine for test program for Level 2 Blas.
823 * Auxiliary routine for test program for Level 2 Blas.
    [all...]
c_sblat3.f 3 * Test program for the REAL Level 3 Blas.
33 * A Set of Level 3 Basic Linear Algebra Subprograms.
392 9995 FORMAT( ' TESTS OF THE REAL LEVEL 3 BLAS', //' THE F',
423 * Auxiliary routine for test program for Level 3 Blas.
751 * Auxiliary routine for test program for Level 3 Blas.
    [all...]
c_zblat2.f 3 * Test program for the COMPLEX*16 Level 2 Blas.
435 9993 FORMAT(' TESTS OF THE COMPLEX*16 LEVEL 2 BLAS', //' THE F',
469 * Auxiliary routine for test program for Level 2 Blas.
825 * Auxiliary routine for test program for Level 2 Blas.
    [all...]
c_zblat3.f 3 * Test program for the COMPLEX*16 Level 3 Blas.
36 * A Set of Level 3 Basic Linear Algebra Subprograms.
400 9995 FORMAT('TESTS OF THE COMPLEX*16 LEVEL 3 BLAS', //' THE F',
433 * Auxiliary routine for test program for Level 3 Blas.
763 * Auxiliary routine for test program for Level 3 Blas.
    [all...]
  /external/eigen/blas/testing/
cblat3.f 3 * Test program for the COMPLEX Level 3 Blas.
37 * A Set of Level 3 Basic Linear Algebra Subprograms.
340 9995 FORMAT( ' TESTS OF THE COMPLEX LEVEL 3 BLAS', //' THE F',
372 * Auxiliary routine for test program for Level 3 Blas.
657 * Auxiliary routine for test program for Level 3 Blas.
    [all...]
zblat3.f 3 * Test program for the COMPLEX*16 Level 3 Blas.
37 * A Set of Level 3 Basic Linear Algebra Subprograms.
341 9995 FORMAT( ' TESTS OF THE COMPLEX*16 LEVEL 3 BLAS', //' THE F',
373 * Auxiliary routine for test program for Level 3 Blas.
658 * Auxiliary routine for test program for Level 3 Blas.
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 74 static bool populateDependencyMatrix(CharMatrix &DepMatrix, unsigned Level,
79 if (Level > MaxLoopNestDepth) {
164 while (Dep.size() != Level) {
505 DEBUG(dbgs() << "Loop doesn't contain minimum nesting level.\n");
    [all...]
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 73 // FIXME: Fail more softly if the diagnostic level is unknown?
74 auto severityAsLevel = static_cast<serialized_diags::Level>(severity);
76 "unknown serialized diagnostic level");
86 // The 'Remark' level isn't represented in the stable API.
90 llvm_unreachable("Invalid diagnostic level");
  /external/clang/unittests/Tooling/
ToolingTest.cpp 410 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 348 switch (Level) {
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 168 /// This is used to represent a portion of an LLVM function in a low-level
185 CodeGenOpt::Level OptLevel;
269 int level, bool &printed);
275 explicit SelectionDAG(const TargetMachine &TM, llvm::CodeGenOpt::Level);
358 /// Level argument controls whether Combine is allowed to produce nodes and
360 void Combine(CombineLevel Level, AliasAnalysis &AA,
361 CodeGenOpt::Level OptLevel);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 511 bool allowFMA(MachineFunction &MF, CodeGenOpt::Level OptLevel) const;
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 334 CodeGenOpt::Level OptLevel;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_blit.c 551 intel_image->base.Base.Level,
  /external/webrtc/webrtc/voice_engine/
output_mixer.cc 236 OutputMixer::GetSpeechOutputLevel(uint32_t& level)
238 int8_t currentLevel = _audioLevel.Level();
239 level = static_cast<uint32_t> (currentLevel);
241 "GetSpeechOutputLevel() => level=%u", level);
246 OutputMixer::GetSpeechOutputLevelFullRange(uint32_t& level)
249 level = static_cast<uint32_t> (currentLevel);
251 "GetSpeechOutputLevelFullRange() => level=%u", level);
556 // --- Measure audio level (0-9) for the combined signa
    [all...]
  /frameworks/av/media/libstagefright/tests/
Utils_test.cpp 111 #define LVL(x) (ADebug::Level)(x)
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsRecorder.java 151 NetworkStatsAccess.Level.DEVICE).getTotal(null);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netioapi.h 479 MIB_IF_TABLE_LEVEL Level,
  /external/eigen/blas/fortran/
chbmv.f 126 * Level 2 Blas routine.
chpmv.f 92 * Level 2 Blas routine.

Completed in 889 milliseconds

<<11121314151617181920>>