Searched refs:fortranMangle (Results 1 – 2 of 2) sorted by relevance
| /petsc/config/BuildSystem/config/ |
| H A D | libraries.py | 112 …self, libName, funcs, libDir = None, otherLibs = [], prototype = '', call = '', fortranMangle = 0): argument 117 if self.check(libName, funcs, libDir, otherLibs, prototype, call, fortranMangle): 186 …ame, funcs, libDir = None, otherLibs = [], prototype = '', call = '', fortranMangle = 0, cxxMangle… argument 222 if fortranMangle: 303 …lf, libName, funcs, libDir=None, otherLibs=[], prototype='', call='', fortranMangle=0, cxxMangle=0… argument 308 …if self.check(libName, funcs, libDir, otherLibs, prototype, call, fortranMangle, cxxMangle, cxxLin…
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | BlasLapack.py | 642 found = self.libraries.check(self.blasLibrary, routine___float128, fortranMangle = 0) 646 found = self.libraries.check(self.blasLibrary, routine___fp16, fortranMangle = 0) 809 ret = self.libraries.check(self.dlib,mangled_name,fortranMangle = 0)
|