HomeSort by relevance Sort by last modified time
    Searched full:ceil (Results 451 - 475 of 1498) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h 68 #define sk_float_ceil(x) (float)::ceil(x)
  /external/chromium_org/third_party/tlslite/tlslite/
mathtls.py 40 S1 = secret[ : int(math.ceil(len(secret)/2.0))]
  /external/chromium_org/v8/src/
cached-powers.cc 132 double k = std::ceil((min_exponent + kQ - 1) * kD_1_LOG2_10);
  /external/chromium_org/v8/test/mjsunit/
undeletable-functions.js 60 "random", "abs", "acos", "asin", "atan", "ceil", "cos", "exp", "floor", "log",
  /external/clang/lib/Headers/
tgmath.h 593 // ceil
601 __tg_ceil(double __x) {return ceil(__x);}
607 #undef ceil macro
608 #define ceil(__x) __tg_ceil(__tg_promote1((__x))(__x)) macro
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
LineGraph.java 79 int max= (int) (Math.ceil(maxItem * (maxItem < 0 ? 0.9 : 1.2)));
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
sieve.cpp 83 double ce = ceil(i);
  /external/icu/icu4c/source/tools/tzcode/
private.h 291 #define SECSPERREPEAT_BITS 34 /* ceil(log2(SECSPERREPEAT)) */
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
ClassHeaderReader.java 145 int rounded = (int)(CHUNK * Math.ceil((float)amount / CHUNK));
  /external/libvpx/libvpx/test/
idct8x8_test.cc 29 return static_cast<int>(ceil(x - 0.5));
  /external/llvm/test/MC/Mips/
mips-fpu-instructions.s 15 # CHECK: ceil.w.d $f12, $f14 # encoding: [0x0e,0x73,0x20,0x46]
16 # CHECK: ceil.w.s $f6, $f7 # encoding: [0x8e,0x39,0x00,0x46]
36 ceil.w.d $f12,$f14
37 ceil.w.s $f6,$f7
  /external/llvm/test/MC/Mips/mips4/
valid.s 31 ceil.l.d $f1,$f3
32 ceil.l.s $f18,$f13
33 ceil.w.d $f11,$f25
34 ceil.w.s $f6,$f20
  /external/llvm/test/MC/Mips/mips5/
valid.s 31 ceil.l.d $f1,$f3
32 ceil.l.s $f18,$f13
33 ceil.w.d $f11,$f25
34 ceil.w.s $f6,$f20
  /external/llvm/test/MC/Mips/mips64/
valid.s 31 ceil.l.d $f1,$f3
32 ceil.l.s $f18,$f13
33 ceil.w.d $f11,$f25
34 ceil.w.s $f6,$f20
  /external/llvm/test/MC/Mips/mips64r2/
valid.s 31 ceil.l.d $f1,$f3
32 ceil.l.s $f18,$f13
33 ceil.w.d $f11,$f25
34 ceil.w.s $f6,$f20
  /external/mesa3d/src/mesa/main/
imports.h 122 #define ceilf(f) ((float) ceil(f))
270 #define CEILF(x) ((GLfloat) ceil(x))
395 * IEEE ceil for computers that round to nearest or even.
397 * This ceil operation is done by "(iround(f + .5) + iround(f - .5) + 1) >> 1",
  /external/skia/include/core/
SkFloatingPoint.h 66 #define sk_float_ceil(x) (float)::ceil(x)
  /external/skia/src/opts/
SkBitmapFilter_opts_SSE2.cpp 65 int y0 = SkTMax(0, int(ceil(sy-s.getBitmapFilter()->width() + 0.5f)));
67 int x0 = SkTMax(0, int(ceil(sx-s.getBitmapFilter()->width() + 0.5f)));
122 int y0 = SkTMax(0, int(ceil(sy-s.getBitmapFilter()->width() + 0.5f)));
134 int x0 = SkTMax(0, int(ceil(sx-s.getBitmapFilter()->width() + 0.5f)));
  /external/skia/tools/
bench_record.cpp 92 const int loops = (int)ceil(timerOverhead / timer.fWall / FLAGS_overheadGoal);
  /external/smali/util/src/main/java/org/jf/util/
StringWrapper.java 85 arr = enlargeArray(arr, (int)(Math.ceil((arr.length + 1) * 1.5)));
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
InstAlloc.c 54 Size = ((Size + 3) & (LVM_UINT32)~3); /* Ceil the size to a multiple of four */
  /frameworks/av/services/audioflinger/
AudioResampler.h 125 // ceil(static_cast<double>(outFrameCount) * mInSampleRate / mSampleRate);
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java 368 int width = (int) Math.ceil(Math.max(
370 int height = (int) Math.ceil(Math.max(
375 int right = (int) Math.ceil(left + width / scale);
376 int bottom = (int) Math.ceil(top + height / scale);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
idct8x8_test.cc 29 return static_cast<int>(ceil(x - 0.5));
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
HistogramView.java 97 mPaint.setStrokeWidth((int) Math.ceil(wl));

Completed in 3476 milliseconds

<<11121314151617181920>>