Searched refs:SMALL (Results 1 - 25 of 45) sorted by relevance

12

/external/eigen/lapack/
H A Ddlamch.f82 DOUBLE PRECISION RND, EPS, SFMIN, SMALL, RMACH local in function:DLAMCH
109 SMALL = ONE / HUGE(ZERO)
110 IF( SMALL.GE.SFMIN ) THEN
112 * Use SMALL plus a bit, to avoid the possibility of rounding
115 SFMIN = SMALL*( ONE+EPS )
H A Dslamch.f86 REAL RND, EPS, SFMIN, SMALL, RMACH local in function:SLAMCH
113 SMALL = ONE / HUGE(ZERO)
114 IF( SMALL.GE.SFMIN ) THEN
116 * Use SMALL plus a bit, to avoid the possibility of rounding
119 SFMIN = SMALL*( ONE+EPS )
/external/skia/bench/
H A DRegionBench.cpp121 #define SMALL 16 macro
123 DEF_BENCH(return new RegionBench(SMALL, union_proc, "union");)
124 DEF_BENCH(return new RegionBench(SMALL, sect_proc, "intersect");)
125 DEF_BENCH(return new RegionBench(SMALL, diff_proc, "difference");)
126 DEF_BENCH(return new RegionBench(SMALL, diffrect_proc, "differencerect");)
127 DEF_BENCH(return new RegionBench(SMALL, diffrectbig_proc, "differencerectbig");)
128 DEF_BENCH(return new RegionBench(SMALL, containsrect_proc, "containsrect");)
129 DEF_BENCH(return new RegionBench(SMALL, sectsrgn_proc, "intersectsrgn");)
130 DEF_BENCH(return new RegionBench(SMALL, sectsrect_proc, "intersectsrect");)
131 DEF_BENCH(return new RegionBench(SMALL, containsxy_pro
[all...]
H A DBlurBench.cpp17 #define SMALL SkIntToScalar(2) macro
85 DEF_BENCH(return new BlurBench(SMALL, kNormal_SkBlurStyle);)
86 DEF_BENCH(return new BlurBench(SMALL, kSolid_SkBlurStyle);)
87 DEF_BENCH(return new BlurBench(SMALL, kOuter_SkBlurStyle);)
88 DEF_BENCH(return new BlurBench(SMALL, kInner_SkBlurStyle);)
107 DEF_BENCH(return new BlurBench(SMALL, kNormal_SkBlurStyle, SkBlurMaskFilter::kHighQuality_BlurFlag);)
H A DMorphologyBench.cpp16 #define SMALL SkIntToScalar(2) macro
89 DEF_BENCH( return new MorphologyBench(SMALL, kErode_MT); )
90 DEF_BENCH( return new MorphologyBench(SMALL, kDilate_MT); )
H A DBlurRectBench.cpp16 #define SMALL SkIntToScalar(2) macro
185 DEF_BENCH(return new BlurRectBoxFilterBench(SMALL);)
189 DEF_BENCH(return new BlurRectGaussianBench(SMALL);)
193 DEF_BENCH(return new BlurRectDirectBench(SMALL);)
/external/libmicrohttpd/src/examples/
H A Dbenchmark.c38 #define SMALL (1024 * 128) macro
46 static unsigned int small_deltas[SMALL];
84 if (delta < SMALL)
155 for (i=0;i<SMALL;i++)
H A Dbenchmark_https.c38 #define SMALL (1024 * 128) macro
46 static unsigned int small_deltas[SMALL];
84 if (delta < SMALL)
203 for (i=0;i<SMALL;i++)
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-uninit-groups/
H A Dext4_uninit_groups_test.sh30 SMALL=2
39 elif [ $1 -eq $SMALL ]; then
64 # $4: age filesystem: $EMPTY, $SMALL, $LARGE
122 AGING=( $EMPTY $SMALL $LARGE )
/external/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.h29 U_CFUNC UBool SMALL; variable
H A Dmakeconv.cpp83 UBool SMALL = FALSE; variable
256 SMALL = options[OPT_SMALL].doesOccur;
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-online-defrag/
H A Dext4_online_defrag_test.sh30 SMALL=2
54 elif [ $1 -eq $SMALL ]; then
91 if [ $2 -eq $SMALL ]; then
100 if [ $2 -eq $SMALL ]; then
167 AGING=( $EMPTY $SMALL $LARGE )
/external/crcalc/tests/src/com/hp/creals/
H A DSlowCRTest.java53 final static CR SMALL = BIG.inverse(); field in class:SlowCRTest
175 checkTrig(SMALL);
176 checkTrig(SMALL.negate());
178 checkTrig(CR.PI.subtract(SMALL));
179 checkTrig(CR.PI.add(SMALL));
181 checkTrig(CR.PI.negate().subtract(SMALL));
182 checkTrig(CR.PI.negate().add(SMALL));
205 checkExpLn(SMALL);
206 checkExpLn(SMALL.negate());
209 checkExpLn(ONE.subtract(SMALL));
[all...]
/external/vboot_reference/tests/
H A Drun_vbutil_kernel_arg_tests.sh29 SMALL="${TMPDIR}/small.bin"
30 dd if=/dev/urandom bs=16 count=1 of="${SMALL}" 2>/dev/null
34 KERN_VALS=("--vmlinuz=${BIG}" "--vmlinuz=${SMALL}")
35 BOOT_VALS=("--bootloader=${BIG}" "--bootloader=${SMALL}")
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DTrieMapTest.java137 TrieMap<Integer> trieMap = TrieMap.Builder.with(style, Option.SMALL, testmap).build();
163 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, testMap).build();
217 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, testMap).build();
253 TrieMap<String> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, "abc", "first")
296 long comparisonTime = timeBuilding(unicodeTestMap, 0, null, Option.SMALL, 0);
297 timeBuilding(unicodeTestMap, comparisonTime, null, Option.SMALL, 0);
298 timeBuilding(unicodeTestMap, comparisonTime, Style.BYTES, Option.SMALL, 20);
300 timeBuilding(unicodeTestMap, comparisonTime, Style.CHARS, Option.SMALL, 20);
350 int size = checkSize(0, null, Option.SMALL, 0);
351 checkSize(size, Style.BYTES, Option.SMALL, 0.2
[all...]
H A DTrieMap.java60 return with(style, Option.SMALL, keyValuePairs);
71 return with(style, Option.SMALL, key, value);
285 if (option == Option.SMALL) {
461 if (option == Option.SMALL) {
H A DBytesTrieTest.java297 BytesTrie trie=buildMonthsTrie(StringTrieBuilder.Option.SMALL);
387 BytesTrie trie=buildMonthsTrie(StringTrieBuilder.Option.SMALL);
519 checkData(data, dataLength, StringTrieBuilder.Option.SMALL);
H A DCharsTrieTest.java426 CharsTrie trie=buildMonthsTrie(StringTrieBuilder.Option.SMALL);
516 CharsTrie trie=buildMonthsTrie(StringTrieBuilder.Option.SMALL);
646 checkData(data, dataLength, StringTrieBuilder.Option.SMALL);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMapTest.java136 TrieMap<Integer> trieMap = TrieMap.Builder.with(style, Option.SMALL, testmap).build();
162 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, testMap).build();
216 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, testMap).build();
252 TrieMap<String> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, "abc", "first")
295 long comparisonTime = timeBuilding(unicodeTestMap, 0, null, Option.SMALL, 0);
296 timeBuilding(unicodeTestMap, comparisonTime, null, Option.SMALL, 0);
297 timeBuilding(unicodeTestMap, comparisonTime, Style.BYTES, Option.SMALL, 20);
299 timeBuilding(unicodeTestMap, comparisonTime, Style.CHARS, Option.SMALL, 20);
349 int size = checkSize(0, null, Option.SMALL, 0);
350 checkSize(size, Style.BYTES, Option.SMALL, 0.2
[all...]
H A DTrieMap.java59 return with(style, Option.SMALL, keyValuePairs);
70 return with(style, Option.SMALL, key, value);
284 if (option == Option.SMALL) {
460 if (option == Option.SMALL) {
H A DBytesTrieTest.java296 BytesTrie trie=buildMonthsTrie(StringTrieBuilder.Option.SMALL);
386 BytesTrie trie=buildMonthsTrie(StringTrieBuilder.Option.SMALL);
518 checkData(data, dataLength, StringTrieBuilder.Option.SMALL);
H A DCharsTrieTest.java425 CharsTrie trie=buildMonthsTrie(StringTrieBuilder.Option.SMALL);
515 CharsTrie trie=buildMonthsTrie(StringTrieBuilder.Option.SMALL);
645 checkData(data, dataLength, StringTrieBuilder.Option.SMALL);
/external/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp115 Addr.getOperand(1).getOpcode() == LanaiISD::SMALL) {
191 // Let SLS match SMALL instead of RI.
193 Addr.getOperand(1).getOpcode() == LanaiISD::SMALL)
235 Addr.getOperand(0).getOpcode() == LanaiISD::SMALL ||
238 Addr.getOperand(1).getOpcode() == LanaiISD::SMALL)
H A DLanaiISelLowering.h62 SMALL enumerator in enum:llvm::LanaiISD::__anon13167
/external/guava/guava-tests/benchmark/com/google/common/base/
H A DCharMatcherBenchmark.java56 SMALL; enum constant in enum:CharMatcherBenchmark.Size
74 if (size == Size.SMALL) {

Completed in 806 milliseconds

12