Searched
full:ceil (Results
501 -
525 of
1498) sorted by null
<<21222324252627282930>>
/external/chromium_org/cc/resources/ |
picture.cc | 310 RoundDown(static_cast<int>(std::ceil(it->pixel_ref_rect.right())), 312 RoundDown(static_cast<int>(std::ceil(it->pixel_ref_rect.bottom())),
|
/external/chromium_org/media/filters/ |
audio_renderer_algorithm.cc | 177 int slower_step = ceil(ola_window_size_ * playback_rate); 178 int faster_step = ceil(ola_window_size_ / playback_rate);
|
/external/chromium_org/third_party/WebKit/Source/core/workers/ |
WorkerThread.cpp | 109 // why ceil is used in the interval calculation. 110 int64 delay = static_cast<int64>(ceil(interval * 1000));
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/ |
ViewportControl.js | 403 this._firstVisibleIndex = Math.max(itemCount - Math.ceil(visibleHeight / this._provider.minimumRowHeight()), 0); 407 this._lastVisibleIndex = this._firstVisibleIndex + Math.ceil(visibleHeight / this._provider.minimumRowHeight()) - 1;
|
/external/chromium_org/third_party/angle/extensions/ |
ANGLE_instanced_arrays.txt | 348 size = stride * ceil(primcount / divisor); 350 size = elementsize * ceil(primcount / divisor);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_math.h | 80 return (float) ceil( (double) f ); 131 return x >= 0.0 ? floor(x + 0.5) : ceil(x - 0.5);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_target.cpp | 37 1, 1, 1, 1, // CEIL, FLOOR, TRUNC, CVT 75 // SAT, CEIL, FLOOR, TRUNC; CVT
|
/external/chromium_org/third_party/skia/bench/ |
tile_analyze.py | 147 viewport_cols = int(math.ceil(viewport_x * 1.0 / tile_x)) 148 viewport_rows = int(math.ceil(viewport_y * 1.0 / tile_y))
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
bc.htm | 222 columns = Math.ceil(xmax * subscale) - Math.floor(xmin * subscale) + 1; 223 rows = Math.ceil(ymax * subscale) - Math.floor(ymin * subscale) + 1;
|
/external/chromium_org/third_party/skia/tests/ |
MathTest.cpp | 252 int ix = (int)ceil(x); 254 assert_float_equal(reporter, "ceil", x, ix, iix);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
common.h | 166 // array indexed by ceil(size/8). Sizes > 1024 have an alignment >= 128. 167 // So for these larger sizes we have an array indexed by ceil(size/128).
|
/external/chromium_org/tools/perf_expectations/ |
make_expectations.py | 332 improve = int(math.ceil(improve + abs(improve*tolerance))) 339 regress = int(math.ceil(regress + abs(regress*tolerance)))
|
/external/chromium_org/tools/usb_gadget/ |
hid_gadget.py | 82 fs_interval = math.ceil(math.log(interval_ms, 2)) + 1 94 hs_interval = math.ceil(math.log(interval_ms, 2)) + 4
|
/external/chromium_org/win8/metro_driver/ |
print_document_source.cc | 301 static_cast<UINT32>(ceil(width * dpi_ / 96)), 302 static_cast<UINT32>(ceil(height * dpi_ / 96)),
|
/external/deqp/modules/gles2/functional/ |
es2fShaderConstExprTests.cpp | 109 {"ceil", "ceil(${T} (82.2))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatCeil(82.2f) },
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/ |
searchcvs.php | 230 $endpage = ($page + 5 > $rows/$pagesize ? ceil($rows/$pagesize) : $page + 5); 240 print ($page < ceil($rows/$pagesize) ? pagelink($page + 1, false, "Next") : "");
|
/external/llvm/test/MC/Disassembler/Mips/ |
mips32.txt | 161 # CHECK: ceil.w.d $f12, $f14 164 # CHECK: ceil.w.s $f6, $f7
|
mips32_le.txt | 161 # CHECK: ceil.w.d $f12, $f14 164 # CHECK: ceil.w.s $f6, $f7
|
mips32r2.txt | 161 # CHECK: ceil.w.d $f12, $f14 164 # CHECK: ceil.w.s $f6, $f7
|
mips32r2_le.txt | 161 # CHECK: ceil.w.d $f12, $f14 164 # CHECK: ceil.w.s $f6, $f7
|
/external/llvm/test/MC/Mips/mips2/ |
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
|
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
|
/external/llvm/test/MC/Mips/mips32/ |
valid.s | 31 ceil.w.d $f11,$f25 32 ceil.w.s $f6,$f20
|
/external/llvm/test/MC/Mips/mips32r2/ |
valid-xfail.s | 80 ceil.l.d $f1,$f3 81 ceil.l.s $f18,$f13
|
valid.s | 31 ceil.w.d $f11,$f25 32 ceil.w.s $f6,$f20
|
Completed in 2077 milliseconds
<<21222324252627282930>>