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

<<21222324252627282930>>

  /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
valid.s 43 ceil.w.d $f11,$f25
44 ceil.w.s $f6,$f20
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 80 return (float) ceil( (double) f );
128 return x >= 0.0 ? floor(x + 0.5) : ceil(x - 0.5);
  /external/mesa3d/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/opencv3/3rdparty/include/ffmpeg_/libavutil/
common.h 252 /** Compute ceil(log2(x)).
253 * @param x value used to compute ceil(log2(x))
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfPxr24Compressor.cpp 195 size_t (ceil (maxInBytes * 0.01))),
397 uLongf outSize = int (ceil ((tmpBufferEnd - _tmpBuffer) * 1.01)) + 100;
  /external/opencv3/modules/cudaarithm/src/
arithm.cpp 434 dft_size.width = 1 << int(ceil(std::log(block_size.width + templ_size.width - 1.) / std::log(2.)));
435 dft_size.height = 1 << int(ceil(std::log(block_size.height + templ_size.height - 1.) / std::log(2.)));
  /external/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/v8/src/compiler/
js-builtin-reducer.cc 144 // ES6 section 20.2.2.10 Math.ceil ( x )
148 // Math.ceil(a:plain-primitive) -> NumberCeil(ToNumber(a))
  /frameworks/support/v7/cardview/src/android/support/v7/widget/
CardView.java 194 final int minWidth = (int) Math.ceil(IMPL.getMinWidth(mCardViewDelegate));
204 final int minHeight = (int) Math.ceil(IMPL.getMinHeight(mCardViewDelegate));
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_layers.cpp 274 target->left = std::ceil(source.left);
275 target->top = std::ceil(source.top);
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_layers.cpp 284 target->left = std::ceil(source.left);
285 target->top = std::ceil(source.top);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 343 #define ceil(Val) __TGMATH_UNARY_REAL_ONLY (Val, ceil) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 343 #define ceil(Val) __TGMATH_UNARY_REAL_ONLY (Val, ceil) macro
  /art/runtime/interpreter/
unstarted_runtime_list.h 44 V(MathCeil, "double java.lang.Math.ceil(double)") \
  /bionic/libc/tools/
posix-2013.txt 96 ceil
  /build/tools/droiddoc/templates-pdk/assets/
carousel.js 157 centeringPoint = Math.ceil(slidesAtOnce/2);
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorBatchingTests.java 56 private static final int BATCHING_PADDING_TIME_S = (int) Math.ceil(BATCHING_PERIOD * 0.1f + 2);
  /external/ImageMagick/coders/
ps2.c 591 "%%%%BoundingBox: %.20g %.20g %.20g %.20g\n",ceil(bounds.x1-0.5),
592 ceil(bounds.y1-0.5),floor(bounds.x2+0.5),floor(bounds.y2+0.5));
    [all...]
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/
graphics_PiglitBVT_15.sh 134 run_test "spec/glsl-1.20/compiler/built-in-functions/ceil-float.frag" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.20/compiler/built-in-functions/ceil-float.frag pass 1.20"
135 run_test "spec/glsl-1.20/compiler/built-in-functions/ceil-float.vert" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.20/compiler/built-in-functions/ceil-float.vert pass 1.20"
136 run_test "spec/glsl-1.20/compiler/built-in-functions/ceil-vec2.frag" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.20/compiler/built-in-functions/ceil-vec2.frag pass 1.20"
137 run_test "spec/glsl-1.20/compiler/built-in-functions/ceil-vec2.vert" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.20/compiler/built-in-functions/ceil-vec2.vert pass 1.20"
138 run_test "spec/glsl-1.20/compiler/built-in-functions/ceil-vec3.frag" 0.0 "bin/glslparsertest generated_tests/spec/glsl-1.20/compiler/built-in-functions/ceil-vec3.frag pass 1.20
    [all...]
  /external/autotest/client/tests/kvm/scripts/
ksm_overcommit_guest.py 37 ((mem+math.ceil(mem*TMPFS_OVERHEAD)),
  /external/bison/lib/
xalloc.h 196 /* Set N = ceil (1.5 * N) so that progress is made if N == 1.
  /external/ceres-solver/include/ceres/
dynamic_autodiff_cost_function.h 175 int num_strides = static_cast<int>(ceil(num_active_parameters /
  /external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
security.py 93 length = long(math.ceil((log_of_2 / math.log(len(pool))) * entropy))

Completed in 3628 milliseconds

<<21222324252627282930>>