This file is indexed.

/usr/include/atlas/atlas_slamch.h is in libatlas-dev 3.10.1-4.

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
/* generated by /build/buildd/atlas-3.10.1/build/atlas-base/../..//tune/sysinfo/emit_lamch.c */

#ifndef ATLAS_SLAMCH_H
   #define ATLAS_SLAMCH_H

#define ATL_slaMANTDIG     24
#define ATL_slaMINEXP      -125
#define ATL_slaMAXEXP      128
#define ATL_slaBASE        2
#define ATL_slaEPSILON      5.96046447753906250000000000000000000000000000000000000e-08
#define ATL_slaPRECISION    1.19209289550781250000000000000000000000000000000000000e-07
#define ATL_slaUNDERTHRESH  1.17549435082228750796873653722224567781866555677208752e-38
#define ATL_slaOVERTHRESH   3.40282346638528859811704183484516925440000000000000000e+38
#define ATL_slaSAFMIN       1.17549435082228750796873653722224567781866555677208752e-38
#define ATL_slaROUND       1
#define ATL_slaBAD 0
#define ATL_slabadUNDERTHRESH ATL_slaUNDERTHRESH
#define ATL_slabadOVERTHRESH ATL_slaOVERTHRESH

#endif