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

<<21222324252627282930>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program_alu.c 243 * ceil(x) = -floor(-x)
246 * ceil(x) = -(-x-frac(-x))
249 * ceil(x) = x+frac(-x)
650 * ABS, CEIL, DPH, DST, FLR, LIT, LRP, POW, SEQ, SFL, SGE, SGT, SLE, SLT, SNE, SUB, SWZ, XPD
    [all...]
  /external/chromium_org/third_party/polymer/components-chromium/core-list/
core-list-extracted.js 129 this._visibleCount = Math.ceil(this._target.offsetHeight / this.height);
  /external/chromium_org/third_party/skia/forth/
StdWords.cpp 439 this->add("ceil", 4, new ceil_ForthWord);
  /external/chromium_org/third_party/skia/samplecode/
SampleRegion.cpp 120 inline float roundf(float x) { return (x-floor(x))>0.5 ? ceil(x) : floor(x); }
  /external/chromium_org/third_party/tlslite/tlslite/utils/
cryptomath.py 158 return int(math.ceil(bits / 8.0))
  /external/chromium_org/ui/gfx/
render_text_mac.cc 28 return Size(std::ceil(string_size_.width()), string_size_.height());
  /external/chromium_org/v8/test/cctest/
test-assembler-mips.cc 1133 // Test round, floor, ceil, trunc, cvt.
1161 ROUND_STRUCT_ELEMENT(ceil)
    [all...]
test-assembler-mips64.cc 1144 // Test round, floor, ceil, trunc, cvt.
1172 ROUND_STRUCT_ELEMENT(ceil)
    [all...]
  /external/deqp/doc/testspecs/GLES3/
functional.shaders.builtin_functions.precision.txt 160 | ceil(x) | 0 |
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
TimeLineGraph.java 43 int max= (int) (Math.ceil(maxItem * (maxItem < 0 ? 0.8 : 1.2)));
  /external/icu/icu4c/source/i18n/
decNumber.h 77 /* The number of units needed is ceil(DECNUMDIGITS/DECDPUN) */
  /external/iproute2/include/linux/
pkt_sched.h 329 struct tc_ratespec ceil; member in struct:tc_htb_opt
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
callchain.c 128 min_hit = ceil(node->children_hit * min_percent);
  /external/llvm/lib/Target/Mips/
MipsInstrFPU.td 275 def CEIL_W_S : MMRel, ABSS_FT<"ceil.w.s", FGR32Opnd, FGR32Opnd, II_CEIL>,
284 defm CEIL_W : ROUND_M<"ceil.w.d", II_CEIL>, ABSS_FM<0xe, 17>, ISA_MIPS2;
297 def CEIL_L_S : ABSS_FT<"ceil.l.s", FGR64Opnd, FGR32Opnd, II_CEIL>,
299 def CEIL_L_D64 : ABSS_FT<"ceil.l.d", FGR64Opnd, FGR64Opnd, II_CEIL>,
  /external/ltrace/etc/
libm.so.conf 144 double ceil(double);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_alu.c 243 * ceil(x) = -floor(-x)
246 * ceil(x) = -(-x-frac(-x))
249 * ceil(x) = x+frac(-x)
650 * ABS, CEIL, DPH, DST, FLR, LIT, LRP, POW, SEQ, SFL, SGE, SGT, SLE, SLT, SNE, SUB, SWZ, XPD
    [all...]
  /external/qemu/android/skin/
window.c     [all...]
  /external/qemu/android/
snapshot.c 149 /* headers are 8 byte aligned, ceil to nearest multiple of 8 */
  /external/skia/samplecode/
SampleRegion.cpp 120 inline float roundf(float x) { return (x-floor(x))>0.5 ? ceil(x) : floor(x); }
  /frameworks/base/core/java/android/hardware/
LegacySensorManager.java 426 f = f - (float)Math.ceil(f + 0.5f) + 1.0f;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsHorizontalScrollView.java 371 (int) FloatMath.ceil(dm.widthPixels / (float) child.getMeasuredWidth());
RecentsVerticalScrollView.java 381 (int) FloatMath.ceil(dm.heightPixels / (float) child.getMeasuredHeight());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewHeader.java 159 float offset = (float) Math.ceil(mConfig.taskViewHighlightPx / 2f);
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
apitest.rs 626 f = ceil(f);
627 f2 = ceil(f2);
628 f3 = ceil(f3);
629 f4 = ceil(f4);
    [all...]
math.rs 254 TEST_FN_FUNC_FN(ceil);

Completed in 2416 milliseconds

<<21222324252627282930>>