Searched defs:SMALL (Results 1 - 25 of 27) 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/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.h27 U_CFUNC UBool SMALL; variable
H A Dmakeconv.cpp81 UBool SMALL = FALSE; variable
254 SMALL = options[OPT_SMALL].doesOccur;
/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/skia/bench/
H A DBlurBench.cpp18 #define SMALL SkIntToScalar(2) macro
87 DEF_BENCH(return new BlurBench(SMALL, kNormal_SkBlurStyle);)
88 DEF_BENCH(return new BlurBench(SMALL, kSolid_SkBlurStyle);)
89 DEF_BENCH(return new BlurBench(SMALL, kOuter_SkBlurStyle);)
90 DEF_BENCH(return new BlurBench(SMALL, kInner_SkBlurStyle);)
109 DEF_BENCH(return new BlurBench(SMALL, kNormal_SkBlurStyle, SkBlurMaskFilter::kHighQuality_BlurFlag);)
H A DMorphologyBench.cpp16 #define SMALL SkIntToScalar(2) macro
87 DEF_BENCH( return new MorphologyBench(SMALL, kErode_MT); )
88 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);)
H A DRegionBench.cpp122 #define SMALL 16 macro
124 DEF_BENCH(return new RegionBench(SMALL, union_proc, "union");)
125 DEF_BENCH(return new RegionBench(SMALL, sect_proc, "intersect");)
126 DEF_BENCH(return new RegionBench(SMALL, diff_proc, "difference");)
127 DEF_BENCH(return new RegionBench(SMALL, diffrect_proc, "differencerect");)
128 DEF_BENCH(return new RegionBench(SMALL, diffrectbig_proc, "differencerectbig");)
129 DEF_BENCH(return new RegionBench(SMALL, containsrect_proc, "containsrect");)
130 DEF_BENCH(return new RegionBench(SMALL, sectsrgn_proc, "intersectsrgn");)
131 DEF_BENCH(return new RegionBench(SMALL, sectsrect_proc, "intersectsrect");)
132 DEF_BENCH(return new RegionBench(SMALL, containsxy_pro
[all...]
/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/guava/guava-tests/benchmark/com/google/common/base/
H A DCharMatcherBenchmark.java56 SMALL; enum constant in enum:CharMatcherBenchmark.Size
74 if (size == Size.SMALL) {
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DStringTrieBuilder.java42 SMALL enum constant in enum:StringTrieBuilder.Option
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DStringTrieBuilder.java44 SMALL enum constant in enum:StringTrieBuilder.Option
/external/icu/android_icu4j/src/main/java/android/icu/lang/
H A DUCharacter.java2212 public static final int SMALL = 12; field in interface:UCharacter.DecompositionType
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java2595 public static final int SMALL = 12; field in interface:UCharacter.DecompositionType
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-user.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/activity/ ...
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 352 milliseconds

12