Home
last modified time | relevance | path

Searched refs:get_rva (Results 1 – 10 of 10) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DNonDGlobalReliability.cpp80 if (!probDescDB.get_rva("method.nond.reliability_levels").empty() || in NonDGlobalReliability()
91 if (!probDescDB.get_rva("method.nond.probability_levels").empty() || in NonDGlobalReliability()
92 !probDescDB.get_rva("method.nond.gen_reliability_levels").empty()) { in NonDGlobalReliability()
H A DDakotaNonD.cpp39 requestedRespLevels(problem_db.get_rva("method.nond.response_levels")), in NonD()
40 requestedProbLevels(problem_db.get_rva("method.nond.probability_levels")), in NonD()
41 requestedRelLevels(problem_db.get_rva("method.nond.reliability_levels")), in NonD()
43 problem_db.get_rva("method.nond.gen_reliability_levels")), in NonD()
H A DProblemDescDB.hpp213 const RealVectorArray& get_rva(const String& entry_name) const;
H A DNonDInterval.cpp57 if (!probDescDB.get_rva("method.nond.reliability_levels").empty()) { in NonDInterval()
H A DProblemDescDB.cpp1792 const RealVectorArray& ProblemDescDB::get_rva(const String& entry_name) const in get_rva() function in Dakota::ProblemDescDB
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/mpg123/
H A Dframe.c957 static int get_rva(mpg123_handle *fr, double *peak, double *gain) in get_rva() function
986 if(get_rva(fr, &peak, &gain)) in do_rva()
1016 get_rva(mh, NULL, rva_db); in mpg123_getvolume()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libmpg123/
H A Dframe.c957 static int get_rva(mpg123_handle *fr, double *peak, double *gain) in get_rva() function
986 if(get_rva(fr, &peak, &gain)) in do_rva()
1016 get_rva(mh, NULL, rva_db); in mpg123_getvolume()
/dports/audio/mpg123/mpg123-1.29.3/src/libmpg123/
H A Dframe.c998 static int get_rva(mpg123_handle *fr, double *peak, double *gain) in get_rva() function
1027 if(get_rva(fr, &peak, &gain)) in do_rva()
1057 get_rva(mh, NULL, rva_db); in mpg123_getvolume()
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/
H A Dpefile.py509 def get_rva(self): member in UnicodeStringWrapperPostProcessor
2236 string_rvas = [s.get_rva() for s in strings_to_postprocess]
/dports/devel/py-pefile/pefile-2021.5.24/
H A Dpefile.py724 def get_rva(self): member in UnicodeStringWrapperPostProcessor
3247 string_rvas = [s.get_rva() for s in strings_to_postprocess]