HomeSort by relevance Sort by last modified time
    Searched full:summ (Results 1 - 23 of 23) sorted by null

  /external/eigen/blas/testing/
runblastest.sh 14 if [ -f $1.summ ]; then rm $1.summ; fi
27 if [ -f $1.summ ]; then
28 if [ `grep "FATAL ERROR" $1.summ | wc -l` -gt 0 ]; then
29 echo -e $red "Test $1 failed (FATAL ERROR, read the file $1.summ for details)" $black
36 if [ `grep "FAILED THE TESTS OF ERROR-EXITS" $1.summ | wc -l` -gt 0 ]; then
37 echo -e $red "Test $1 failed (FAILED THE TESTS OF ERROR-EXITS, read the file $1.summ for details)" $black
cblat3.dat 1 'cblat3.summ' NAME OF SUMMARY OUTPUT FILE
dblat3.dat 1 'dblat3.summ' NAME OF SUMMARY OUTPUT FILE
sblat3.dat 1 'sblat3.summ' NAME OF SUMMARY OUTPUT FILE
zblat3.dat 1 'zblat3.summ' NAME OF SUMMARY OUTPUT FILE
dblat2.dat 1 'dblat2.summ' NAME OF SUMMARY OUTPUT FILE
sblat2.dat 1 'sblat2.summ' NAME OF SUMMARY OUTPUT FILE
cblat2.dat 1 'cblat2.summ' NAME OF SUMMARY OUTPUT FILE
zblat2.dat 1 'zblat2.summ' NAME OF SUMMARY OUTPUT FILE
cblat2.f 10 * 'CBLAT2.SUMM' NAME OF SUMMARY OUTPUT FILE
    [all...]
dblat2.f 10 * 'DBLAT2.SUMM' NAME OF SUMMARY OUTPUT FILE
    [all...]
dblat3.f 10 * 'DBLAT3.SUMM' NAME OF SUMMARY OUTPUT FILE
    [all...]
sblat2.f 10 * 'SBLAT2.SUMM' NAME OF SUMMARY OUTPUT FILE
    [all...]
sblat3.f 10 * 'SBLAT3.SUMM' NAME OF SUMMARY OUTPUT FILE
    [all...]
zblat2.f 10 * 'ZBLAT2.SUMM' NAME OF SUMMARY OUTPUT FILE
    [all...]
cblat3.f 10 * 'CBLAT3.SUMM' NAME OF SUMMARY OUTPUT FILE
    [all...]
zblat3.f 10 * 'ZBLAT3.SUMM' NAME OF SUMMARY OUTPUT FILE
    [all...]
  /external/oprofile/pp/
opreport.cpp 117 summary summ; local
118 summ.lib_image = image;
119 deps.push_back(summ);
130 summary & summ = find_summary(profile.image); local
131 count_type app_count = summ.add_files(profile.files, pclass);
140 summary & summ = find_summary(it->lib_image); local
141 count_type lib_count = summ.add_files(it->files, pclass);
297 summary const & summ = app.deps[j]; local
299 if (summ.counts.zero())
308 output_count(tot_count, summ.counts[i])
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 535 const RetainSummary *Summ = I->second;
536 M[K] = Summ;
537 return Summ;
646 RetainSummary Summ(getArgEffects(), RetEff, DefaultEff, ReceiverEff);
647 return getPersistentSummary(Summ);
667 void addNSObjectClsMethSummary(Selector S, const RetainSummary *Summ) {
668 ObjCClassMethodSummaries[S] = Summ;
671 void addNSObjectMethSummary(Selector S, const RetainSummary *Summ) {
672 ObjCMethodSummaries[S] = Summ;
676 const RetainSummary *Summ, bool isNullary = true)
    [all...]
  /external/opencv/cvaux/src/
cvlmeds.cpp 584 double l1, l2, w, old_norm = -1, new_norm = -2, summ; local
649 summ = 0;
654 summ += U[a * 9 + t] * F[t];
657 new_norm += summ * summ;
682 double norm, summ, best_norm; local
811 summ = 0;
816 summ += A[a9 + t] * solution[t];
819 norm += summ * summ;
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.c 136 WebRtc_Word32 summ[FRAMESAMPLES/8]; local
142 summ[k] = WEBRTC_SPL_RSHIFT_W32(PSpecQ12[k] + PSpecQ12[FRAMESAMPLES/4-1 - k] + 16, 5);
148 sum += summ[n];
161 sum += WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(WebRtcIsacfix_kCos[k][n], summ[n]) + 256, 9);
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c 59 WebRtc_Word32 summ[FRAMESAMPLES / 8]; local
66 summ[k] = (PSpecQ12[k] + PSpecQ12[FRAMESAMPLES_QUARTER - 1 - k] + 16) >> 5;
72 sum += summ[n];
88 sum += (CS_ptrQ9[n] * summ[n] + 256) >> 9;
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 123 float* weight; /*array of mixture weights. Summ of all weights in state is 1. */
    [all...]

Completed in 499 milliseconds