File: shared-lapack.lds

package info (click to toggle)
libflame 5.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 162,052 kB
  • sloc: ansic: 750,080; fortran: 404,344; makefile: 8,133; sh: 5,458; python: 937; pascal: 144; perl: 66
file content (15 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  global:
    s*_;
    d*_;
    c*_;
    z*_;
    l*_;
    x*_;
    i*_;
  local:
    FLA_*;
    bl1_*;
    zla_*;
    *;
};