This file is indexed.

/usr/include/vxl/vcl/vcl_complex.txx is in libvxl1-dev 1.14.0-14.

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
#ifndef vcl_complex_txx_
#define vcl_complex_txx_
// -*- c++ -*-

#include "vcl_complex.h"

#if VCL_USE_IMPLICIT_TEMPLATES
# include "iso/vcl_complex.txx"
#elif !VCL_USE_NATIVE_COMPLEX
# include "emulation/vcl_complex.txx"
#elif defined(VCL_EGCS)
# include "egcs/vcl_complex.txx"
#elif defined(VCL_GCC_295) && !defined(GNU_LIBSTDCXX_V3)
# include "gcc-295/vcl_complex.txx"
#elif defined(VCL_SUNPRO_CC)
# include "sunpro/vcl_complex.txx"
#elif defined(VCL_SGI_CC)
# include "sgi/vcl_complex.txx"
#else
# include "iso/vcl_complex.txx"
#endif

#if defined(VCL_GCC_31) && defined(sun)
# include "gcc/vcl_cmath.h" // for sqrtf(), sinf(), cosf(), sinl(), cosl()
#endif // sun

#endif