HomeSort by relevance Sort by last modified time
    Searched full:ceiling (Results 26 - 50 of 260) sorted by null

12 3 4 5 6 7 8 91011

  /external/libvpx/libvpx/examples/includes/geshi/geshi/
modula3.php 61 'ABS','ADR','ADRSIZE','BITSIZE','BYTESIZE','CEILING','DEC','DISPOSE',
prolog.php 55 'atomic','bagof','call','catch','ceiling','char_code',
fortran.php 78 'ceiling','char','cmplx','conjg','cos','cosh','cpu_time','count','cshift',
haskell.php 77 'properFraction', 'truncate', 'round', 'ceiling',
scheme.php 56 'case', 'catch', 'cdddar', 'cddddr', 'cdr', 'ceiling', 'char->integer',
  /frameworks/base/core/java/android/util/
FloatMath.java 44 * @return the ceiling of value
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
FloatMath_Delegate.java 54 * @return the ceiling of value
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Keywords.java 156 /** ceiling function string. */
157 public static final String FUNC_CEILING_STRING = "ceiling";
  /external/chromium/chrome/browser/sync/notifier/
registration_manager_unittest.cc 195 // Trigger enough failures to hit the ceiling.
269 // Test ceiling.
  /external/chromium_org/sync/notifier/
registration_manager_unittest.cc 211 // Trigger enough failures to hit the ceiling.
292 // Test ceiling.
  /external/guava/guava/src/com/google/common/math/
DoubleMath.java 62 case CEILING:
227 case CEILING:
LongMath.java 83 case CEILING:
126 case CEILING:
255 case CEILING:
324 case CEILING:
  /external/guava/guava-tests/test/com/google/common/math/
MathTesting.java 21 import static java.math.RoundingMode.CEILING;
52 FLOOR, CEILING, HALF_EVEN, HALF_UP, HALF_DOWN);
  /frameworks/base/docs/html/sdk/api_diff/9/changes/
java.util.TreeSet.html 88 <nobr><code>E</code>&nbsp;<A HREF="../../../../reference/java/util/TreeSet.html#ceiling(E)" target="_top"><code>ceiling</code></A>(<code>E</code>)</nobr>
  /external/chromium/chrome/browser/
spellchecker_platform_engine_unittest.cc 108 {"cieling", "ceiling"},
  /external/chromium/third_party/modp_b64/
modp_b64.h 87 * ceiling[len / 3] * 4 + 1
  /external/chromium_org/build/
whitespace_file.txt 38 "You recall what happened on Mulholland drive?" The ceiling fan rotated slowly
  /external/chromium_org/third_party/WebKit/Source/platform/
Decimal.h 136 Decimal ceiling() const;
  /external/chromium_org/third_party/modp_b64/
modp_b64.h 89 * ceiling[len / 3] * 4 + 1
  /external/chromium_org/third_party/skia/src/core/
SkScan.h 128 /** Round the SkXRect coordinates out (i.e. use floor for left/top, and ceiling
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
perfect.h 120 /* return ceiling(log based 2 of x) */
  /external/chromium_org/ui/resources/resource_check/
resource_scale_factors.py 56 # floor and ceiling of (base_size * scale_percent / 100). This is equivalent
  /external/skia/src/core/
SkScan.h 128 /** Round the SkXRect coordinates out (i.e. use floor for left/top, and ceiling
  /external/webrtc/src/modules/audio_processing/aec/
aec_resampler.c 204 upperLimit = (int)(rawAvg + 5 * rawAbsDev + 1); // +1 for ceiling.
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialPickerLayout.java 403 int ceiling = floor + stepSize; local
405 degrees = ceiling;
412 if ((degrees - floor) < (ceiling - degrees)) {
415 degrees = ceiling;
    [all...]

Completed in 325 milliseconds

12 3 4 5 6 7 8 91011