/external/llvm/test/MC/Disassembler/Mips/mips32r2/ |
valid-mips32r2-el.txt | 58 0x0e 0x73 0x20 0x46 # CHECK: ceil.w.d $f12, $f14 59 0x8e 0x39 0x00 0x46 # CHECK: ceil.w.s $f6, $f7
|
/external/llvm/test/MC/Disassembler/Mips/mips32r3/ |
valid-mips32r3-el.txt | 55 0x0e 0x73 0x20 0x46 # CHECK: ceil.w.d $f12, $f14 56 0x8e 0x39 0x00 0x46 # CHECK: ceil.w.s $f6, $f7
|
/external/llvm/test/MC/Disassembler/Mips/mips32r5/ |
valid-mips32r5-el.txt | 55 0x0e 0x73 0x20 0x46 # CHECK: ceil.w.d $f12, $f14 56 0x8e 0x39 0x00 0x46 # CHECK: ceil.w.s $f6, $f7
|
/external/llvm/test/MC/Mips/mips32/ |
valid.s | 48 ceil.w.d $f11,$f25 49 ceil.w.s $f6,$f20
|
/external/llvm/test/MC/Mips/mips32r2/ |
valid.s | 48 ceil.w.d $f11,$f25 49 ceil.w.s $f6,$f20
|
/external/llvm/test/MC/Mips/mips32r3/ |
valid.s | 48 ceil.w.d $f11,$f25 49 ceil.w.s $f6,$f20
|
/external/llvm/test/MC/Mips/mips32r5/ |
valid.s | 48 ceil.w.d $f11,$f25 49 ceil.w.s $f6,$f20
|
/external/opencv3/modules/features2d/src/ |
evaluation.cpp | 350 int maxx = (int)ceil(( keypoint1a.boundingBox.width > (diff.x+keypoint2a.boundingBox.width)) ? 355 int maxy = (int)ceil(( keypoint1a.boundingBox.height > (diff.y+keypoint2a.boundingBox.height)) ?
|
/external/skia/src/codec/ |
SkRawCodec.cpp | 36 #include <cmath> // for std::round,floor,ceil 757 SkISize sizeCeil = this->onGetScaledDimensions(1.f / std::ceil(fullShortEdge / shortEdge));
|
/external/skia/tests/ |
MathTest.cpp | 251 int ix = (int)ceil(x); 253 assert_float_equal(reporter, "ceil", x, ix, iix);
|
/external/v8/src/ |
bignum-dtoa.cc | 348 // Note that 10^floor(log10(v)) <= v, but v <= 10^ceil(log10(v)). 373 std::ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10);
|
/external/webrtc/webrtc/modules/desktop_capture/ |
screen_capturer_mac.mm | 61 static_cast<int>(ceil((rect.origin.x + rect.size.width) * scale)), 62 static_cast<int>(ceil((rect.origin.y + rect.size.height) * scale))); [all...] |
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
h264_bitstream_parser.cc | 271 // to account for the ceil() of log2() below. 280 // Represented by ceil(log2(num_slice_groups_minus1 + 1)) bits.
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
header.cpp | 274 numBits = 0;/* ceil(log2(num_slice_groups_minus1+1)) bits */ 483 /* Ceil(Log2(PicSizeInMapUnits/(float)SliceGroupChangeRate + 1)) */ [all...] |
/frameworks/base/graphics/java/android/graphics/ |
RectF.java | 453 (int) Math.ceil(right), (int) Math.ceil(bottom));
|
/frameworks/native/opengl/libagl/ |
dxt.cpp | 574 * The number of blocks is given by ceil(width/4)*ceil(height/4).
|
/frameworks/rs/driver/runtime/ |
rs_sample.c | 566 uint32_t lod1 = (uint32_t)ceil(lod); 619 uint32_t lod1 = (uint32_t)ceil(lod);
|
/hardware/qcom/media/msm8996/videopp/inc/ |
omx_vdpp.h | 788 if((ceil(value) - value) > 0.5) 791 return ceil(value);
|
/libcore/ojluni/src/main/java/sun/security/ssl/ |
InputRecord.java | 302 return 0x01 + (int)(Math.ceil(fullLen/(1.0d * blockLen)) - 303 Math.ceil(usedLen/(1.0d * blockLen))) * signer.hashBlockLen();
|
/prebuilts/go/darwin-x86/src/sort/ |
sort.go | 192 // Switch to heapsort if depth of 2*ceil(lg(n+1)) is reached. 348 // The recursion depth is bound by ceil(log(N+M)).
|
/prebuilts/go/linux-x86/src/sort/ |
sort.go | 192 // Switch to heapsort if depth of 2*ceil(lg(n+1)) is reached. 348 // The recursion depth is bound by ceil(log(N+M)).
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
datetime.so | |
/art/compiler/optimizing/ |
intrinsics_mips64.cc | 740 // double floor/ceil(double in) { 750 // Long outLong = floor/ceil(in); 752 // // floor()/ceil() has almost certainly returned a value 756 // // There is also a small probability that floor(in)/ceil(in) 784 // double java.lang.Math.ceil(double) [all...] |
/external/bison/darwin-lib/ |
math.h | 718 # define ceil rpl_ceil 720 _GL_FUNCDECL_RPL (ceil, double, (double x)); 721 _GL_CXXALIAS_RPL (ceil, double, (double x)); 723 _GL_CXXALIAS_SYS (ceil, double, (double x)); 725 _GL_CXXALIASWARN (ceil); [all...] |
/external/bison/lib/ |
math.in.h | 406 # define ceil rpl_ceil macro 408 _GL_FUNCDECL_RPL (ceil, double, (double x)); 409 _GL_CXXALIAS_RPL (ceil, double, (double x)); 411 _GL_CXXALIAS_SYS (ceil, double, (double x)); 413 _GL_CXXALIASWARN (ceil); variable [all...] |