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

<<21222324252627282930>>

  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 342 /// double ceil(double x);
343 TLI_DEFINE_ENUM_INTERNAL(ceil)
344 TLI_DEFINE_STRING_INTERNAL("ceil")
    [all...]
  /external/llvm/lib/Analysis/
VectorUtils.cpp 48 case Intrinsic::ceil:
199 case LibFunc::ceil:
202 return checkUnaryFloatSignature(*CI, Intrinsic::ceil);
  /external/llvm/test/CodeGen/ARM/
vfloatintrinsics.ll 88 ; CHECK: ceil
212 ; CHECK: ceil
336 ; CHECK: ceil
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 504 // ceil the tmp_w and tmp_h value to maintain proper ratio
507 tmp_w = (int)ceil((float)src_crop_width/copybitsMinScale);
508 tmp_h = (int)ceil((float)src_crop_height/copybitsMinScale);
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMathTest.java 146 // Test for method double java.lang.Math.ceil(double)
148 79, Math.ceil(78.89), 0);
150 -78, Math.ceil(-78.89), 0);
OldAndroidStrictMathTest.java 133 // Test for method double java.lang.StrictMath.ceil(double)
135 79, StrictMath.ceil(78.89), 0.0);
137 -78, StrictMath.ceil(-78.89), 0.0);
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorResult.java 199 final int extraWidth = (int) (Math.ceil(Math.max(decimalSeparatorWidth + minusExtraWidth,
213 final int abs_exp_digits = (int) Math.ceil(Math.log10(Math.abs((double)exp))
279 // mMinPos = - (int) Math.ceil(getPaint().measureText(truncatedWholePart)), but
  /prebuilts/go/darwin-x86/src/math/
all_test.go 127 var ceil = []float64{
    [all...]
  /prebuilts/go/linux-x86/src/math/
all_test.go 127 var ceil = []float64{
    [all...]
  /system/netd/server/
MDnsSdListener.cpp 45 #define CEIL(x, y) (((x) + (y) - 1) / (y))
264 size_t dstLength = CEIL(CEIL(txtLen * 4, 3), 4) * 4 + 1;
  /external/dng_sdk/source/
dng_lens_correction.cpp 1156 const int32 y = ConvertDoubleToInt32 (ceil (src.v));
1191 const int32 x = ConvertDoubleToInt32 (ceil (src.h));
1260 const int32 dim = ConvertDoubleToInt32 (ceil (maxSrcGap * fNormRadius));
1284 srcTileSize.v += ConvertDoubleToInt32 (ceil (srcTanGap.v * fNormRadius));
1285 srcTileSize.h += ConvertDoubleToInt32 (ceil (srcTanGap.h * fNormRadius));
    [all...]
  /external/v8/test/cctest/
test-disasm-mips.cc     [all...]
test-disasm-mips64.cc     [all...]
  /frameworks/base/core/java/com/android/internal/app/
ChooserActivity.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cmath 56 #undef ceil
180 using ::ceil;
184 ceil(float __x)
188 ceil(long double __x)
196 ceil(_Tp __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cmath 56 #undef ceil
180 using ::ceil;
184 ceil(float __x)
188 ceil(long double __x)
196 ceil(_Tp __x)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cmath 56 #undef ceil
180 using ::ceil;
184 ceil(float __x)
188 ceil(long double __x)
196 ceil(_Tp __x)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
cmath 56 #undef ceil
180 using ::ceil;
184 ceil(float __x)
188 ceil(long double __x)
196 ceil(_Tp __x)
    [all...]
  /external/libcxx/include/
__hash_table 931 {rehash(static_cast<size_type>(ceil(__n / max_load_factor())));}
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__hash_table 936 {rehash(static_cast<size_type>(ceil(__n / max_load_factor())));}
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
__hash_table 936 {rehash(static_cast<size_type>(ceil(__n / max_load_factor())));}
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 40 Ambiguous ceil(Ambiguous){ return Ambiguous(); } function
194 static_assert((std::is_same<decltype(std::ceil((float)0)), float>::value), "");
195 static_assert((std::is_same<decltype(std::ceil((bool)0)), double>::value), "");
196 static_assert((std::is_same<decltype(std::ceil((unsigned short)0)), double>::value), "");
197 static_assert((std::is_same<decltype(std::ceil((int)0)), double>::value), "");
198 static_assert((std::is_same<decltype(std::ceil((unsigned int)0)), double>::value), "");
199 static_assert((std::is_same<decltype(std::ceil((long)0)), double>::value), "");
200 static_assert((std::is_same<decltype(std::ceil((unsigned long)0)), double>::value), "");
201 static_assert((std::is_same<decltype(std::ceil((long long)0)), double>::value), "");
202 static_assert((std::is_same<decltype(std::ceil((unsigned long long)0)), double>::value), "")
    [all...]
  /external/icu/icu4c/source/common/
putil.cpp 441 return ceil(x);
520 * This is different than calling floor() or ceil():
522 * ceil(3.3) = 4, ceil(-3.3) = -3
535 return ceil(d);
540 return d >= 0 ? floor(d) : ceil(d);
    [all...]
  /external/llvm/test/MC/Disassembler/Mips/mips64r2/
valid-mips64r2.txt 254 0x46 0x00 0x39 0x8e # CHECK: ceil.w.s $f6, $f7
261 0x46 0x00 0x6c 0x8a # CHECK: ceil.l.s $f18, $f13
264 0x46 0x00 0xa1 0x8e # CHECK: ceil.w.s $f6, $f20
299 0x46 0x20 0x18 0x4a # CHECK: ceil.l.d $f1, $f3
310 0x46 0x20 0x73 0x0e # CHECK: ceil.w.d $f12, $f14
322 0x46 0x20 0xc2 0xce # CHECK: ceil.w.d $f11, $f24
  /external/llvm/test/MC/Disassembler/Mips/mips64r3/
valid-mips64r3.txt 252 0x46 0x00 0x39 0x8e # CHECK: ceil.w.s $f6, $f7
259 0x46 0x00 0x6c 0x8a # CHECK: ceil.l.s $f18, $f13
262 0x46 0x00 0xa1 0x8e # CHECK: ceil.w.s $f6, $f20
297 0x46 0x20 0x18 0x4a # CHECK: ceil.l.d $f1, $f3
308 0x46 0x20 0x73 0x0e # CHECK: ceil.w.d $f12, $f14
320 0x46 0x20 0xc2 0xce # CHECK: ceil.w.d $f11, $f24

Completed in 597 milliseconds

<<21222324252627282930>>