/external/bison/linux-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/v8/test/cctest/ |
test-asm-validator.cc | 369 "var ceil = stdlib.Math.ceil;\n" \ 464 CHECK_VAR_MATH_SHORTCUT(ceil, FUNC_N2N_TYPE); [all...] |
/prebuilts/sdk/current/support/v7/cardview/libs/ |
android-support-v7-cardview.jar | |
/external/v8/src/mips/ |
simulator-mips.cc | [all...] |
/external/v8/src/mips64/ |
simulator-mips64.cc | [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
MathUtils.java | [all...] |
OpenIntToDoubleHashMap.java | 156 final int capacity = (int) FastMath.ceil(expectedSize / LOAD_FACTOR);
|
OpenIntToFieldHashMap.java | 168 final int capacity = (int) FastMath.ceil(expectedSize / LOAD_FACTOR);
|
/external/deqp/framework/common/ |
tcuTexLookupVerifier.cpp | [all...] |
/external/tpm2/ |
CpriECC.c | [all...] |
/bionic/tests/ |
math_test.cpp | 592 TEST(math, ceil) { 593 ASSERT_DOUBLE_EQ(1.0, ceil(0.9)); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
IslamicCalendar.java | 590 ms = (long)Math.ceil(29.5*realMonth) [all...] |
/frameworks/base/core/java/android/widget/ |
StackView.java | 226 mFramePadding = (int) Math.ceil(density * FRAME_PADDING); [all...] |
/frameworks/rs/scriptc/ |
rs_math.rsh | 684 * ceil: Smallest integer not less than a value 688 * For example, ceil(1.2f) returns 2.f, and ceil(-1.2f) returns -1.f. 693 ceil(float v); 696 ceil(float2 v); 699 ceil(float3 v); 702 ceil(float4 v); 706 ceil(half v); 711 ceil(half2 v); 716 ceil(half3 v) [all...] |
/hardware/qcom/display/msm8909/libhwcomposer/ |
hwc_copybit.cpp | [all...] |
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_copybit.cpp | [all...] |
/prebuilts/sdk/renderscript/include/ |
rs_math.rsh | 684 * ceil: Smallest integer not less than a value 688 * For example, ceil(1.2f) returns 2.f, and ceil(-1.2f) returns -1.f. 693 ceil(float v); 696 ceil(float2 v); 699 ceil(float3 v); 702 ceil(float4 v); 706 ceil(half v); 711 ceil(half2 v); 716 ceil(half3 v) [all...] |
/bionic/libc/tzcode/ |
private.h | 575 #define SECSPERREPEAT_BITS 34 /* ceil(log2(SECSPERREPEAT)) */
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
reduce.rs | 423 *accum += ((((c + (long)ceil(log(f))) + i3.x) + i3.y) + i3.z);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/ |
EventState.java | 211 final int n = FastMath.max(1, (int) FastMath.ceil(FastMath.abs(dt) / maxCheckInterval));
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
EmpiricalDistributionImpl.java | 362 FastMath.max((int) FastMath.ceil((value- min) / delta) - 1, 0),
|
/external/apache-http/src/org/apache/commons/codec/binary/ |
Base64.java | 259 (CHUNK_SEPARATOR.length == 0 ? 0 : (int) Math.ceil((float) encodedDataLength / CHUNK_SIZE));
|
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/ |
graphics_PiglitBVT_2.sh | 134 run_test "shaders/glsl-const-builtin-ceil" 0.0 "bin/shader_runner tests/shaders/glsl-const-builtin-ceil.shader_test -auto" 218 run_test "shaders/glsl-fs-ceil" 0.0 "bin/shader_runner tests/shaders/glsl-fs-ceil.shader_test -auto" [all...] |
/external/bison/lib/ |
bitset_stats.c | 150 /* 2 * ceil (log10 (2) * (N - 1)) + 1. */
|
/external/ceres-solver/examples/ |
robot_pose_mle.cc | 237 ceil(FLAGS_corridor_length / FLAGS_pose_separation));
|