Searched
full:ceil (Results
376 -
400 of
2347) sorted by null
<<11121314151617181920>>
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lmathlib.c | 83 lua_pushnumber(L, l_mathop(ceil)(luaL_checknumber(L, 1)));
239 {"ceil", math_ceil},
|
/external/autotest/client/cros/cellular/wardmodem/state_machines/ |
network_identity_machine.py | 117 l = str(int(math.ceil(len(padded_imsi)/2))) 183 # We require ceil(len(response)) number of bytes to encode the string
|
/external/brotli/research/ |
draw_histogram.cc | 115 int pos2 = static_cast<int>(ceil(1.0 * (y + 1) * max_pos / width)); 122 pos2 = static_cast<int>(ceil(1.0 * right * max_pos / width));
|
/external/eigen/doc/ |
CoeffwiseMathFunctionsTable.dox | 328 a.\link ArrayBase::ceil ceil\endlink(); \n 329 \link Eigen::ceil ceil\endlink(a); 333 using <a href="http://en.cppreference.com/w/cpp/numeric/math/ceil">std::ceil</a>; \n 334 ceil(a[i]);</td> 356 <td>built-in generic implementation \n based on \c floor and \c ceil,\n
|
/external/llvm/lib/Target/WebAssembly/ |
WebAssemblyInstrFloat.td | 34 defm CEIL : UnaryFP<fceil, "ceil">;
|
/external/llvm/test/CodeGen/AArch64/ |
floatdp_1source.ll | 14 declare double @ceil(double) readonly 83 %valceil = call double @ceil(double %val1)
|
round-conv.ll | 108 %call = call double @ceil(double %a) nounwind readnone 118 %call = call double @ceil(double %a) nounwind readnone 148 %call = call double @ceil(double %a) nounwind readnone 158 %call = call double @ceil(double %a) nounwind readnone 326 declare double @ceil(double) nounwind readnone
|
/external/llvm/test/CodeGen/X86/ |
rounding-ops.ll | 70 %call = tail call double @ceil(double %x) nounwind readnone 80 declare double @ceil(double) nounwind readnone
|
inline-asm-fpstack.ll | 129 ; The return value from ceil must be duped before being consumed by asm. 131 ; CHECK: ceil 140 %0 = call x86_fp80 @ceil(x86_fp80 %a) 145 declare x86_fp80 @ceil(x86_fp80) 152 ; Load %a from stack after ceil
|
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jutils.c | 73 /* Compute a/b rounded up to next integer, ie, ceil(a/b) */ 82 /* Compute a rounded up to next multiple of b, ie, ceil(a/b)*b */
|
/external/replicaisland/src/com/replica/replicaisland/ |
TiledVertexGrid.java | 189 final int horzTileCount = (int)Math.ceil((float)mWidth / mTileWidth); 190 final int vertTileCount = (int)Math.ceil((float)mHeight / mTileHeight);
|
/external/skia/include/private/ |
SkFloatingPoint.h | 97 #define sk_double_ceil(x) ceil(x) 100 #define sk_double_ceil2int(x) (int)ceil(x)
|
/external/skia/third_party/lua/src/ |
lmathlib.c | 83 lua_pushnumber(L, l_mathop(ceil)(luaL_checknumber(L, 1))); 239 {"ceil", math_ceil},
|
/external/syslinux/com32/lua/src/ |
lmathlib.c | 83 lua_pushnumber(L, l_mathop(ceil)(luaL_checknumber(L, 1))); 239 {"ceil", math_ceil},
|
/external/webrtc/webrtc/modules/desktop_capture/mac/ |
desktop_configuration.mm | 37 static_cast<int>(ceil(ns_rect.origin.x + ns_rect.size.width)), 38 static_cast<int>(ceil(ns_rect.origin.y + ns_rect.size.height)));
|
/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
RoundRectShape.java | 101 outline.setRoundRect((int) Math.ceil(rect.left), (int) Math.ceil(rect.top),
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
CropFilter.java | 92 int[] croppedDims = { (int)Math.ceil(mCropRect.xEdge().length() * inDims[0]), 93 (int)Math.ceil(mCropRect.yEdge().length() * inDims[1]) };
|
/frameworks/support/design/lollipop/android/support/design/widget/ |
FloatingActionButtonLollipop.java | 204 final int hPadding = (int) Math.ceil( 206 final int vPadding = (int) Math.ceil(
|
/frameworks/support/v7/cardview/src/android/support/v7/widget/ |
CardViewBaseImpl.java | 99 cardView.setMinWidthHeightInternal((int) Math.ceil(getMinWidth(cardView)), 100 (int) Math.ceil(getMinHeight(cardView)));
|
RoundRectDrawable.java | 115 mBoundsI.inset((int) Math.ceil(hInset), (int) Math.ceil(vInset));
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
float.h | 71 ceil(log10(b) * (emin - 1)) 158 ceil(1 + pmax * log10(b)) otherwise
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
float.h | 71 ceil(log10(b) * (emin - 1)) 158 ceil(1 + pmax * log10(b)) otherwise
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/ |
doc.h | 200 void set(int ceil, const char* (*name)(int), EnumParameters* ep, bool mask = false) 202 ceiling = ceil;
|
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/ |
doc.h | 200 void set(int ceil, const char* (*name)(int), EnumParameters* ep, bool mask = false) 202 ceiling = ceil;
|
/tools/test/connectivity/acts/tests/google/ble/gatt/ |
GattReadTest.py | 27 from math import ceil 124 num_packets = ceil((len(char_value) + 1) / (self.mtu - 1))
|
Completed in 517 milliseconds
<<11121314151617181920>>