HomeSort by relevance Sort by last modified time
    Searched full:ceil (Results 176 - 200 of 557) sorted by null

1 2 3 4 5 6 78 91011>>

  /bionic/libc/kernel/common/linux/
pkt_sched.h 219 struct tc_ratespec ceil; member in struct:tc_htb_opt
  /external/chromium/chrome/browser/resources/ntp/
apps.js 430 var rows = Math.ceil(this.data.length / cols);
472 var rows = Math.ceil(appCount / appsPerRow);
618 var rows = Math.ceil(apps.length / MAX_APPS_PER_ROW[layoutMode]);
667 var rows = Math.ceil(maxiviewVisibleHeight / this.dimensions.height);
  /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/icu4c/tools/tzcode/
private.h 291 #define SECSPERREPEAT_BITS 34 /* ceil(log2(SECSPERREPEAT)) */
  /external/libvpx/examples/includes/geshi/geshi/
avisynth.php 101 'Ceil', 'Cos', 'Chr', 'ChromaUDifference', 'ChromaVDifference',
c_mac.php 96 'exp', 'log', 'log10', 'pow', 'sqrt', 'ceil', 'floor', 'fabs', 'ldexp',
glsl.php 82 'pow', 'exp2', 'log2', 'sqrt', 'inversesqrt', 'abs', 'sign', 'ceil',
ocaml.php 72 'bool_of_string', 'ceil', 'char_of_int', 'classify_float',
oracle11.php 109 'CEIL',
oracle8.php 100 'CEIL',
pixelbender.php 93 'ceil', 'fract', 'mod', 'min', 'max', 'step', 'clamp', 'mix', 'smoothStep',
povray.php 88 'atan2', 'ceil', 'cos', 'cosh', 'defined', 'degrees', 'dimensions', 'dimension_size',
vim.php 84 'ceil', 'changenr', 'char2nr', 'cindent', 'clearmatches',
  /external/quake/quake/src/QW/client/
d_polyse.c 545 // ceil () for light so positive steps are exaggerated, negative steps
551 ceil((t1 * p01_minus_p21 - t0 * p11_minus_p21) * xstepdenominv);
553 ceil((t1 * p00_minus_p20 - t0 * p10_minus_p20) * ystepdenominv);
782 // ceil (), but plus a little bit)
  /external/v8/test/mjsunit/
undeletable-functions.js 63 "random", "abs", "acos", "asin", "atan", "ceil", "cos", "exp", "floor", "log",
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLFraction.cpp 179 int shift = int(ceil((refStyle->fontMetrics().xHeight() + 1) / 2));
  /external/webrtc/src/modules/audio_processing/aec/main/source/
aec_core.h 172 #define IP_LEN PART_LEN // this must be at least ceil(2 + sqrt(PART_LEN))
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
InstAlloc.c 54 Size = ((Size + 3) & 0xFFFFFFFC); /* Ceil the size to a multiple of four */
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestView.java 172 return (int) Math.ceil(textWidthHB) + TEXT_PADDING;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 291 int width = (int) Math.ceil(Math.max(
293 int height = (int) Math.ceil(Math.max(
298 int right = (int) Math.ceil(left + width / scale);
299 int bottom = (int) Math.ceil(top + height / scale);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartGridView.java 148 (int) Math.ceil(Layout.getDesiredWidth(text, paint)),
  /prebuilt/sdk/11/renderscript/clang-include/
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
  /prebuilt/sdk/12/renderscript/clang-include/
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
  /prebuilt/sdk/13/renderscript/clang-include/
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
  /prebuilt/sdk/14/renderscript/clang-include/
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

Completed in 179 milliseconds

1 2 3 4 5 6 78 91011>>