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

<<21222324252627282930>>

  /external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
coverage_html.js 398 result = Math.ceil(nlines);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
s3put 210 chunk_amount = int(math.ceil(source_size / float(bytes_per_chunk)))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/
domain.py 349 * Common mathematic functions: abs ceil erf exp floor
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
domain.py 493 * Mathematical functions: abs ceil exp floor ln log2 log10 logn
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
concurrent.py 57 total_parts = int(math.ceil(total_size / float(part_size)))
  /external/clang/include/clang/Basic/
BuiltinsNVPTX.def 145 // Floor, Ceil
  /external/clang/test/CodeGen/
builtins-ppc-vsx.c 96 // CHECK: call <2 x double> @llvm.ceil.v2f64(<2 x double> %{{[0-9]*}})
97 // CHECK-LE: call <2 x double> @llvm.ceil.v2f64(<2 x double> %{{[0-9]*}})
100 // CHECK: call <4 x float> @llvm.ceil.v4f32(<4 x float> %{{[0-9]*}})
101 // CHECK-LE: call <4 x float> @llvm.ceil.v4f32(<4 x float> %{{[0-9]*}})
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp     [all...]
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixPower.h 241 int unwindingNumber = std::ceil((numext::imag(logCurr - logPrev) - M_PI) / (2*M_PI));
  /external/harfbuzz_ng/util/
ansi-print.cc 51 return ceil (x - 0.5);
  /external/iproute2/include/linux/
pkt_sched.h 346 struct tc_ratespec ceil; member in struct:tc_htb_opt
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 342 struct tc_ratespec ceil; member in struct:tc_htb_opt
  /external/libchrome/base/message_loop/
message_pump_glib.cc 32 ceil((from - TimeTicks::Now()).InMillisecondsF()));
message_pump_glib_unittest.cc 47 return std::max(0, static_cast<int>(ceil(delta.InMillisecondsF())));
  /external/libjpeg-turbo/java/doc/org/libjpegturbo/turbojpeg/
TJScalingFactor.html 240 <code>ceil(dimension * scalingFactor)</code>.</div>
  /external/libvpx/libvpx/vpx_dsp/x86/
vpx_subpixel_8t_intrin_avx2.c 11 // Due to a header conflict between math.h and intrinsics includes with ceil()
  /external/llvm/include/llvm/ADT/
SmallBitVector.h 46 // Theoretically this is a ceil-log2. These bits are encoded in the most
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 241 case LibFunc::ceil: case LibFunc::ceilf: case LibFunc::ceill:
TargetTransformInfoImpl.h 191 Name == "floorf" || Name == "ceil" || Name == "round" ||
  /external/llvm/lib/Target/Mips/
MipsScheduleP5600.td 384 // ceil.[lw].[ds], floor.[lw].[ds]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.c 163 * of fptosi and sitofp (necessary for trunc/floor/ceil/round
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_info.c 123 { 1, 1, 0, 0, 0, 0, COMP, "CEIL", TGSI_OPCODE_CEIL },
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_print.cpp 117 "ceil",
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_opcodes.c 64 .Name = "CEIL",
  /external/opencv3/modules/flann/include/opencv2/flann/
lsh_table.h 348 mask_ = std::vector<size_t>((size_t)ceil((float)(feature_size * sizeof(char)) / (float)sizeof(size_t)), 0);

Completed in 1074 milliseconds

<<21222324252627282930>>