HomeSort by relevance Sort by last modified time
    Searched full:ceil (Results 101 - 125 of 1128) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/tests/device/test-gnustl-full/unit/
cmath_test.cpp 78 CPPUNIT_CHECK( are_equals(std::ceil(1.5), 2.0) );
112 CPPUNIT_CHECK( are_equals(std::ceil(1.5f), 2.0f) );
138 CPPUNIT_CHECK( are_equals(std::ceil(1.5l), 2.0l) );
  /ndk/tests/device/test-stlport/unit/
cmath_test.cpp 78 CPPUNIT_CHECK( are_equals(std::ceil(1.5), 2.0) );
112 CPPUNIT_CHECK( are_equals(std::ceil(1.5f), 2.0f) );
138 CPPUNIT_CHECK( are_equals(std::ceil(1.5l), 2.0l) );
  /bionic/libstdc++/include/
cmath 67 using ::ceil;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CeilTest.java 72 ref[idxRef] = (float)(Math.ceil((double)in[idx]));
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
NumericSprite.java 39 mWidth[i] = (int) Math.ceil(mLabelMaker.getWidth(i));
  /external/chromium/base/synchronization/
waitable_event_win.cc 62 double timeout = ceil(max_time.InMillisecondsF());
  /external/chromium_org/base/synchronization/
waitable_event_win.cc 64 double timeout = ceil(max_time.InMillisecondsF());
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/
background.js 238 Math.ceil(canvas.width/2),
239 Math.ceil(canvas.height/2));
242 -Math.ceil(canvas.width/2),
243 -Math.ceil(canvas.height/2));
  /external/chromium_org/content/renderer/media/
webmediaplayer_util.cc 28 microseconds > 0 ? microseconds + 0.5 : ceil(microseconds - 0.5));
  /external/chromium_org/third_party/mesa/src/src/glsl/builtins/profiles/
110.glsl 106 float ceil(float x);
107 vec2 ceil(vec2 x);
108 vec3 ceil(vec3 x);
109 vec4 ceil(vec4 x);
120.glsl 106 float ceil(float x);
107 vec2 ceil(vec2 x);
108 vec3 ceil(vec3 x);
109 vec4 ceil(vec4 x);
  /external/chromium_org/third_party/skia/src/core/
SkFP.h 53 #define SkFPCeil(x) SkFloat::Ceil();
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2326.js 36 while (--iterations > 0) accumulator = Math.ceil(accumulator);
  /external/clang/test/CodeGen/
libcall-declarations.c 17 double ceil(double);
81 atan2f, ceil, ceill, ceilf, copysign, copysignl, copysignf, cos, cosl, cosf,
101 // CHECK-NOERRNO: declare double @ceil(double) [[NUW]]
162 // CHECK-ERRNO: declare double @ceil(double) [[NUW:#[0-9]+]]
  /external/harfbuzz_ng/util/
helper-cairo.cc 136 int w = ceil (width);
137 int h = ceil (height);
194 int w = ceil (width);
195 int h = ceil (height);
  /external/mesa3d/src/glsl/builtins/profiles/
110.glsl 106 float ceil(float x);
107 vec2 ceil(vec2 x);
108 vec3 ceil(vec3 x);
109 vec4 ceil(vec4 x);
120.glsl 106 float ceil(float x);
107 vec2 ceil(vec2 x);
108 vec3 ceil(vec3 x);
109 vec4 ceil(vec4 x);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
TwoSecondIntersectionFinder.java 53 int fragmentCount = (int)Math.ceil(trackLength / 2) - 1;
  /external/skia/src/core/
SkFP.h 53 #define SkFPCeil(x) SkFloat::Ceil();
  /external/webrtc/src/modules/audio_processing/ns/
defines.h 32 #define IP_LENGTH (ANAL_BLOCKL_MAX >> 1) // must be at least ceil(2 + sqrt(ANAL_BLOCKL_MAX/2))
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
Core_MixInSoft_D32C31_SAT.c 47 TargetTimesOneMinAlpha +=2; /* Ceil*/
Core_MixSoft_1St_D32C31_WRA.c 48 TargetTimesOneMinAlpha +=2; /* Ceil*/
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 187 (int) Math.ceil(childBounds.right),
188 (int) Math.ceil(childBounds.bottom));
192 + "," + (int) Math.ceil(childBounds.right)
193 + "," + (int) Math.ceil(childBounds.bottom));
  /frameworks/compile/slang/tests/P_math_fp/
math_fp.rs 87 TEST_FUNC_1(ceil);
  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
mlmath.h 55 #define ceil(x) ml_ceil(x) macro

Completed in 648 milliseconds

1 2 3 45 6 7 8 91011>>