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

<<21222324252627282930>>

  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/
graphics_PiglitBVT_11.sh 130 run_test "spec/glsl-1.10/execution/built-in-functions/vs-ceil-float" 0.0 "bin/shader_runner generated_tests/spec/glsl-1.10/execution/built-in-functions/vs-ceil-float.shader_test -auto"
131 run_test "spec/glsl-1.10/execution/built-in-functions/vs-ceil-vec2" 0.0 "bin/shader_runner generated_tests/spec/glsl-1.10/execution/built-in-functions/vs-ceil-vec2.shader_test -auto"
132 run_test "spec/glsl-1.10/execution/built-in-functions/vs-ceil-vec3" 0.0 "bin/shader_runner generated_tests/spec/glsl-1.10/execution/built-in-functions/vs-ceil-vec3.shader_test -auto"
133 run_test "spec/glsl-1.10/execution/built-in-functions/vs-ceil-vec4" 0.0 "bin/shader_runner generated_tests/spec/glsl-1.10/execution/built-in-functions/vs-ceil-vec4.shader_test -auto"
    [all...]
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/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/
search.py 24 from math import ceil namespace
57 self.num_pages_needed = ceil(self.hits / self.query.real_size)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
search.py 23 from math import ceil namespace
54 self.num_pages_needed = ceil(self.hits / self.query.real_size)
  /external/chromium-trace/catapult/third_party/polymer/components/core-dropdown/
core-dropdown.html 218 target.style.width = Math.ceil(rect.width) + 'px';
219 target.style.height = Math.ceil(rect.height) + 'px';
  /external/deqp/modules/gles2/functional/
es2fShaderConstExprTests.cpp 109 {"ceil", "ceil(${T} (82.2))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatCeil(82.2f) },
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
searchcvs.php 230 $endpage = ($page + 5 > $rows/$pagesize ? ceil($rows/$pagesize) : $page + 5);
240 print ($page < ceil($rows/$pagesize) ? pagelink($page + 1, false, "Next") : "");
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
Downsampler.java 197 int targetWidth = (int) Math.ceil(inWidth / (double) sampleSize);
198 int targetHeight = (int) Math.ceil(inHeight / (double) sampleSize);
  /external/llvm/test/MC/Disassembler/Mips/mips2/
valid-mips2-el.txt 36 0xce 0xc2 0x20 0x46 # CHECK: ceil.w.d $f11, $f24
37 0x8e 0xa1 0x00 0x46 # CHECK: ceil.w.s $f6, $f20
  /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))
  /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));
  /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);

Completed in 1109 milliseconds

<<21222324252627282930>>