Home
last modified time | relevance | path

Searched defs:F2C (Results 1 – 20 of 20) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/5.22b/exodus/forbind/src/
H A Dexo_jack.c81 #define F2C(name) name##4 macro
89 #define F2C(name) name##_ macro
91 #define F2C(name) name macro
169 F2C(excre) (char *path, in F2C() function
199 F2C(exopen) (char *path, in F2C() function
247 F2C(expini) (int *idexo, in F2C() function
329 F2C(expqa) (int *idexo, in F2C() function
396 F2C(exgqa) (int *idexo, in F2C() function
2566 F2C(excpws) () in F2C() function
2923 F2C(expii)(int *idne, in F2C() function
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/5.22b/nemesis/forbind/
H A Dne_jack.c102 #define F2C(name) name macro
159 F2C(negii)(int *idne, in F2C() function
202 F2C(nepii)(int *idne, in F2C() function
246 F2C(negig)(int *idne, in F2C() function
268 F2C(nepig)(int *idne, in F2C() function
307 F2C(neglbp)(int *idne, in F2C() function
333 F2C(neplbp)(int *idne, in F2C() function
522 F2C(negnss)(int *idne, in F2C() function
1215 F2C(negnm)(int *idne, in F2C() function
1235 F2C(nepnm)(int *idne, in F2C() function
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/edit_ocme/src/ocme/
H A Dimpostor_definition.h78 char F2C(float a) { return (char) ((a / cellsize -0.5) * 255); }; in F2C() function
81 …vcg::Point3<unsigned char> F2C(vcg::Color4b a) {return vcg::Point3<unsigned char>(a[0],a[1],a[2])… in F2C() function
82 vcg::Point3<char> F2C(vcg::Point3f a, int ii, int jj, int kk) { in F2C() function
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/contrib/pseudopotentials/troullier-martins/
H A DMakefile5 F2C=f2c macro
/dports/science/nwchem-data/nwchem-7.0.2-release/contrib/pseudopotentials/troullier-martins/
H A DMakefile5 F2C=f2c macro
/dports/astro/celestia/celestia-1.6.1/windows/inc/spice/
H A DSpiceCel.h435 enum _SpiceTransDir { C2F = 0, F2C = 1 }; enumerator
/dports/astro/celestia-gtk/celestia-1.6.1/windows/inc/spice/
H A DSpiceCel.h435 enum _SpiceTransDir { C2F = 0, F2C = 1 }; enumerator
/dports/astro/celestia-gtk/celestia-1.6.1/macosx/
H A DSpiceCel.h435 enum _SpiceTransDir { C2F = 0, F2C = 1 }; enumerator
/dports/astro/celestia/celestia-1.6.1/macosx/
H A DSpiceCel.h435 enum _SpiceTransDir { C2F = 0, F2C = 1 }; enumerator
/dports/astro/pykep/pykep-2.6/include/keplerian_toolbox/third_party/cspice/
H A DSpiceCel.h435 enum _SpiceTransDir { C2F = 0, F2C = 1 }; enumerator
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A DSpiceCel.h435 enum _SpiceTransDir { C2F = 0, F2C = 1 }; enumerator
/dports/astro/py-pykep/pykep-2.6/include/keplerian_toolbox/third_party/cspice/
H A DSpiceCel.h435 enum _SpiceTransDir { C2F = 0, F2C = 1 }; enumerator
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A DSpiceCel.h435 enum _SpiceTransDir { C2F = 0, F2C = 1 }; enumerator
/dports/math/p5-Math-NumberCruncher/Math-NumberCruncher-5.00/
H A DNumberCruncher.pm816 sub F2C { subroutine
/dports/math/cgal/CGAL-5.3/include/CGAL/Segment_Delaunay_graph_Linf_2/
H A DFiltered_traits_base_2.h85 CGAL_SEGMENT_DELAUNAY_GRAPH_2_NS::Cartesian_converter<FK,CK,F2C_t> F2C; typedef
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DPolygon_offset_builder_traits_2.h201 typedef CGAL_SS_i::SS_converter<BaseF2C> F2C ; typedef
H A DStraight_skeleton_builder_traits_2.h624 typedef CGAL_SS_i::SS_converter<BaseF2C> F2C ; typedef
/dports/math/cgal/CGAL-5.3/include/CGAL/Segment_Delaunay_graph_2/
H A DFiltered_traits_base_2.h74 CGAL_SEGMENT_DELAUNAY_GRAPH_2_NS::Cartesian_converter<FK,CK,F2C_t> F2C; typedef
/dports/cad/tochnog/Sources/Tochnog-Latest-jan-2014/
H A Dmakefile8 F2C= -lf2c -L%%LOCALBASE%%/lib macro
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp481 FunctionToCallSitesMapTy::iterator F2C = FunctionToCallSitesMap.find(F); in EraseAllCallSitesForPrelocked() local