Home
last modified time | relevance | path

Searched refs:modifyValue (Results 1 – 25 of 74) sorted by relevance

123

/dports/devel/sope/SOPE/sope-mime/NGMime/
H A DNGMimeHeaderFieldParser.m66 BOOL modifyValue;
71 modifyValue = NO;
81 modifyValue = YES;
102 if (modifyValue) {
/dports/devel/sope2/SOPE/sope-mime/NGMime/
H A DNGMimeHeaderFieldParser.m66 BOOL modifyValue;
71 modifyValue = NO;
81 modifyValue = YES;
102 if (modifyValue) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/any/any.class/any.cons/
H A Dcopy.pass.cpp82 modifyValue<Type>(a, -1); in test_copy()
87 modifyValue<Type>(a2, 999); in test_copy()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/any/any.class/any.cons/
H A Dcopy.pass.cpp78 modifyValue<Type>(a, -1); in test_copy()
83 modifyValue<Type>(a2, 999); in test_copy()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/any/any.class/any.cons/
H A Dcopy.pass.cpp79 modifyValue<Type>(a, -1); in test_copy()
84 modifyValue<Type>(a2, 999); in test_copy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/any/any.class/any.cons/
H A Dcopy.pass.cpp78 modifyValue<Type>(a, -1); in test_copy()
83 modifyValue<Type>(a2, 999); in test_copy()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/any/any.class/any.cons/
H A Dcopy.pass.cpp82 modifyValue<Type>(a, -1); in test_copy()
87 modifyValue<Type>(a2, 999); in test_copy()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/any/any.class/any.cons/
H A Dcopy.pass.cpp79 modifyValue<Type>(a, -1); in test_copy()
84 modifyValue<Type>(a2, 999); in test_copy()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/utilities/any/any.class/any.cons/
H A Dcopy.pass.cpp78 modifyValue<Type>(a, -1); in test_copy()
83 modifyValue<Type>(a2, 999); in test_copy()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/any/any.class/any.cons/
H A Dcopy.pass.cpp79 modifyValue<Type>(a, -1); in test_copy()
84 modifyValue<Type>(a2, 999); in test_copy()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/any/any.class/any.cons/
H A Dcopy.pass.cpp82 modifyValue<Type>(a, -1); in test_copy()
87 modifyValue<Type>(a2, 999); in test_copy()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/any/any.class/any.cons/
H A Dcopy.pass.cpp82 modifyValue<Type>(a, -1); in test_copy()
87 modifyValue<Type>(a2, 999); in test_copy()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/any/any.class/any.cons/
H A Dcopy.pass.cpp79 modifyValue<Type>(a, -1); in test_copy()
84 modifyValue<Type>(a2, 999); in test_copy()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tree/
H A DTreeIterator.h361 void modifyValue(Index lvl, const ModifyOp& op) const
363 if (lvl == Level) mIter.modifyValue(op); else mNext.modifyValue(lvl, op);
488 void modifyValue(Index lvl, const ModifyOp& op) const
490 if (lvl == 0) mIter.modifyValue(op); else mNext.modifyValue(lvl, op);
598 void modifyValue(Index lvl, const ModifyOp& op) const
600 if (lvl == Level) mIter.modifyValue(op);
712 void modifyValue(const ModifyOp& op) const { mValueIterList.modifyValue(mLevel, op); }
H A DLeafNodeMask.h264 void modifyValue(Index offset, const ModifyOp& op);
268 void modifyValue(const Coord& xyz, const ModifyOp& op);
366 this->modifyValue(xyz, op); in modifyValueAndCache()
610 void modifyItem(Index n, const ModifyOp& op) const { this->parent().modifyValue(n, op); } in modifyItem()
613 void modifyValue(const ModifyOp& op) const { this->modifyItem(this->pos(), op); } in modifyValue() function
1203 LeafNode<ValueMask, Log2Dim>::modifyValue(Index offset, const ModifyOp& op)
1214 LeafNode<ValueMask, Log2Dim>::modifyValue(const Coord& xyz, const ModifyOp& op)
1216 this->modifyValue(this->coordToOffset(xyz), op);
H A DLeafNodeBool.h260 void modifyValue(Index offset, const ModifyOp& op);
264 void modifyValue(const Coord& xyz, const ModifyOp& op);
364 this->modifyValue(xyz, op); in modifyValueAndCache()
602 void modifyItem(Index n, const ModifyOp& op) const { this->parent().modifyValue(n, op); } in modifyItem()
605 void modifyValue(const ModifyOp& op) const { this->modifyItem(this->pos(), op); } in modifyValue() function
1247 LeafNode<bool, Log2Dim>::modifyValue(Index offset, const ModifyOp& op)
1259 LeafNode<bool, Log2Dim>::modifyValue(const Coord& xyz, const ModifyOp& op)
1261 this->modifyValue(this->coordToOffset(xyz), op);
H A DValueAccessor.h276 void modifyValue(const Coord& xyz, const ModifyOp& op) in modifyValue() function
279 mCache.modifyValue(xyz, op); in modifyValue()
755 void modifyValue(const Coord& xyz, const ModifyOp& op) in modifyValue() function
762 mNext.modifyValue(xyz, op); in modifyValue()
954 void modifyValue(const Coord& xyz, const ModifyOp& op) in modifyValue() function
1097 void modifyValue(const Coord& xyz, const ModifyOp& op) in modifyValue() function
1101 BaseT::mTree->modifyValue(xyz, op); in modifyValue()
1364 void modifyValue(const Coord& xyz, const ModifyOp& op) in modifyValue() function
1765 void modifyValue(const Coord& xyz, const ModifyOp& op) in modifyValue() function
2281 void modifyValue(const Coord& xyz, const ModifyOp& op) in modifyValue() function
H A DIterator.h156 void modifyValue(const ModifyOp& op) const in modifyValue() function
H A DLeafNode.h241 void modifyItem(Index n, const ModifyOp& op) const { this->parent().modifyValue(n, op); } in modifyItem()
244 void modifyValue(const ModifyOp& op) const { this->parent().modifyValue(this->pos(), op); } in modifyValue() function
436 void modifyValue(Index offset, const ModifyOp& op) in modifyValue() function
450 void modifyValue(const Coord& xyz, const ModifyOp& op) in modifyValue() function
452 this->modifyValue(this->coordToOffset(xyz), op); in modifyValue()
569 this->modifyValue(xyz, op); in modifyValueAndCache()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DValueTransformer.h287 tree.modifyValue(xyz, valxform::MinOp<typename TreeT::ValueType>(value));
295 tree.modifyValue(xyz, valxform::MaxOp<typename TreeT::ValueType>(value));
303 tree.modifyValue(xyz, valxform::SumOp<typename TreeT::ValueType>(value));
311 tree.modifyValue(xyz, valxform::MultOp<typename TreeT::ValueType>(value));
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DSOP_OpenVDB_Remove_Divergence.cc481 velocity.modifyValue(ijk, SetVecElemOp<VectorType>(0, 0)); in correctVelocity()
487 velocity.modifyValue(ijk, SetVecElemOp<VectorType>(1, 0)); in correctVelocity()
493 velocity.modifyValue(ijk, SetVecElemOp<VectorType>(2, 0)); in correctVelocity()
518 velocity.modifyValue(ijk, in correctVelocity()
525 velocity.modifyValue(ijk, in correctVelocity()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/gui/objects/
H A DRenderJobs.cpp631 colorAccessor.modifyValue(coord, [c](float& color) { color += c; }); in generate()
632 … energyAccessor.modifyValue(coord, [&u, c, i](float& energy) { energy += c * u[i]; }); in generate()
633 velocityAccessor.modifyValue( in generate()
644 energyAccessor.modifyValue(coord, [c](float& energy) { energy /= c; }); in generate()
645 velocityAccessor.modifyValue(coord, [c](Vec3f& velocity) { velocity /= c; }); in generate()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/unittest/
H A DTestTreeIterators.cc400 iter.modifyValue(Local::negate); in TEST_F()
425 iter.modifyValue(Local::negate); in TEST_F()
451 iter.modifyValue(Local::op); in TEST_F()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dtunit.h158 void modifyValue(double direction, int precision = 0);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/
H A DAsyncTableRenderingViewer.java99 modifyValue(fRow, fCol, fEditor.getValue()); in applyEditorValue()
827 modifyValue(fCellEditorListener.getRow(), fCellEditorListener.getCol(), editor.getValue()); in doHandleKeyEvent()
878 private void modifyValue(int row, int col, Object newValue) throws NumberFormatException in modifyValue() method in AsyncTableRenderingViewer

123