HomeSort by relevance Sort by last modified time
    Searched refs:rout (Results 1 - 15 of 15) sorted by null

  /external/cblas/testing/
c_xerbla.c 8 void cblas_xerbla(int info, const char *rout, const char *form, ...)
22 if (cblas_rout != NULL && strcmp(cblas_rout, rout) != 0){
23 printf("***** XERBLA WAS CALLED WITH SRNAME = <%s> INSTEAD OF <%s> *******\n", rout, cblas_rout);
36 if (strstr(rout,"gemm") != 0)
43 else if (strstr(rout,"symm") != 0 || strstr(rout,"hemm") != 0)
48 else if (strstr(rout,"trmm") != 0 || strstr(rout,"trsm") != 0)
53 else if (strstr(rout,"gemv") != 0)
58 else if (strstr(rout,"gbmv") != 0
97 char rout[] = {'c','b','l','a','s','_','\\0','\\0','\\0','\\0','\\0','\\0','\\0'}; local
    [all...]
c_c2chke.c 27 void F77_c2chke(char *rout) {
28 char *sf = ( rout ) ;
    [all...]
c_d2chke.c 27 void F77_d2chke(char *rout) {
28 char *sf = ( rout ) ;
c_s2chke.c 27 void F77_s2chke(char *rout) {
28 char *sf = ( rout ) ;
c_z2chke.c 27 void F77_z2chke(char *rout) {
28 char *sf = ( rout ) ;
    [all...]
c_d3chke.c 27 void F77_d3chke(char *rout) {
28 char *sf = ( rout ) ;
    [all...]
c_s3chke.c 27 void F77_s3chke(char *rout) {
28 char *sf = ( rout ) ;
    [all...]
c_c3chke.c 27 void F77_c3chke(char * rout) {
28 char *sf = ( rout ) ;
    [all...]
c_z3chke.c 27 void F77_z3chke(char * rout) {
28 char *sf = ( rout ) ;
    [all...]
  /external/cblas/src/
cblas_xerbla.c 8 void cblas_xerbla(int info, const char *rout, const char *form, ...)
18 if (strstr(rout,"gemm") != 0)
25 else if (strstr(rout,"symm") != 0 || strstr(rout,"hemm") != 0)
30 else if (strstr(rout,"trmm") != 0 || strstr(rout,"trsm") != 0)
35 else if (strstr(rout,"gemv") != 0)
40 else if (strstr(rout,"gbmv") != 0)
47 else if (strstr(rout,"ger") != 0)
54 else if ( (strstr(rout,"her2") != 0 || strstr(rout,"hpr2") != 0
    [all...]
xerbla.c 20 char rout[] = {'c','b','l','a','s','_','\0','\0','\0','\0','\0','\0','\0'}; local
38 for(i=0; i != XerblaStrLen; i++) rout[i+6] = tolower(srname[i]);
39 rout[XerblaStrLen+6] = '\0';
40 cblas_xerbla(*info+1,rout,"");
  /system/chre/host/msm/daemon/idl/
chre_slpi.idl 33 long get_message_to_host(rout sequence<octet> buffer,
34 rout unsigned long messageLen);
  /external/cblas/examples/
cblas_example2.c 12 int rout=-1,info=0,m,n,k,lda,ldb,ldc; local
19 rout = atoi(argv[1]);
23 if (rout == 1) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9math.h 392 HRESULT WINAPI D3DXSHEvalConeLight(UINT order, const D3DXVECTOR3 *dir, FLOAT radius, FLOAT Rintensity, FLOAT Gintensity, FLOAT Bintensity, FLOAT *rout, FLOAT *gout, FLOAT *bout);
394 HRESULT WINAPI D3DXSHEvalDirectionalLight(UINT order, const D3DXVECTOR3 *dir, FLOAT Rintensity, FLOAT Gintensity, FLOAT Bintensity, FLOAT *rout, FLOAT *gout, FLOAT *bout);
395 HRESULT WINAPI D3DXSHEvalHemisphereLight(UINT order, const D3DXVECTOR3 *dir, D3DXCOLOR top, D3DXCOLOR bottom, FLOAT *rout, FLOAT *gout, FLOAT *bout);
396 HRESULT WINAPI D3DXSHEvalSphericalLight(UINT order, const D3DXVECTOR3 *dir, FLOAT radius, FLOAT Rintensity, FLOAT Gintensity, FLOAT Bintensity, FLOAT *rout, FLOAT *gout, FLOAT *bout);
  /external/cblas/include/
cblas.h 570 void cblas_xerbla(int p, const char *rout, const char *form, ...);

Completed in 340 milliseconds