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

<<21222324252627282930>>

  /external/llvm/test/MC/Disassembler/Mips/mips64r5/
valid-mips64r5.txt 251 0x46 0x00 0x39 0x8e # CHECK: ceil.w.s $f6, $f7
258 0x46 0x00 0x6c 0x8a # CHECK: ceil.l.s $f18, $f13
261 0x46 0x00 0xa1 0x8e # CHECK: ceil.w.s $f6, $f20
296 0x46 0x20 0x18 0x4a # CHECK: ceil.l.d $f1, $f3
307 0x46 0x20 0x73 0x0e # CHECK: ceil.w.d $f12, $f14
319 0x46 0x20 0xc2 0xce # CHECK: ceil.w.d $f11, $f24
  /bionic/libm/
Android.mk 298 arm64/ceil.S \
391 x86/ceil.S \
468 x86_64/ceil.S \
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java     [all...]
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java 411 final float d = (float) Math.ceil((float) Math.log10(num < 0 ? -num : num));
485 double first = Math.ceil(start / interval) * interval;
507 outStops.decimals = (int) Math.ceil(-Math.log10(interval));
    [all...]
  /external/opencv3/3rdparty/jinja2/
filters.py 634 - ``'ceil'`` always rounds up
654 if not method in ('common', 'ceil', 'floor'):
655 raise FilterArgumentError('method must be common, ceil or floor')
  /external/vulkan-validation-layers/libs/glm/detail/
func_common.hpp 116 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/ceil.xml">GLSL ceil man page</a>
119 GLM_FUNC_DECL genType ceil(genType const & x);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 880 // ceil the tmp_w and tmp_h value to maintain proper ratio
883 tmp_w = (int)ceil((float)src_crop_width/copybitsMinScale);
884 tmp_h = (int)ceil((float)src_crop_height/copybitsMinScale);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 110 static_assert((std::is_same<decltype(std::ceil((float)0)), float>::value), "");
111 static_assert((std::is_same<decltype(std::ceil((bool)0)), double>::value), "");
112 static_assert((std::is_same<decltype(std::ceil((unsigned short)0)), double>::value), "");
113 static_assert((std::is_same<decltype(std::ceil((int)0)), double>::value), "");
114 static_assert((std::is_same<decltype(std::ceil((unsigned int)0)), double>::value), "");
115 static_assert((std::is_same<decltype(std::ceil((long)0)), double>::value), "");
116 static_assert((std::is_same<decltype(std::ceil((unsigned long)0)), double>::value), "");
117 static_assert((std::is_same<decltype(std::ceil((long long)0)), double>::value), "");
118 static_assert((std::is_same<decltype(std::ceil((unsigned long long)0)), double>::value), "");
119 static_assert((std::is_same<decltype(std::ceil((double)0)), double>::value), "")
    [all...]
  /bionic/libm/include/
math.h 168 double ceil(double);
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
CustomViewAccessibilityActivity.java 266 (int) Math.ceil(Layout.getDesiredWidth(text, mTextPaint)),
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpDec.java 246 inc = (sign == 1) && (n != 0 || discarded != 0); // round ceil
  /external/autotest/client/common_lib/cros/network/
ping_runner.py 59 command_time = math.ceil(interval_seconds * self.count)
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/
graphics_PiglitBVT_11.sh     [all...]
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/
graphics_PiglitBVT_3.sh 127 run_test "shaders/glsl-const-builtin-ceil" 0.0 "bin/shader_runner tests/shaders/glsl-const-builtin-ceil.shader_test -auto"
200 run_test "shaders/glsl-fs-ceil" 0.0 "bin/shader_runner tests/shaders/glsl-fs-ceil.shader_test -auto"
  /external/bison/lib/
vasnprintf.c     [all...]
  /external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/
task.py 264 return int(math.ceil(float(num_traces) / DEFAULT_TRACES_PER_INSTANCE))
  /external/chromium-trace/catapult/tracing/tracing/ui/base/
chart_base_2d.html 235 var largestPower = Math.ceil(
  /external/chromium-trace/catapult/tracing/tracing/ui/tracks/
ruler_track.html 100 Math.pow(10, Math.ceil(log10(idealMajorMarkDistanceWorld)));
  /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/libvpx/libvpx/test/
dct32x32_test.cc 35 return static_cast<int>(ceil(x - 0.5));
  /external/llvm/test/MC/Disassembler/Mips/mips32/
valid-mips32.txt 182 0x46 0x00 0x39 0x8e # CHECK: ceil.w.s $f6, $f7
189 0x46 0x00 0xa1 0x8e # CHECK: ceil.w.s $f6, $f20
231 0x46 0x20 0x73 0x0e # CHECK: ceil.w.d $f12, $f14
241 0x46 0x20 0xc2 0xce # CHECK: ceil.w.d $f11, $f24
  /external/llvm/test/MC/Disassembler/Mips/mips32r2/
valid-mips32r2.txt 194 0x46 0x00 0x39 0x8e # CHECK: ceil.w.s $f6, $f7
202 0x46 0x00 0xa1 0x8e # CHECK: ceil.w.s $f6, $f20
244 0x46 0x20 0x73 0x0e # CHECK: ceil.w.d $f12, $f14
255 0x46 0x20 0xc2 0xce # CHECK: ceil.w.d $f11, $f24
  /external/llvm/test/MC/Disassembler/Mips/mips32r3/
valid-mips32r3.txt 191 0x46 0x00 0x39 0x8e # CHECK: ceil.w.s $f6, $f7
199 0x46 0x00 0xa1 0x8e # CHECK: ceil.w.s $f6, $f20
241 0x46 0x20 0x73 0x0e # CHECK: ceil.w.d $f12, $f14
252 0x46 0x20 0xc2 0xce # CHECK: ceil.w.d $f11, $f24

Completed in 1278 milliseconds

<<21222324252627282930>>