This file is indexed.

/usr/lib/ocaml/gsl/gsl_poly.annot is in libocamlgsl-ocaml-dev 1.19.1-1.

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
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
"lib/gsl_poly.ml" 38 1154 1158 "lib/gsl_poly.ml" 38 1154 1163
type(
  poly -> float array
)
ident(
  def solve "lib/gsl_poly.ml" 47 1341 1368 "lib/gsl_poly.ml" 1 0 -1
)
"lib/gsl_poly.ml" 38 1154 1164 "lib/gsl_poly.ml" 38 1154 1168
type(
  poly
)
ident(
  def poly "lib/gsl_poly.ml" 39 1172 1174 "lib/gsl_poly.ml" 47 1341 1368
)
"lib/gsl_poly.ml" 39 1172 1178 "lib/gsl_poly.ml" 39 1172 1179
type(
  int
)
ident(
  def n "lib/gsl_poly.ml" 40 1203 1205 "lib/gsl_poly.ml" 47 1341 1368
)
"lib/gsl_poly.ml" 39 1172 1182 "lib/gsl_poly.ml" 39 1172 1194
type(
  poly -> int
)
ident(
  ext_ref Array.length
)
"lib/gsl_poly.ml" 39 1172 1195 "lib/gsl_poly.ml" 39 1172 1199
type(
  poly
)
ident(
  int_ref poly "lib/gsl_poly.ml" 38 1154 1164 "lib/gsl_poly.ml" 38 1154 1168
)
"lib/gsl_poly.ml" 39 1172 1182 "lib/gsl_poly.ml" 39 1172 1199
type(
  int
)
"lib/gsl_poly.ml" 40 1203 1209 "lib/gsl_poly.ml" 40 1203 1211
type(
  ws
)
ident(
  def ws "lib/gsl_poly.ml" 41 1229 1231 "lib/gsl_poly.ml" 47 1341 1368
)
"lib/gsl_poly.ml" 40 1203 1214 "lib/gsl_poly.ml" 40 1203 1223
type(
  int -> ws
)
ident(
  int_ref _alloc_ws "lib/gsl_poly.ml" 32 920 920 "lib/gsl_poly.ml" 32 920 990
)
"lib/gsl_poly.ml" 40 1203 1224 "lib/gsl_poly.ml" 40 1203 1225
type(
  int
)
ident(
  int_ref n "lib/gsl_poly.ml" 39 1172 1178 "lib/gsl_poly.ml" 39 1172 1179
)
"lib/gsl_poly.ml" 40 1203 1214 "lib/gsl_poly.ml" 40 1203 1225
type(
  ws
)
"lib/gsl_poly.ml" 42 1235 1243 "lib/gsl_poly.ml" 42 1235 1246
type(
  float array
)
ident(
  def sol "lib/gsl_poly.ml" 43 1276 1280 "lib/gsl_poly.ml" 45 1319 1326
)
"lib/gsl_poly.ml" 42 1235 1249 "lib/gsl_poly.ml" 42 1235 1259
type(
  int -> float -> float array
)
ident(
  ext_ref Array.make
)
"lib/gsl_poly.ml" 42 1235 1261 "lib/gsl_poly.ml" 42 1235 1262
type(
  int
)
"lib/gsl_poly.ml" 42 1235 1262 "lib/gsl_poly.ml" 42 1235 1263
type(
  int -> int -> int
)
ident(
  ext_ref Pervasives.( * )
)
"lib/gsl_poly.ml" 42 1235 1264 "lib/gsl_poly.ml" 42 1235 1265
type(
  int
)
ident(
  int_ref n "lib/gsl_poly.ml" 39 1172 1178 "lib/gsl_poly.ml" 39 1172 1179
)
"lib/gsl_poly.ml" 42 1235 1265 "lib/gsl_poly.ml" 42 1235 1266
type(
  int -> int -> int
)
ident(
  ext_ref Pervasives.( - )
)
"lib/gsl_poly.ml" 42 1235 1266 "lib/gsl_poly.ml" 42 1235 1267
type(
  int
)
"lib/gsl_poly.ml" 42 1235 1263 "lib/gsl_poly.ml" 42 1235 1268
type(
  int
)
"lib/gsl_poly.ml" 42 1235 1260 "lib/gsl_poly.ml" 42 1235 1269
type(
  int
)
"lib/gsl_poly.ml" 42 1235 1270 "lib/gsl_poly.ml" 42 1235 1272
type(
  float
)
"lib/gsl_poly.ml" 42 1235 1249 "lib/gsl_poly.ml" 42 1235 1272
type(
  float array
)
"lib/gsl_poly.ml" 43 1276 1280 "lib/gsl_poly.ml" 43 1276 1286
type(
  poly -> ws -> Gsl_complex.complex_array -> unit
)
ident(
  int_ref _solve "lib/gsl_poly.ml" 35 1062 1062 "lib/gsl_poly.ml" 36 1119 1152
)
"lib/gsl_poly.ml" 43 1276 1287 "lib/gsl_poly.ml" 43 1276 1291
type(
  poly
)
ident(
  int_ref poly "lib/gsl_poly.ml" 38 1154 1164 "lib/gsl_poly.ml" 38 1154 1168
)
"lib/gsl_poly.ml" 43 1276 1292 "lib/gsl_poly.ml" 43 1276 1294
type(
  ws
)
ident(
  int_ref ws "lib/gsl_poly.ml" 40 1203 1209 "lib/gsl_poly.ml" 40 1203 1211
)
"lib/gsl_poly.ml" 43 1276 1295 "lib/gsl_poly.ml" 43 1276 1298
type(
  Gsl_complex.complex_array
)
ident(
  int_ref sol "lib/gsl_poly.ml" 42 1235 1243 "lib/gsl_poly.ml" 42 1235 1246
)
"lib/gsl_poly.ml" 43 1276 1280 "lib/gsl_poly.ml" 43 1276 1298
type(
  unit
)
"lib/gsl_poly.ml" 44 1301 1305 "lib/gsl_poly.ml" 44 1301 1313
type(
  ws -> unit
)
ident(
  int_ref _free_ws "lib/gsl_poly.ml" 33 991 991 "lib/gsl_poly.ml" 33 991 1060
)
"lib/gsl_poly.ml" 44 1301 1314 "lib/gsl_poly.ml" 44 1301 1316
type(
  ws
)
ident(
  int_ref ws "lib/gsl_poly.ml" 40 1203 1209 "lib/gsl_poly.ml" 40 1203 1211
)
"lib/gsl_poly.ml" 44 1301 1305 "lib/gsl_poly.ml" 44 1301 1316
type(
  unit
)
"lib/gsl_poly.ml" 45 1319 1323 "lib/gsl_poly.ml" 45 1319 1326
type(
  float array
)
ident(
  int_ref sol "lib/gsl_poly.ml" 42 1235 1243 "lib/gsl_poly.ml" 42 1235 1246
)
"lib/gsl_poly.ml" 44 1301 1305 "lib/gsl_poly.ml" 45 1319 1326
type(
  float array
)
"lib/gsl_poly.ml" 43 1276 1280 "lib/gsl_poly.ml" 45 1319 1326
type(
  float array
)
"lib/gsl_poly.ml" 42 1235 1239 "lib/gsl_poly.ml" 45 1319 1326
type(
  float array
)
"lib/gsl_poly.ml" 46 1327 1334 "lib/gsl_poly.ml" 46 1327 1337
type(
  exn
)
ident(
  def exn "lib/gsl_poly.ml" 47 1341 1345 "lib/gsl_poly.ml" 47 1341 1368
)
"lib/gsl_poly.ml" 47 1341 1345 "lib/gsl_poly.ml" 47 1341 1353
type(
  ws -> unit
)
ident(
  int_ref _free_ws "lib/gsl_poly.ml" 33 991 991 "lib/gsl_poly.ml" 33 991 1060
)
"lib/gsl_poly.ml" 47 1341 1354 "lib/gsl_poly.ml" 47 1341 1356
type(
  ws
)
ident(
  int_ref ws "lib/gsl_poly.ml" 40 1203 1209 "lib/gsl_poly.ml" 40 1203 1211
)
"lib/gsl_poly.ml" 47 1341 1345 "lib/gsl_poly.ml" 47 1341 1356
type(
  unit
)
"lib/gsl_poly.ml" 47 1341 1359 "lib/gsl_poly.ml" 47 1341 1364
type(
  exn -> float array
)
ident(
  ext_ref Pervasives.raise
)
"lib/gsl_poly.ml" 47 1341 1365 "lib/gsl_poly.ml" 47 1341 1368
type(
  exn
)
ident(
  int_ref exn "lib/gsl_poly.ml" 46 1327 1334 "lib/gsl_poly.ml" 46 1327 1337
)
"lib/gsl_poly.ml" 47 1341 1359 "lib/gsl_poly.ml" 47 1341 1368
type(
  float array
)
"lib/gsl_poly.ml" 47 1341 1345 "lib/gsl_poly.ml" 47 1341 1368
type(
  float array
)
"lib/gsl_poly.ml" 41 1229 1231 "lib/gsl_poly.ml" 47 1341 1368
type(
  float array
)
"lib/gsl_poly.ml" 40 1203 1205 "lib/gsl_poly.ml" 47 1341 1368
type(
  float array
)
"lib/gsl_poly.ml" 39 1172 1174 "lib/gsl_poly.ml" 47 1341 1368
type(
  float array
)