File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
samples/C++/VideoDecoding/thirdLib/Include/opencv2/core Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ struct CV_EXPORTS softfloat
137137 > The IEEE Standard remainder operation computes the value
138138 > a - n * b, where n is the integer closest to a / b.
139139 > If a / b is exactly halfway between two integers, n is the even integer
140- > closest to a / b. The IEEE Standard’ s remainder operation is always exact and so requires no rounding.
140+ > closest to a / b. The IEEE Standard' s remainder operation is always exact and so requires no rounding.
141141 > Depending on the relative magnitudes of the operands, the remainder functions
142142 > can take considerably longer to execute than the other SoftFloat functions.
143143 > This is an inherent characteristic of the remainder operation itself and is not a flaw
@@ -274,7 +274,7 @@ struct CV_EXPORTS softdouble
274274 > The IEEE Standard remainder operation computes the value
275275 > a - n * b, where n is the integer closest to a / b.
276276 > If a / b is exactly halfway between two integers, n is the even integer
277- > closest to a / b. The IEEE Standard’ s remainder operation is always exact and so requires no rounding.
277+ > closest to a / b. The IEEE Standard' s remainder operation is always exact and so requires no rounding.
278278 > Depending on the relative magnitudes of the operands, the remainder functions
279279 > can take considerably longer to execute than the other SoftFloat functions.
280280 > This is an inherent characteristic of the remainder operation itself and is not a flaw
You can’t perform that action at this time.
0 commit comments