Searched refs:aset (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/test/
H A Dboundary2.tcl170 set aset {}
174 lappend aset $t1ra($rx)
181 puts "\175 {[sort $aset]}"
188 puts "\175 {[reverse [sort $aset]]}"
191 set aset {}
193 lappend aset $t1ra($rx)
199 puts "\175 {$aset}"
202 set aset {}
204 lappend aset $t1ra($rx)
210 puts "\175 {$aset}"
[all...]
H A Dboundary1.tcl169 set aset {}
173 lappend aset $t1ra($rx)
180 puts "\175 {[sort $aset]}"
187 puts "\175 {[reverse [sort $aset]]}"
190 set aset {}
192 lappend aset $t1ra($rx)
198 puts "\175 {$aset}"
201 set aset {}
203 lappend aset $t1ra($rx)
209 puts "\175 {$aset}"
[all...]
H A Dboundary3.tcl185 set aset {}
189 lappend aset $t1ra($rx)
197 puts "\175 {[sort $aset]}"
205 puts "\175 {[reverse [sort $aset]]}"
210 set aset {}
212 lappend aset $t1ra($rx)
220 puts "\175 {$aset}"
223 set aset {}
225 lappend aset $t1ra($rx)
233 puts "\175 {$aset}"
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c1433 decContext aset; /* working context */ local
1457 uprv_decContextDefault(&aset, DEC_INIT_DECIMAL64); /* clean context */
1465 aset.digits=1;
1466 decCopyFit(w, rhs, &aset, &residue, &copystat); /* copy & shorten */
1497 aset.digits=p; /* as calculated */
1498 aset.emax=DEC_MAX_MATH; /* usual bounds */
1499 aset.emin=-DEC_MAX_MATH; /* .. */
1500 aset.clamp=0; /* and no concrete format */
1501 decLnOp(a, rhs, &aset, &status); /* a=ln(rhs) */
1528 aset
1990 decContext aset; /* working context */ local
5268 decContext aset, tset, dset; /* working contexts */ local
5645 decContext aset, bset; /* working contexts */ local
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c1435 decContext aset; /* working context */ local
1459 uprv_decContextDefault(&aset, DEC_INIT_DECIMAL64); /* clean context */
1467 aset.digits=1;
1468 decCopyFit(w, rhs, &aset, &residue, &copystat); /* copy & shorten */
1499 aset.digits=p; /* as calculated */
1500 aset.emax=DEC_MAX_MATH; /* usual bounds */
1501 aset.emin=-DEC_MAX_MATH; /* .. */
1502 aset.clamp=0; /* and no concrete format */
1503 decLnOp(a, rhs, &aset, &status); /* a=ln(rhs) */
1530 aset
1992 decContext aset; /* working context */ local
5270 decContext aset, tset, dset; /* working contexts */ local
5647 decContext aset, bset; /* working contexts */ local
[all...]

Completed in 1802 milliseconds