HomeSort by relevance Sort by last modified time
    Searched full:ceil (Results 301 - 325 of 1738) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/common_video/libyuv/
libyuv_unittest.cc 181 EXPECT_GT(ceil(psnr), 44);
249 EXPECT_GT(ceil(psnr), 40);
266 EXPECT_GT(ceil(psnr), 42);
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
CropView.java 205 mCenterX += Math.ceil(edges.left / scale);
302 adjustment[1] = (float) Math.ceil(edges.top / scale);
307 if (coef[dim] > 0) adjustment[dim] = (float) Math.ceil(adjustment[dim]);
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
CropView.java 216 mCenterX += Math.ceil(edges.left / scale);
313 adjustment[1] = (float) Math.ceil(edges.top / scale);
318 if (coef[dim] > 0) adjustment[dim] = (float) Math.ceil(adjustment[dim]);
  /bionic/libm/
libm.arm.map 54 ceil;
libm.map.txt 53 ceil;
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
EventGapVerification.java 78 Math.ceil(Math.min(EVENT_GAP_THRESHOLD_MAX, mEventCount * EVENT_GAP_TOLERANCE));
  /development/ndk/platforms/android-3/include/linux/
pkt_sched.h 185 struct tc_ratespec ceil; member in struct:tc_htb_opt
  /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
ElitisticListPopulation.java 81 int boundIndex = (int) FastMath.ceil((1.0 - this.getElitismRate()) * oldChromosomes.size());
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
exception_formatter.py 103 target[-int(math.ceil(half_length)):])
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
exception_formatter.py 96 target[-int(math.ceil(half_length)):])
  /external/fio/
tickmarks.c 104 graphmax = ceil(max / d) * d;
  /external/harfbuzz_ng/util/
helper-cairo.cc 179 int w = ceil (width);
180 int h = ceil (height);
237 int w = ceil (width);
238 int h = ceil (height);
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
IntSet.java 65 initialCapacity = MathUtils.nextPowerOfTwo((int)Math.ceil(initialCapacity / loadFactor));
75 stashCapacity = Math.max(3, (int)Math.ceil(Math.log(capacity)) * 2);
390 if (sizeNeeded >= threshold) resize(MathUtils.nextPowerOfTwo((int)Math.ceil(sizeNeeded / loadFactor)));
400 stashCapacity = Math.max(3, (int)Math.ceil(Math.log(newSize)) * 2);
ObjectSet.java 64 initialCapacity = MathUtils.nextPowerOfTwo((int)Math.ceil(initialCapacity / loadFactor));
74 stashCapacity = Math.max(3, (int)Math.ceil(Math.log(capacity)) * 2);
370 if (sizeNeeded >= threshold) resize(MathUtils.nextPowerOfTwo((int)Math.ceil(sizeNeeded / loadFactor)));
380 stashCapacity = Math.max(3, (int)Math.ceil(Math.log(newSize)) * 2);
  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJScalingFactor.java 64 * <code>ceil(dimension * scalingFactor)</code>.
  /external/libvncserver/libvncserver/
scale.c 65 #define CEIL(x) ( (double) ((int) (x)) == (x) ? \
117 w2 = CEIL(w1 + ( x1 - x2 ));
118 h2 = CEIL(h1 + ( y1 - y2 ));
126 /* simulate ceil() without math library */
  /external/libvpx/libvpx/test/
idct8x8_test.cc 28 return static_cast<int>(ceil(x - 0.5));
  /external/llvm/test/MC/Mips/mips1/
invalid-mips3.s 10 ceil.l.d $f1,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 ceil.l.s $f18,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 ceil.w.d $f11,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 ceil.w.s $f6,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
invalid-mips4.s 10 ceil.l.d $f1,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 ceil.l.s $f18,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 ceil.w.d $f11,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 ceil.w.s $f6,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
invalid-mips5.s 10 ceil.l.d $f1,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 ceil.l.s $f18,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 ceil.w.d $f11,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 ceil.w.s $f6,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 118 OP11(CEIL)
  /external/opencv3/modules/video/src/opencl/
optical_flow_tvl1.cl 106 int xmin = ceil(wx - 2.0f);
109 int ymin = ceil(wy - 2.0f);
186 int xmin = ceil(wx - 2.0f);
189 int ymin = ceil(wy - 2.0f);
  /external/opencv3/modules/videostab/include/opencv2/videostab/
motion_core.hpp 95 std::ceil(std::log(1 - prob) / std::log(1 - std::pow(1 - eps, size))));
  /external/v8/test/mjsunit/
function-names.js 82 "random", "abs", "acos", "asin", "atan", "ceil", "cos", "exp", "floor",
math-floor-part2.js 61 '"' + (test_id++) + '";return -Math.ceil(-n)');

Completed in 1384 milliseconds

<<11121314151617181920>>