/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/ |
tgmath.h | 593 // ceil 601 __tg_ceil(double __x) {return ceil(__x);} 607 #undef ceil macro 608 #define ceil(__x) __tg_ceil(__tg_promote1((__x))(__x)) macro
|
/prebuilts/sdk/renderscript/clang-include/ |
tgmath.h | 593 // ceil 601 __tg_ceil(double __x) {return ceil(__x);} 607 #undef ceil macro 608 #define ceil(__x) __tg_ceil(__tg_promote1((__x))(__x)) macro
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
ApplicationAttributesPart.java | 119 int n2 = (int) Math.ceil(n / 2.0);
|
/system/connectivity/shill/test-scripts/ |
stability | 29 steps = int(math.ceil(float(finish - start) / increment))
|
/system/extras/tests/kernel.config/ |
aslr_test.cpp | 136 unsigned int e_bits = (int) (std::ceil(std::log2(max_addr - min_addr)) - std::log2(getpagesize()));
|
/external/libcxx/include/ |
cmath | 66 floating_point ceil (arithmetic x); 748 // ceil 750 using ::ceil; 754 inline _LIBCPP_INLINE_VISIBILITY float ceil(float __lcpp_x) _NOEXCEPT {return ceilf(__lcpp_x);} 755 inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __lcpp_x) _NOEXCEPT {return ceill(__lcpp_x);} 761 ceil(_A1 __lcpp_x) _NOEXCEPT {return ceil((double)__lcpp_x);} [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cmath | 66 floating_point ceil (arithmetic x); 744 // ceil 746 using ::ceil; 750 inline _LIBCPP_INLINE_VISIBILITY float ceil(float __x) _NOEXCEPT {return ceilf(__x);} 751 inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __x) _NOEXCEPT {return ceill(__x);} 757 ceil(_A1 __x) _NOEXCEPT {return ceil((double)__x);} [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cmath | 66 floating_point ceil (arithmetic x); 744 // ceil 746 using ::ceil; 750 inline _LIBCPP_INLINE_VISIBILITY float ceil(float __x) _NOEXCEPT {return ceilf(__x);} 751 inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __x) _NOEXCEPT {return ceill(__x);} 757 ceil(_A1 __x) _NOEXCEPT {return ceil((double)__x);} [all...] |
/external/llvm/test/Transforms/InstCombine/ |
intrinsics.ll | 23 declare double @llvm.ceil.f64(double %Val) nounwind readonly 468 define void @ceil(double *%P) { 470 %B = tail call double @llvm.ceil.f64(double 1.5) nounwind 472 %C = tail call double @llvm.ceil.f64(double -1.5) nounwind 475 ; CHECK-LABEL: @ceil(
|
/external/vulkan-validation-layers/libs/glm/detail/ |
func_common.inl | 256 // ceil 258 GLM_FUNC_QUALIFIER genType ceil(genType const & x) 262 "'ceil' only accept floating-point inputs"); 264 return ::std::ceil(x); 267 VECTORIZE_VEC(ceil)
|
/prebuilts/misc/common/android-support-test/espresso/ |
espresso-web-2.2.2-release-no-dep.jar | |
espresso-web-2.2.2-release.jar | |
/external/deqp/android/cts/lmp/ |
gles31-master.txt | 397 dEQP-GLES31.functional.shaders.builtin_functions.common.ceil.float_lowp_geometr [all...] |
/external/deqp/android/cts/lmp/src/ |
es31-lmp.txt | 397 dEQP-GLES31.functional.shaders.builtin_functions.common.ceil.float_lowp_geometr [all...] |
/external/deqp/android/cts/lmp-mr1/ |
gles31-master.txt | 397 dEQP-GLES31.functional.shaders.builtin_functions.common.ceil.float_lowp_geometr [all...] |
/external/deqp/android/cts/lmp-mr1/src/ |
es31-lmp-mr1.txt | 397 dEQP-GLES31.functional.shaders.builtin_functions.common.ceil.float_lowp_geometr [all...] |
/external/deqp/android/cts/master/ |
gles31-master.txt | 397 dEQP-GLES31.functional.shaders.builtin_functions.common.ceil.float_lowp_geometr [all...] |
/external/deqp/android/cts/mnc/ |
gles31-master.txt | 397 dEQP-GLES31.functional.shaders.builtin_functions.common.ceil.float_lowp_geometr [all...] |
/external/deqp/android/cts/mnc/src/ |
gles31-master.txt | 397 dEQP-GLES31.functional.shaders.builtin_functions.common.ceil.float_lowp_geometr [all...] |
/external/opencv3/modules/features2d/src/kaze/ |
AKAZEFeatures.cpp | 723 desc = Mat::zeros((int)kpts.size(), (int)ceil(t / 8.), CV_8UC1); 727 desc = Mat::zeros((int)kpts.size(), (int)ceil(options_.descriptor_size / 8.), CV_8UC1); [all...] |
/external/llvm/test/CodeGen/AArch64/ |
arm64-vcvt.ll | 435 %tmp3 = call <2 x float> @llvm.ceil.v2f32(<2 x float> %A) 444 %tmp3 = call <4 x float> @llvm.ceil.v4f32(<4 x float> %A) 453 %tmp3 = call <2 x double> @llvm.ceil.v2f64(<2 x double> %A) 457 declare <2 x float> @llvm.ceil.v2f32(<2 x float>) nounwind readnone 458 declare <4 x float> @llvm.ceil.v4f32(<4 x float>) nounwind readnone 459 declare <2 x double> @llvm.ceil.v2f64(<2 x double>) nounwind readnone
|
/external/llvm/test/MC/Disassembler/Mips/mips64/ |
valid-mips64.txt | 234 0x46 0x00 0x39 0x8e # CHECK: ceil.w.s $f6, $f7 240 0x46 0x00 0x6c 0x8a # CHECK: ceil.l.s $f18, $f13 243 0x46 0x00 0xa1 0x8e # CHECK: ceil.w.s $f6, $f20 278 0x46 0x20 0x18 0x4a # CHECK: ceil.l.d $f1, $f3 289 0x46 0x20 0x73 0x0e # CHECK: ceil.w.d $f12, $f14 300 0x46 0x20 0xc2 0xce # CHECK: ceil.w.d $f11, $f24
|
/external/llvm/test/Transforms/BBVectorize/ |
simple-int.ll | 10 declare double @llvm.ceil.f64(double) 190 ; Basic depth-3 chain with ceil 194 %Y1 = call double @llvm.ceil.f64(double %X1) 195 %Y2 = call double @llvm.ceil.f64(double %X2) 206 ; CHECK: %Y1 = call <2 x double> @llvm.ceil.v2f64(<2 x double> %X1) 496 ; CHECK: declare <2 x double> @llvm.ceil.v2f64(<2 x double>) #0
|
/art/test/123-inline-execute2/ |
expected.txt | 145 Math.ceil(0.0001) = 1.000000000000 296 StrictMath.ceil(0.0001) = 1.0
|
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/ |
b_tgamma.c | 282 y = ceil(x); 289 if (y == ceil(y))
|