HomeSort by relevance Sort by last modified time
    Searched defs:DIAG (Results 26 - 38 of 38) sorted by null

12

  /external/eigen/blas/
ztpsv.f 1 SUBROUTINE ZTPSV(UPLO,TRANS,DIAG,N,AP,X,INCX)
4 CHARACTER DIAG,TRANS,UPLO
48 * DIAG - CHARACTER*1.
49 * On entry, DIAG specifies whether or not A is unit
52 * DIAG = 'U' or 'u' A is assumed to be unit triangular.
54 * DIAG = 'N' or 'n' A is not assumed to be unit
76 * Note that when DIAG = 'U' or 'u', the diagonal elements of
132 ELSE IF (.NOT.LSAME(DIAG,'U') .AND. .NOT.LSAME(DIAG,'N')) THEN
149 NOUNIT = LSAME(DIAG,'N'
    [all...]
  /external/srec/srec/include/
hmm_desc.h 39 #define DIAG (1<<4) /* Diagonal covariance model */
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 69 #define DIAG(ENUM,CLASS,DEFAULT_MAPPING,DESC,GROUP, \
72 { diag::ENUM, DEFAULT_MAPPING, CLASS, SFINAE, ACCESS, \
85 #undef DIAG
99 "Diag ID conflict, the enums at the start of clang::diag (in "
103 "Improperly sorted diag info");
109 // Out of bounds diag. Can't be in the table.
110 using namespace diag;
147 // If the diag id doesn't match we found a different diag, abort. This ca
270 namespace diag { namespace in namespace:clang
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 106 Diag(loc, diag::err_arc_init_method_unrelated_result_type);
140 Diag(NewMethod->getLocation(),
141 diag::warn_related_result_type_compatibility_class)
146 Diag(NewMethod->getLocation(),
147 diag::warn_related_result_type_compatibility_protocol)
153 Diag(Overridden->getLocation(),
154 diag::note_related_result_type_family)
158 Diag(Overridden->getLocation(),
159 diag::note_related_result_type_overridden)
    [all...]
  /external/dropbear/libtommath/mtest/
mpi.c 20 #define DIAG(T,V) {fprintf(stderr,T);mp_print(V,stderr);fputc('\n',stderr);}
22 #define DIAG(T,V)
    [all...]
  /external/eigen/blas/testing/
cblat2.f     [all...]
cblat3.f     [all...]
dblat2.f     [all...]
dblat3.f     [all...]
sblat2.f     [all...]
sblat3.f     [all...]
zblat2.f     [all...]
zblat3.f     [all...]

Completed in 211 milliseconds

12