This file is indexed.

/usr/include/atlas/atlas_ssyr_L2.h is in libatlas-dev 3.10.2-7.

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
24
25
26
27
28
29
30
31
32
33
/*
 * This file generated on line 432 of /tmp/buildd/atlas-3.10.2/build/atlas-base/../..//tune/blas/ger/r1hgen.c
 */
#ifndef ATLAS_SSYR1_L2_H
   #define ATLAS_SSYR1_L2_H

#include "atlas_sr1_L2.h"

#define ATL_s1U_NU 1

#define ATL_s1L_NU 1
#define ATL_MIN_RESTRICTED_M 0
#define ATL_URGERK ATL_sgerk__1
#define ATL_GENGERK ATL_sgerk__1

#define ATL_SYR1U_nu(A_, lda_, x_, y_) \
{ \
   TYPE *aa=(A_); \
   ATL_CINT lda0_ = 0; \
   const TYPE x0_=*(x_); \
   const TYPE y0_=*(y_); \
   aa[lda0_+0] += x0_*y0_; \
}
#define ATL_SYR1L_nu(A_, lda_, x_, y_) \
{ \
   TYPE *aa=(A_); \
   ATL_CINT lda0_ = 0; \
   const TYPE x0_=*(x_); \
   const TYPE y0_=*(y_); \
   aa[lda0_+0] += x0_*y0_; \
}

#endif