Home
last modified time | relevance | path

Searched refs:numexpand (Results 1 – 25 of 52) sorted by relevance

123

/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXVerticalFrame.cpp131 FXint numexpand=0; in layout() local
159 numexpand+=1; in layout()
206 FXASSERT(numexpand>0); in layout()
207 h=remain/numexpand; in layout()
208 e+=remain%numexpand; in layout()
209 if(e>=numexpand){h++;e-=numexpand;} in layout()
221 FXASSERT(numexpand>0); in layout()
222 total_space=remain/numexpand-h; in layout()
223 e+=remain%numexpand; in layout()
224 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
H A DFXHorizontalFrame.cpp131 FXint numexpand=0; in layout() local
159 numexpand+=1; in layout()
206 FXASSERT(numexpand>0); in layout()
207 w=remain/numexpand; in layout()
208 e+=remain%numexpand; in layout()
209 if(e>=numexpand){w++;e-=numexpand;} in layout()
221 FXASSERT(numexpand>0); in layout()
222 total_space=remain/numexpand-w; in layout()
223 e+=remain%numexpand; in layout()
224 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
H A DFXStatusBar.cpp121 FXint numexpand=0; in layout() local
142 numexpand+=1; in layout()
197 FXASSERT(numexpand>0); in layout()
198 w=remain/numexpand; in layout()
199 e+=remain%numexpand; in layout()
200 if(e>=numexpand){w++;e-=numexpand;} in layout()
212 FXASSERT(numexpand>0); in layout()
213 total_space=remain/numexpand-w; in layout()
214 e+=remain%numexpand; in layout()
215 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXVerticalFrame.cpp133 FXint numexpand=0; in layout() local
161 numexpand+=1; in layout()
208 FXASSERT(numexpand>0); in layout()
209 h=remain/numexpand; in layout()
210 e+=remain%numexpand; in layout()
211 if(e>=numexpand){h++;e-=numexpand;} in layout()
223 FXASSERT(numexpand>0); in layout()
224 total_space=remain/numexpand-h; in layout()
225 e+=remain%numexpand; in layout()
226 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
H A DFXHorizontalFrame.cpp133 FXint numexpand=0; in layout() local
161 numexpand+=1; in layout()
208 FXASSERT(numexpand>0); in layout()
209 w=remain/numexpand; in layout()
210 e+=remain%numexpand; in layout()
211 if(e>=numexpand){w++;e-=numexpand;} in layout()
223 FXASSERT(numexpand>0); in layout()
224 total_space=remain/numexpand-w; in layout()
225 e+=remain%numexpand; in layout()
226 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
H A DFXStatusBar.cpp122 FXint numexpand=0; in layout() local
143 numexpand+=1; in layout()
198 FXASSERT(numexpand>0); in layout()
199 w=remain/numexpand; in layout()
200 e+=remain%numexpand; in layout()
201 if(e>=numexpand){w++;e-=numexpand;} in layout()
213 FXASSERT(numexpand>0); in layout()
214 total_space=remain/numexpand-w; in layout()
215 e+=remain%numexpand; in layout()
216 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXHorizontalFrame.cpp127 register FXint numexpand=0; in layout() local
155 numexpand+=1; in layout()
202 FXASSERT(numexpand>0); in layout()
203 w=remain/numexpand; in layout()
204 e+=remain%numexpand; in layout()
205 if(e>=numexpand){w++;e-=numexpand;} in layout()
217 FXASSERT(numexpand>0); in layout()
218 total_space=remain/numexpand-w; in layout()
219 e+=remain%numexpand; in layout()
220 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
H A DFXVerticalFrame.cpp127 register FXint numexpand=0; in layout() local
155 numexpand+=1; in layout()
202 FXASSERT(numexpand>0); in layout()
203 h=remain/numexpand; in layout()
204 e+=remain%numexpand; in layout()
205 if(e>=numexpand){h++;e-=numexpand;} in layout()
217 FXASSERT(numexpand>0); in layout()
218 total_space=remain/numexpand-h; in layout()
219 e+=remain%numexpand; in layout()
220 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
H A DFXStatusBar.cpp121 FXint numexpand=0; in layout() local
142 numexpand+=1; in layout()
197 FXASSERT(numexpand>0); in layout()
198 w=remain/numexpand; in layout()
199 e+=remain%numexpand; in layout()
200 if(e>=numexpand){w++;e-=numexpand;} in layout()
212 FXASSERT(numexpand>0); in layout()
213 total_space=remain/numexpand-w; in layout()
214 e+=remain%numexpand; in layout()
215 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXVerticalFrame.cpp131 register FXint numexpand=0; in layout() local
159 numexpand+=1; in layout()
206 FXASSERT(numexpand>0); in layout()
207 h=remain/numexpand; in layout()
208 e+=remain%numexpand; in layout()
209 if(e>=numexpand){h++;e-=numexpand;} in layout()
221 FXASSERT(numexpand>0); in layout()
222 total_space=remain/numexpand-h; in layout()
223 e+=remain%numexpand; in layout()
224 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
H A DFXHorizontalFrame.cpp131 register FXint numexpand=0; in layout() local
159 numexpand+=1; in layout()
206 FXASSERT(numexpand>0); in layout()
207 w=remain/numexpand; in layout()
208 e+=remain%numexpand; in layout()
209 if(e>=numexpand){w++;e-=numexpand;} in layout()
221 FXASSERT(numexpand>0); in layout()
222 total_space=remain/numexpand-w; in layout()
223 e+=remain%numexpand; in layout()
224 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
H A DFXStatusBar.cpp121 FXint numexpand=0; in layout() local
142 numexpand+=1; in layout()
197 FXASSERT(numexpand>0); in layout()
198 w=remain/numexpand; in layout()
199 e+=remain%numexpand; in layout()
200 if(e>=numexpand){w++;e-=numexpand;} in layout()
212 FXASSERT(numexpand>0); in layout()
213 total_space=remain/numexpand-w; in layout()
214 e+=remain%numexpand; in layout()
215 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXHorizontalFrame.cpp133 FXint numexpand=0; in layout() local
161 numexpand+=1; in layout()
208 FXASSERT(numexpand>0); in layout()
209 w=remain/numexpand; in layout()
210 e+=remain%numexpand; in layout()
211 if(e>=numexpand){w++;e-=numexpand;} in layout()
223 FXASSERT(numexpand>0); in layout()
224 total_space=remain/numexpand-w; in layout()
225 e+=remain%numexpand; in layout()
226 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
H A DFXVerticalFrame.cpp133 FXint numexpand=0; in layout() local
161 numexpand+=1; in layout()
208 FXASSERT(numexpand>0); in layout()
209 h=remain/numexpand; in layout()
210 e+=remain%numexpand; in layout()
211 if(e>=numexpand){h++;e-=numexpand;} in layout()
223 FXASSERT(numexpand>0); in layout()
224 total_space=remain/numexpand-h; in layout()
225 e+=remain%numexpand; in layout()
226 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
H A DFXStatusBar.cpp122 FXint numexpand=0; in layout() local
143 numexpand+=1; in layout()
196 FXASSERT(numexpand>0); in layout()
197 w=remain/numexpand; in layout()
198 e+=remain%numexpand; in layout()
199 if(e>=numexpand){w++;e-=numexpand;} in layout()
211 FXASSERT(numexpand>0); in layout()
212 total_space=remain/numexpand-w; in layout()
213 e+=remain%numexpand; in layout()
214 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
/dports/devel/boost-docs/boost_1_72_0/libs/container/bench/
H A Dbench_alloc_expand_bwd.cpp102 unsigned int numalloc = 0, numexpand = 0; in vector_test_template() local
121 numexpand += v.num_expand_bwd; in vector_test_template()
146 << (float(numalloc) + float(numexpand))/num_iterations in vector_test_template()
150 << float(numexpand)/num_iterations in vector_test_template()
162 << (float(numalloc) + float(numexpand))/num_iterations in vector_test_template()
163 … << "(" << float(numalloc)/num_iterations << "/" << float(numexpand)/num_iterations << ")" in vector_test_template()
/dports/devel/boost-python-libs/boost_1_72_0/libs/container/bench/
H A Dbench_alloc_expand_bwd.cpp102 unsigned int numalloc = 0, numexpand = 0; in vector_test_template() local
121 numexpand += v.num_expand_bwd; in vector_test_template()
146 << (float(numalloc) + float(numexpand))/num_iterations in vector_test_template()
150 << float(numexpand)/num_iterations in vector_test_template()
162 << (float(numalloc) + float(numexpand))/num_iterations in vector_test_template()
163 … << "(" << float(numalloc)/num_iterations << "/" << float(numexpand)/num_iterations << ")" in vector_test_template()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/container/bench/
H A Dbench_alloc_expand_bwd.cpp101 unsigned int numalloc = 0, numexpand = 0; in vector_test_template() local
120 numexpand += v.num_expand_bwd; in vector_test_template()
145 << (float(numalloc) + float(numexpand))/num_iterations in vector_test_template()
149 << float(numexpand)/num_iterations in vector_test_template()
161 << (float(numalloc) + float(numexpand))/num_iterations in vector_test_template()
162 … << "(" << float(numalloc)/num_iterations << "/" << float(numexpand)/num_iterations << ")" in vector_test_template()
/dports/databases/percona57-server/boost_1_59_0/libs/container/bench/
H A Dbench_alloc_expand_bwd.cpp101 unsigned int numalloc = 0, numexpand = 0; in vector_test_template() local
120 numexpand += v.num_expand_bwd; in vector_test_template()
145 << (float(numalloc) + float(numexpand))/num_iterations in vector_test_template()
149 << float(numexpand)/num_iterations in vector_test_template()
161 << (float(numalloc) + float(numexpand))/num_iterations in vector_test_template()
162 … << "(" << float(numalloc)/num_iterations << "/" << float(numexpand)/num_iterations << ")" in vector_test_template()
/dports/databases/xtrabackup/boost_1_59_0/libs/container/bench/
H A Dbench_alloc_expand_bwd.cpp101 unsigned int numalloc = 0, numexpand = 0; in vector_test_template() local
120 numexpand += v.num_expand_bwd; in vector_test_template()
145 << (float(numalloc) + float(numexpand))/num_iterations in vector_test_template()
149 << float(numexpand)/num_iterations in vector_test_template()
161 << (float(numalloc) + float(numexpand))/num_iterations in vector_test_template()
162 … << "(" << float(numalloc)/num_iterations << "/" << float(numexpand)/num_iterations << ")" in vector_test_template()
/dports/databases/percona57-client/boost_1_59_0/libs/container/bench/
H A Dbench_alloc_expand_bwd.cpp101 unsigned int numalloc = 0, numexpand = 0; in vector_test_template() local
120 numexpand += v.num_expand_bwd; in vector_test_template()
145 << (float(numalloc) + float(numexpand))/num_iterations in vector_test_template()
149 << float(numexpand)/num_iterations in vector_test_template()
161 << (float(numalloc) + float(numexpand))/num_iterations in vector_test_template()
162 … << "(" << float(numalloc)/num_iterations << "/" << float(numexpand)/num_iterations << ")" in vector_test_template()
/dports/devel/boost-libs/boost_1_72_0/libs/container/bench/
H A Dbench_alloc_expand_bwd.cpp102 unsigned int numalloc = 0, numexpand = 0; in vector_test_template() local
121 numexpand += v.num_expand_bwd; in vector_test_template()
146 << (float(numalloc) + float(numexpand))/num_iterations in vector_test_template()
150 << float(numexpand)/num_iterations in vector_test_template()
162 << (float(numalloc) + float(numexpand))/num_iterations in vector_test_template()
163 … << "(" << float(numalloc)/num_iterations << "/" << float(numexpand)/num_iterations << ")" in vector_test_template()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/container/bench/
H A Dbench_alloc_expand_bwd.cpp101 unsigned int numalloc = 0, numexpand = 0; in vector_test_template() local
120 numexpand += v.num_expand_bwd; in vector_test_template()
145 << (float(numalloc) + float(numexpand))/num_iterations in vector_test_template()
149 << float(numexpand)/num_iterations in vector_test_template()
161 << (float(numalloc) + float(numexpand))/num_iterations in vector_test_template()
162 … << "(" << float(numalloc)/num_iterations << "/" << float(numexpand)/num_iterations << ")" in vector_test_template()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/container/bench/
H A Dbench_alloc_expand_bwd.cpp103 unsigned int numalloc = 0, numexpand = 0; in vector_test_template() local
122 numexpand += v.num_expand_bwd; in vector_test_template()
148 << (float(numalloc) + float(numexpand))/num_iterations in vector_test_template()
152 << float(numexpand)/num_iterations in vector_test_template()
164 << (float(numalloc) + float(numexpand))/num_iterations in vector_test_template()
165 … << "(" << float(numalloc)/num_iterations << "/" << float(numexpand)/num_iterations << ")" in vector_test_template()
/dports/devel/hyperscan/boost_1_75_0/libs/container/bench/
H A Dbench_alloc_expand_bwd.cpp103 unsigned int numalloc = 0, numexpand = 0; in vector_test_template() local
122 numexpand += v.num_expand_bwd; in vector_test_template()
148 << (float(numalloc) + float(numexpand))/num_iterations in vector_test_template()
152 << float(numexpand)/num_iterations in vector_test_template()
164 << (float(numalloc) + float(numexpand))/num_iterations in vector_test_template()
165 … << "(" << float(numalloc)/num_iterations << "/" << float(numexpand)/num_iterations << ")" in vector_test_template()

123