HomeSort by relevance Sort by last modified time
    Searched full:ceil (Results 251 - 275 of 1622) sorted by null

<<11121314151617181920>>

  /frameworks/compile/slang/tests/P_math_fp/
math_fp.rs 87 TEST_FUNC_1(ceil);
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
mlmath.h 55 #define ceil(x) ml_ceil(x) macro
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlmath.h 55 #define ceil(x) ml_ceil(x) macro
  /libcore/ojluni/src/main/native/
jfdlibm.h 52 #define ceil jceil macro
  /ndk/sources/cxx-stl/gabi++/include/
cmath 67 using ::ceil;
  /ndk/sources/cxx-stl/system/include/
cmath 67 using ::ceil;
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
StringTexture.java 74 int width = (int) Math.ceil(paint.measureText(text));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
Lerper.java 48 delta = (int)(Math.ceil(delta / mDivisor));
  /prebuilts/misc/common/swig/include/2.0.11/
math.i 60 extern double ceil(double x);
  /prebuilts/ndk/current/sources/cxx-stl/gabi++/include/
cmath 67 using ::ceil;
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
cmath 67 using ::ceil;
  /prebuilts/ndk/current/sources/cxx-stl/system/include/
cmath 67 using ::ceil;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
math.so 
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
Common.java 87 + (1 + index - Math.ceil(index)) * prefixArray[(int) Math.ceil(index)];
  /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/llvm/lib/Target/Mips/
MicroMipsInstrFPU.td 49 def CEIL_W_MM : MMRel, ABSS_FT<"ceil.w.d", FGR32Opnd, AFGR64Opnd, II_CEIL>,
146 def CEIL_W_S_MM : MMRel, ABSS_FT<"ceil.w.s", FGR32Opnd, FGR32Opnd, II_CEIL>,
  /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)
  /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
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfZipCompressor.cpp 68 size_t (ceil (maxInBytes * 0.01))),
154 uLongf outSize = int(ceil(inSize * 1.01)) + 100;
  /external/opencv3/modules/calib3d/src/
checkchessboard.cpp 187 const int black_count = cvRound(ceil(size.width/2.0)*ceil(size.height/2.0));
  /external/opencv3/modules/features2d/src/
akaze.cpp 116 return (int)ceil(t / 8.);
121 return (int)ceil(descriptor_size / 8.);
  /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 117 #define sk_double_ceil(x) ceil(x)
120 #define sk_double_ceil2int(x) (int)ceil(x)

Completed in 766 milliseconds

<<11121314151617181920>>