Home
last modified time | relevance | path

Searched refs:ElectronVolt (Results 1 – 9 of 9) sorted by relevance

/dports/science/tfel/tfel-3.4.0/bindings/python/tfel/
H A DPhysicalConstants.cxx33 static const double ElectronVolt; member
52 const double PhysicalConstants::ElectronVolt = double(1.60218e-19); member in PhysicalConstants
86 .def_readonly("ElectronVolt",PhysicalConstants::ElectronVolt, in declarePhysicalConstants()
88 .def_readonly("eV",PhysicalConstants::ElectronVolt, in declarePhysicalConstants()
/dports/science/tfel-edf/tfel-3.2.1/bindings/python/tfel/
H A DPhysicalConstants.cxx33 static const double ElectronVolt; member
52 const double PhysicalConstants::ElectronVolt = double(1.60218e-19); member in PhysicalConstants
86 .def_readonly("ElectronVolt",PhysicalConstants::ElectronVolt, in declarePhysicalConstants()
88 .def_readonly("eV",PhysicalConstants::ElectronVolt, in declarePhysicalConstants()
/dports/science/tfel-edf/tfel-3.2.1/src/PhysicalConstants/
H A DPhysicalConstants.cxx57 const float PhysicalConstants<float>::ElectronVolt = static_cast<float>(1.60218e-19); member in tfel::PhysicalConstants<float>
129 const double PhysicalConstants<double>::ElectronVolt = static_cast<double>(1.60218e-19); member in tfel::PhysicalConstants<double>
201 const long double PhysicalConstants<long double>::ElectronVolt = static_cast<long double>(1.60218e-… member in tfel::PhysicalConstants<long double>
/dports/science/tfel/tfel-3.4.0/src/PhysicalConstants/
H A DPhysicalConstants.cxx57 const float PhysicalConstants<float>::ElectronVolt = static_cast<float>(1.60218e-19); member in tfel::PhysicalConstants<float>
129 const double PhysicalConstants<double>::ElectronVolt = static_cast<double>(1.60218e-19); member in tfel::PhysicalConstants<double>
201 const long double PhysicalConstants<long double>::ElectronVolt = static_cast<long double>(1.60218e-… member in tfel::PhysicalConstants<long double>
/dports/science/tfel/tfel-3.4.0/include/TFEL/
H A DPhysicalConstants.hxx50 static constexpr const real ElectronVolt = real(1.60218e-19); member
115 inline constexpr const real ElectronVolt = real(1.60218e-19); variable
181 static const real ElectronVolt;
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/
H A DPhysicalConstants.hxx50 static constexpr const real ElectronVolt = real(1.60218e-19); member
115 inline constexpr const real ElectronVolt = real(1.60218e-19); variable
181 static const real ElectronVolt;
/dports/science/gnudatalanguage/gdl-1.0.1/testsuite/
H A Dtest_constants.pro18 cnsts[7:10] = ['E', 'ElectronCharge', 'ElectronMass', 'ElectronVolt']
231 u = 'BTU' & if ~FINITE(IMSL_CONSTANT('ElectronVolt', u)) then begin
235 u = 'Erg' & if ~FINITE(IMSL_CONSTANT('ElectronVolt', u)) then begin
239 u = 'J' & if ~FINITE(IMSL_CONSTANT('ElectronVolt', u)) then begin
243 u = 'Joule' & if ~FINITE(IMSL_CONSTANT('ElectronVolt', u)) then begin
/dports/science/tfel-edf/tfel-3.2.1/src/Math/
H A DEvaluator.cxx392 this->constants.insert({"Cste::ElectronVolt", tfel::PhysicalConstants<double>::ElectronVolt}); in FunctionGeneratorManager()
/dports/science/tfel/tfel-3.4.0/src/Math/
H A DEvaluator.cxx445 tfel::PhysicalConstants<double>::ElectronVolt}); in FunctionGeneratorManager()