HomeSort by relevance Sort by last modified time
    Searched defs:SMALL (Results 1 - 25 of 267) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/eigen/lapack/
dlamch.f 82 DOUBLE PRECISION RND, EPS, SFMIN, SMALL, RMACH
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 )
slamch.f 86 REAL RND, EPS, SFMIN, SMALL, RMACH
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/icu/icu4c/source/tools/makeconv/
makeconv.h 29 U_CFUNC UBool SMALL;
makeconv.cpp 83 UBool SMALL = FALSE;
193 { "small", NULL, NULL, NULL, '\1', UOPT_NO_ARG, 0 },
236 "\t --small Generate smaller .cnv files. They will be\n"
256 SMALL = options[OPT_SMALL].doesOccur;
  /external/libmicrohttpd/src/examples/
benchmark.c 38 #define SMALL (1024 * 128)
46 static unsigned int small_deltas[SMALL];
84 if (delta < SMALL)
155 for (i=0;i<SMALL;i++)
benchmark_https.c 38 #define SMALL (1024 * 128)
46 static unsigned int small_deltas[SMALL];
84 if (delta < SMALL)
203 for (i=0;i<SMALL;i++)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
FontSize.java 28 SMALL(0x2);
  /external/llvm/lib/Target/Lanai/
LanaiISelLowering.h 61 // Small 21-bit immediate in global memory.
62 SMALL
  /external/skia/bench/
BlurBench.cpp 17 #define SMALL SkIntToScalar(2)
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);)
MorphologyBench.cpp 16 #define SMALL SkIntToScalar(2)
89 DEF_BENCH( return new MorphologyBench(SMALL, kErode_MT); )
90 DEF_BENCH( return new MorphologyBench(SMALL, kDilate_MT); )
BlurRectBench.cpp 16 #define SMALL SkIntToScalar(2)
185 DEF_BENCH(return new BlurRectBoxFilterBench(SMALL);)
189 DEF_BENCH(return new BlurRectGaussianBench(SMALL);)
193 DEF_BENCH(return new BlurRectDirectBench(SMALL);)
RegionBench.cpp 121 #define SMALL 16
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_proc, "containsxy");
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
RealToStringBenchmark.java 21 private static final float SMALL = -123.45f;
57 Float.toString(SMALL);
75 new StringBuilder().append(SMALL);
93 String.format("%f", SMALL);
111 String.format("%.2f", SMALL);
IntegralToStringBenchmark.java 21 private static final int SMALL = 12;
27 Integer.toString(SMALL);
45 Integer.toString(SMALL, 2);
63 Integer.toString(SMALL, 10);
81 Integer.toString(SMALL, 16);
99 Integer.toBinaryString(SMALL);
117 Integer.toHexString(SMALL);
135 new StringBuilder().append(SMALL);
153 String.format("%d", SMALL);
  /external/crcalc/tests/src/com/hp/creals/
SlowCRTest.java 53 final static CR SMALL = BIG.inverse();
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/guava/guava-tests/benchmark/com/google/common/base/
CharMatcherBenchmark.java 56 SMALL;
74 if (size == Size.SMALL) {
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
ImageUtils.java 50 /** Minimum class memory class to use small photos */
58 SMALL,
73 sUseImageSize = ImageSize.SMALL;
75 // We have little memory; use very small sized photos
  /bionic/tests/
string_test.cpp 44 constexpr auto SMALL = 1 * KB;
113 // Buffer too small.
132 ASSERT_STREQ("Unknown signal -1", strsignal(-1)); // Too small.
133 ASSERT_STREQ("Unknown signal 0", strsignal(0)); // Still too small.
223 // Test small lengths with more density than big ones. Manually push
256 StringTestState<char> state(SMALL);
438 StringTestState<char> state(SMALL);
474 StringTestState<char> state(SMALL);
509 StringTestState<char> state(SMALL);
533 StringTestState<char> state(SMALL);
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraPairwiseTest.java 60 public enum PictureSize { SMALL, MEDIUM, LARGE };
145 * Scene: Night / Pic: Small / Geo: on
150 PictureSize.SMALL, Geotagging.ON);
175 * Scene: Auto / Pic: Small / Geo: on
180 PictureSize.SMALL, Geotagging.ON);
185 * Scene: Action / Pic: Small / Geo: on
190 PictureSize.SMALL, Geotagging.ON);
215 * Scene: Sunset / Pic: Small / Geo: off
220 PictureSize.SMALL, Geotagging.OFF);
255 * Scene: Night / Pic: Small / Geo: of
    [all...]
  /art/test/956-methodhandles/src/
Main.java 888 final int SMALL = -8972;
892 if ((int) mh.invokeExact(LARGE, SMALL) != SMALL) {
894 } else if ((int) mh.invoke(LARGE, SMALL) != SMALL) {
896 } else if ((int) mh.invokeExact(SMALL, LARGE) != SMALL) {
898 } else if ((int) mh.invoke(SMALL, LARGE) != SMALL) {
904 if ((long) mh.invokeExact(LARGE, SMALL) != (long) SMALL) {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
StringTrieBuilder.java 44 SMALL
164 // we do not know yet whether we will build fast or small.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
StringTrieBuilder.java 46 SMALL
166 // we do not know yet whether we will build fast or small.
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/invoke/
MethodHandlesTest.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 157 // State variable that indicates whether the pages are small (ie when you're
160 enum State { NORMAL, SPRING_LOADED, SMALL };
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c 185 static void handle_large_common (int small ATTRIBUTE_UNUSED);
647 #define SMALL 0
648 #define SMALL16 (SMALL | CODE16)
668 ones where necessary. SMALL (short) jumps may be promoted to BIG
    [all...]

Completed in 1497 milliseconds

1 2 3 4 5 6 7 8 91011