Home
last modified time | relevance | path

Searched defs:saveValue (Results 1 – 25 of 61) sorted by relevance

123

/dports/devel/volk/volk-2.2.1/kernels/volk/
H A Dvolk_32f_x2_fm_detectpuppet_32f.h31 …tectpuppet_32f_a_avx(float* outputVector, const float* inputVector, float* saveValue, unsigned int… in volk_32f_x2_fm_detectpuppet_32f_a_avx()
42 …tectpuppet_32f_a_sse(float* outputVector, const float* inputVector, float* saveValue, unsigned int… in volk_32f_x2_fm_detectpuppet_32f_a_sse()
52 …ctpuppet_32f_generic(float* outputVector, const float* inputVector, float* saveValue, unsigned int… in volk_32f_x2_fm_detectpuppet_32f_generic()
72 …tectpuppet_32f_u_avx(float* outputVector, const float* inputVector, float* saveValue, unsigned int… in volk_32f_x2_fm_detectpuppet_32f_u_avx()
H A Dvolk_32f_s32f_32f_fm_detect_32f.h65 …x(float* outputVector, const float* inputVector, const float bound, float* saveValue, unsigned int… in volk_32f_s32f_32f_fm_detect_32f_a_avx()
133 …e(float* outputVector, const float* inputVector, const float bound, float* saveValue, unsigned int… in volk_32f_s32f_32f_fm_detect_32f_a_sse()
199 …c(float* outputVector, const float* inputVector, const float bound, float* saveValue, unsigned int… in volk_32f_s32f_32f_fm_detect_32f_generic()
241 …x(float* outputVector, const float* inputVector, const float bound, float* saveValue, unsigned int… in volk_32f_s32f_32f_fm_detect_32f_u_avx()
/dports/graphics/krita/krita-4.4.8/libs/global/
H A Dkis_dom_utils.cpp27 void saveValue(QDomElement *parent, const QString &tag, const QSize &size) in saveValue() function
39 void saveValue(QDomElement *parent, const QString &tag, const QRect &rc) in saveValue() function
53 void saveValue(QDomElement *parent, const QString &tag, const QRectF &rc) in saveValue() function
67 void saveValue(QDomElement *parent, const QString &tag, const QPoint &pt) in saveValue() function
79 void saveValue(QDomElement *parent, const QString &tag, const QPointF &pt) in saveValue() function
91 void saveValue(QDomElement *parent, const QString &tag, const QVector3D &pt) in saveValue() function
104 void saveValue(QDomElement *parent, const QString &tag, const QTransform &t) in saveValue() function
125 void saveValue(QDomElement *parent, const QString &tag, const QColor &c) in saveValue() function
H A DKisBezierMesh.cpp18 void KisBezierMeshDetails::saveValue(QDomElement *parent, const QString &tag, const KisBezierMeshDe… in saveValue() function in KisBezierMeshDetails
H A Dkis_dom_utils.h167 void saveValue(QDomElement *parent, const QString &tag, T value) in saveValue() function
187 saveValue(QDomElement *parent, const QString &tag, const Container<T, Args...> &array) in saveValue() function
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/console/shell/editor/
H A DInputEditorUtil.java20 final boolean saveValue) in yankAfterCursor()
37 final boolean saveValue) in yankBeforeCursor()
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/third-party/cereal/include/cereal/archives/
H A Djson.hpp244 …void saveValue(bool b) { itsWriter.Bool(b); … in saveValue() function in cereal::JSONOutputArchive
246 …void saveValue(int i) { itsWriter.Int(i); … in saveValue() function in cereal::JSONOutputArchive
248 …void saveValue(unsigned u) { itsWriter.Uint(u); … in saveValue() function in cereal::JSONOutputArchive
250 …void saveValue(int64_t i64) { itsWriter.Int64(i64); … in saveValue() function in cereal::JSONOutputArchive
252 …void saveValue(uint64_t u64) { itsWriter.Uint64(u64); … in saveValue() function in cereal::JSONOutputArchive
255 void saveValue(__int128 i128) { in saveValue() function in cereal::JSONOutputArchive
261 void saveValue(unsigned __int128 u128) { in saveValue() function in cereal::JSONOutputArchive
268 …void saveValue(double d) { itsWriter.Double(d); … in saveValue() function in cereal::JSONOutputArchive
272 …void saveValue(char const * s) { itsWriter.String(s); … in saveValue() function in cereal::JSONOutputArchive
303 void saveValue( unsigned long lu ){ saveLong( lu ); }; in saveValue() function in cereal::JSONOutputArchive
[all …]
/dports/games/keeperrl/keeperrl-alpha23/extern/cereal/archives/
H A Djson.hpp235 …void saveValue(bool b) { itsWriter.Bool(b); … in saveValue() function in cereal::JSONOutputArchive
237 …void saveValue(int i) { itsWriter.Int(i); … in saveValue() function in cereal::JSONOutputArchive
239 …void saveValue(unsigned u) { itsWriter.Uint(u); … in saveValue() function in cereal::JSONOutputArchive
241 …void saveValue(int64_t i64) { itsWriter.Int64(i64); … in saveValue() function in cereal::JSONOutputArchive
243 …void saveValue(uint64_t u64) { itsWriter.Uint64(u64); … in saveValue() function in cereal::JSONOutputArchive
245 …void saveValue(double d) { itsWriter.Double(d); … in saveValue() function in cereal::JSONOutputArchive
247 …void saveValue(std::string const & s) { itsWriter.String(s.c_str(), static_cast<CEREAL_RAPIDJSON_N… in saveValue() function in cereal::JSONOutputArchive
249 …void saveValue(char const * s) { itsWriter.String(s); … in saveValue() function in cereal::JSONOutputArchive
251 …void saveValue(std::nullptr_t) { itsWriter.Null(); … in saveValue() function in cereal::JSONOutputArchive
280 void saveValue( unsigned long lu ){ saveLong( lu ); }; in saveValue() function in cereal::JSONOutputArchive
[all …]
H A Dxml.hpp230 void saveValue( T const & value ) in saveValue() function in cereal::XMLOutputArchive
257 void saveValue( uint8_t const & value ) in saveValue() function in cereal::XMLOutputArchive
263 void saveValue( int8_t const & value ) in saveValue() function in cereal::XMLOutputArchive
/dports/math/e-antic/cereal-51cbda5/include/cereal/archives/
H A Djson.hpp233 …void saveValue(bool b) { itsWriter.Bool(b); … in saveValue() function in cereal::JSONOutputArchive
235 …void saveValue(int i) { itsWriter.Int(i); … in saveValue() function in cereal::JSONOutputArchive
237 …void saveValue(unsigned u) { itsWriter.Uint(u); … in saveValue() function in cereal::JSONOutputArchive
239 …void saveValue(int64_t i64) { itsWriter.Int64(i64); … in saveValue() function in cereal::JSONOutputArchive
241 …void saveValue(uint64_t u64) { itsWriter.Uint64(u64); … in saveValue() function in cereal::JSONOutputArchive
243 …void saveValue(double d) { itsWriter.Double(d); … in saveValue() function in cereal::JSONOutputArchive
245 …void saveValue(std::string const & s) { itsWriter.String(s.c_str(), static_cast<CEREAL_RAPIDJSON_N… in saveValue() function in cereal::JSONOutputArchive
247 …void saveValue(char const * s) { itsWriter.String(s); … in saveValue() function in cereal::JSONOutputArchive
249 …void saveValue(std::nullptr_t) { itsWriter.Null(); … in saveValue() function in cereal::JSONOutputArchive
278 void saveValue( unsigned long lu ){ saveLong( lu ); }; in saveValue() function in cereal::JSONOutputArchive
[all …]
H A Dxml.hpp230 void saveValue( T const & value ) in saveValue() function in cereal::XMLOutputArchive
257 void saveValue( uint8_t const & value ) in saveValue() function in cereal::XMLOutputArchive
263 void saveValue( int8_t const & value ) in saveValue() function in cereal::XMLOutputArchive
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/cereal/include/cereal/archives/
H A Djson.hpp233 …void saveValue(bool b) { itsWriter.Bool(b); … in saveValue() function in cereal::JSONOutputArchive
235 …void saveValue(int i) { itsWriter.Int(i); … in saveValue() function in cereal::JSONOutputArchive
237 …void saveValue(unsigned u) { itsWriter.Uint(u); … in saveValue() function in cereal::JSONOutputArchive
239 …void saveValue(int64_t i64) { itsWriter.Int64(i64); … in saveValue() function in cereal::JSONOutputArchive
241 …void saveValue(uint64_t u64) { itsWriter.Uint64(u64); … in saveValue() function in cereal::JSONOutputArchive
243 …void saveValue(double d) { itsWriter.Double(d); … in saveValue() function in cereal::JSONOutputArchive
245 …void saveValue(std::string const & s) { itsWriter.String(s.c_str(), static_cast<CEREAL_RAPIDJSON_N… in saveValue() function in cereal::JSONOutputArchive
247 …void saveValue(char const * s) { itsWriter.String(s); … in saveValue() function in cereal::JSONOutputArchive
249 …void saveValue(std::nullptr_t) { itsWriter.Null(); … in saveValue() function in cereal::JSONOutputArchive
278 void saveValue( unsigned long lu ){ saveLong( lu ); }; in saveValue() function in cereal::JSONOutputArchive
[all …]
/dports/games/blockattack/blockattack-game-2.7.0/source/code/Libs/include/cereal/archives/
H A Djson.hpp246 …void saveValue(bool b) { itsWriter.Bool(b); … in saveValue() function in cereal::JSONOutputArchive
248 …void saveValue(int i) { itsWriter.Int(i); … in saveValue() function in cereal::JSONOutputArchive
250 …void saveValue(unsigned u) { itsWriter.Uint(u); … in saveValue() function in cereal::JSONOutputArchive
252 …void saveValue(int64_t i64) { itsWriter.Int64(i64); … in saveValue() function in cereal::JSONOutputArchive
254 …void saveValue(uint64_t u64) { itsWriter.Uint64(u64); … in saveValue() function in cereal::JSONOutputArchive
256 …void saveValue(double d) { itsWriter.Double(d); … in saveValue() function in cereal::JSONOutputArchive
258 …void saveValue(std::string const & s) { itsWriter.String(s.c_str(), static_cast<CEREAL_RAPIDJSON_N… in saveValue() function in cereal::JSONOutputArchive
260 …void saveValue(char const * s) { itsWriter.String(s); … in saveValue() function in cereal::JSONOutputArchive
262 …void saveValue(std::nullptr_t) { itsWriter.Null(); … in saveValue() function in cereal::JSONOutputArchive
291 void saveValue( unsigned long lu ){ saveLong( lu ); }; in saveValue() function in cereal::JSONOutputArchive
[all …]
/dports/misc/openmvg/openMVG-2.0/src/dependencies/cereal/include/cereal/archives/
H A Djson.hpp246 …void saveValue(bool b) { itsWriter.Bool(b); … in saveValue() function in cereal::JSONOutputArchive
248 …void saveValue(int i) { itsWriter.Int(i); … in saveValue() function in cereal::JSONOutputArchive
250 …void saveValue(unsigned u) { itsWriter.Uint(u); … in saveValue() function in cereal::JSONOutputArchive
252 …void saveValue(int64_t i64) { itsWriter.Int64(i64); … in saveValue() function in cereal::JSONOutputArchive
254 …void saveValue(uint64_t u64) { itsWriter.Uint64(u64); … in saveValue() function in cereal::JSONOutputArchive
256 …void saveValue(double d) { itsWriter.Double(d); … in saveValue() function in cereal::JSONOutputArchive
258 …void saveValue(std::string const & s) { itsWriter.String(s.c_str(), static_cast<CEREAL_RAPIDJSON_N… in saveValue() function in cereal::JSONOutputArchive
260 …void saveValue(char const * s) { itsWriter.String(s); … in saveValue() function in cereal::JSONOutputArchive
262 …void saveValue(std::nullptr_t) { itsWriter.Null(); … in saveValue() function in cereal::JSONOutputArchive
291 void saveValue( unsigned long lu ){ saveLong( lu ); }; in saveValue() function in cereal::JSONOutputArchive
[all …]
/dports/devel/cereal/cereal-1.3.0-10-g64f50dbd/include/cereal/archives/
H A Djson.hpp246 …void saveValue(bool b) { itsWriter.Bool(b); … in saveValue() function in cereal::JSONOutputArchive
248 …void saveValue(int i) { itsWriter.Int(i); … in saveValue() function in cereal::JSONOutputArchive
250 …void saveValue(unsigned u) { itsWriter.Uint(u); … in saveValue() function in cereal::JSONOutputArchive
252 …void saveValue(int64_t i64) { itsWriter.Int64(i64); … in saveValue() function in cereal::JSONOutputArchive
254 …void saveValue(uint64_t u64) { itsWriter.Uint64(u64); … in saveValue() function in cereal::JSONOutputArchive
256 …void saveValue(double d) { itsWriter.Double(d); … in saveValue() function in cereal::JSONOutputArchive
258 …void saveValue(std::string const & s) { itsWriter.String(s.c_str(), static_cast<CEREAL_RAPIDJSON_N… in saveValue() function in cereal::JSONOutputArchive
260 …void saveValue(char const * s) { itsWriter.String(s); … in saveValue() function in cereal::JSONOutputArchive
262 …void saveValue(std::nullptr_t) { itsWriter.Null(); … in saveValue() function in cereal::JSONOutputArchive
291 void saveValue( unsigned long lu ){ saveLong( lu ); }; in saveValue() function in cereal::JSONOutputArchive
[all …]
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/cereal/include/cereal/archives/
H A Djson.hpp223 …void saveValue(bool b) { itsWriter.Bool_(b); … in saveValue() function in cereal::JSONOutputArchive
225 …void saveValue(int i) { itsWriter.Int(i); … in saveValue() function in cereal::JSONOutputArchive
227 …void saveValue(unsigned u) { itsWriter.Uint(u); … in saveValue() function in cereal::JSONOutputArchive
229 …void saveValue(int64_t i64) { itsWriter.Int64(i64); … in saveValue() function in cereal::JSONOutputArchive
231 …void saveValue(uint64_t u64) { itsWriter.Uint64(u64); … in saveValue() function in cereal::JSONOutputArchive
233 …void saveValue(double d) { itsWriter.Double(d); … in saveValue() function in cereal::JSONOutputArchive
235 …void saveValue(std::string const & s) { itsWriter.String(s.c_str(), static_cast<rapidjson::SizeTyp… in saveValue() function in cereal::JSONOutputArchive
237 …void saveValue(char const * s) { itsWriter.String(s); … in saveValue() function in cereal::JSONOutputArchive
266 void saveValue( unsigned long lu ){ saveLong( lu ); }; in saveValue() function in cereal::JSONOutputArchive
289 void saveValue(T const & t) in saveValue() function in cereal::JSONOutputArchive
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/models/
H A Dinterface_tree_cache_model.cpp107 QVariant saveValue = dataField->value(IFTREE_COL_PIPE_PATH); in saveNewDevices() local
166 QVariant saveValue = it.value(); in save() local
416 QVariant saveValue = value; in setData() local
/dports/net/wireshark/wireshark-3.6.1/ui/qt/models/
H A Dinterface_tree_cache_model.cpp107 QVariant saveValue = dataField->value(IFTREE_COL_PIPE_PATH); in saveNewDevices() local
166 QVariant saveValue = it.value(); in save() local
416 QVariant saveValue = value; in setData() local
/dports/net/tshark/wireshark-3.6.1/ui/qt/models/
H A Dinterface_tree_cache_model.cpp107 QVariant saveValue = dataField->value(IFTREE_COL_PIPE_PATH); in saveNewDevices() local
166 QVariant saveValue = it.value(); in save() local
416 QVariant saveValue = value; in setData() local
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/models/
H A Dinterface_tree_cache_model.cpp107 QVariant saveValue = dataField->value(IFTREE_COL_PIPE_PATH); in saveNewDevices() local
166 QVariant saveValue = it.value(); in save() local
416 QVariant saveValue = value; in setData() local
/dports/graphics/krita/krita-4.4.8/plugins/impex/libkra/
H A Dkis_colorize_dom_utils.cpp28 … void saveValue(QDomElement *parent, const QString &tag, const KisLazyFillTools::KeyStroke &stroke) in saveValue() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/
H A DCVSPreferencesPage.java142 protected abstract void saveValue(IPreferenceStore store, String key, Object object); in saveValue() method in CVSPreferencesPage.ComboBox
152 protected void saveValue(IPreferenceStore store, String key, Object object) { in saveValue() method in CVSPreferencesPage.IntegerComboBox
174 protected void saveValue(IPreferenceStore store, String key, Object object) { in saveValue() method in CVSPreferencesPage.StringComboBox
225 protected abstract void saveValue(IPreferenceStore store, String key, Object value); in saveValue() method in CVSPreferencesPage.RadioButtons
240 protected void saveValue(IPreferenceStore store, String key, Object value) { in saveValue() method in CVSPreferencesPage.IntegerRadioButtons
257 protected void saveValue(IPreferenceStore store, String key, Object value) { in saveValue() method in CVSPreferencesPage.StringRadioButtons
/dports/deskutils/copyq/CopyQ-5.0.0/src/common/
H A Dcommandstore.cpp97 void saveValue(const char *key, const QRegularExpression &re, QSettings *settings) in saveValue() function
102 void saveValue(const char *key, const QVariant &value, QSettings *settings) in saveValue() function
/dports/graphics/krita/krita-4.4.8/libs/image/
H A DKisBezierGradientMesh.cpp62 void saveValue(QDomElement *parent, const QString &tag, const GradientMeshNode &node) in saveValue() function
91 void saveValue(QDomElement *parent, const QString &tag, const KisBezierGradientMesh &mesh) in saveValue() function
H A Dkis_time_range.cpp112 void saveValue(QDomElement *parent, const QString &tag, const KisTimeRange &range) in saveValue() function

123