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

<<11121314151617181920>>

  /external/v8/test/mjsunit/regress/
regress-2326.js 36 while (--iterations > 0) accumulator = Math.ceil(accumulator);
  /external/valgrind/none/tests/mips32/
round.c 22 "ceil.w.s", "ceil.w.d",
161 UNOPfw("ceil.w.s");
166 UNOPdw("ceil.w.d");
  /external/valgrind/none/tests/mips64/
macro_fpu.h 37 "ceil.w.s", "ceil.w.d",
41 "ceil.l.s", "ceil.l.d",
  /external/webrtc/webrtc/common_audio/
real_fourier_ooura.cc 31 return static_cast<size_t>(2 + std::ceil(std::sqrt(
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
Core_MixInSoft_D32C31_SAT.c 47 TargetTimesOneMinAlpha +=2; /* Ceil*/
Core_MixSoft_1St_D32C31_WRA.c 48 TargetTimesOneMinAlpha +=2; /* Ceil*/
  /frameworks/base/core/java/com/android/internal/view/animation/
FallbackLUTInterpolator.java 51 int numAnimFrames = Math.max(2, (int) Math.ceil(((double) duration) / animIntervalMs));
  /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/chromium-trace/catapult/tracing/tracing/ui/tracks/
cpu_usage_track.html 67 var intervalCount = Math.ceil(model.bounds.max / this.interval_);
137 var endIndex = Math.ceil(end / interval) - 1;
  /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">;

Completed in 383 milliseconds

<<11121314151617181920>>