This file is indexed.

/usr/include/atlas/atlas_dmvS.h is in libatlas-dev 3.8.4-3build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef ATLAS_MVS_H
#define ATLAS_MVS_H

#include "atlas_misc.h"

#define ATL_mvSMU 4
#define ATL_mvSNU 128
#ifndef ATL_L1mvelts
   #define ATL_L1mvelts ((3*ATL_L1elts)>>2)
#endif
#ifndef ATL_mvNNU
   #include "atlas_dmvN.h"
#endif
#ifndef ATL_mvTNU
   #include "atlas_dmvT.h"
#endif
#define ATL_GetPartSYMV(A_, lda_, mb_, nb_) \
{ \
   *(nb_) = ATL_mvSMU; \
   *(mb_) = 128; \
}

#endif