HomeSort by relevance Sort by last modified time
    Searched full:ceil (Results 201 - 225 of 557) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilt/sdk/15/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);
  /libcore/luni/src/main/java/java/lang/
StrictMath.java 241 * <li>{@code ceil(+0.0) = +0.0}</li>
242 * <li>{@code ceil(-0.0) = -0.0}</li>
243 * <li>{@code ceil((anything in range (-1,0)) = -0.0}</li>
244 * <li>{@code ceil(+infinity) = +infinity}</li>
245 * <li>{@code ceil(-infinity) = -infinity}</li>
246 * <li>{@code ceil(NaN) = NaN}</li>
253 public static native double ceil(double d); method in class:StrictMath
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Initialize.cpp 130 s.append(TString("float ceil(float x);"));
131 s.append(TString("vec2 ceil(vec2 x);"));
132 s.append(TString("vec3 ceil(vec3 x);"));
133 s.append(TString("vec4 ceil(vec4 x);"));
573 symbolTable.relateToOperator("ceil", EOpCeil);
  /external/webrtc/src/modules/audio_processing/aec/main/matlab/
fullaec.m 54 echoBandRange = ceil(300*2/fs*N):floor(1800*2/fs*N);
55 %echoBandRange = ceil(1500*2/fs*N):floor(2500*2/fs*N);
57 echoBandRange = ceil(300*2/fs*N):floor(1800*2/fs*N);
58 %echoBandRange = ceil(300*2/fs*N):floor(1800*2/fs*N);
60 %echoBandRange = ceil(1600*2/fs*N):floor(1900*2/fs*N);
61 %echoBandRange = ceil(2000*2/fs*N):floor(4000*2/fs*N);
  /bionic/libm/bsdsrc/
b_tgamma.c 287 y = .5*ceil(x);
288 if (y == ceil(y))
  /external/chromium/webkit/glue/
webkitclient_impl.cc 480 // This results in measurable performance degradation unless we use ceil() to
483 ceil((fire_time - currentTime()) * base::Time::kMicrosecondsPerSecond));
  /external/llvm/include/llvm/Support/
MathExtras.h 321 /// Log2_32_Ceil - This function returns the ceil log base 2 of the specified
328 /// Log2_64_Ceil - This function returns the ceil log base 2 of the specified
  /external/skia/tests/
MathTest.cpp 129 int ix = (int)ceil(x);
131 assert_float_equal(reporter, "ceil", x, ix, iix);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.cpp 217 return 8 * (GLsizei)ceil((float)width / 4.0f) * (GLsizei)ceil((float)height / 4.0f);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.cpp 420 int numTilesHorizontal = ceil(m_constrainedSize.width / m_tileSize.width);
421 int numTilesVertical = ceil(m_constrainedSize.height / m_tileSize.height);
  /external/webkit/Source/WebCore/svg/
SVGLength.cpp 439 // Use of ceil allows a pixel match to the W3Cs expected output of coords-units-03-b.svg
458 // Use of ceil allows a pixel match to the W3Cs expected output of coords-units-03-b.svg
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 336 #define ceil(Val) __TGMATH_UNARY_REAL_ONLY (Val, ceil) macro
  /bionic/libc/tzcode/
private.h 357 #define SECSPERREPEAT_BITS 34 /* ceil(log2(SECSPERREPEAT)) */
  /build/tools/droiddoc/templates-pdk/assets/
carousel.js 157 centeringPoint = Math.ceil(slidesAtOnce/2);
  /build/tools/droiddoc/templates-sdk/assets/
carousel.js 157 centeringPoint = Math.ceil(slidesAtOnce/2);
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
page_action_decoration.mm 215 const CGFloat bottom_inset = std::ceil(delta_height / 2.0);
  /external/iproute2/include/linux/
pkt_sched.h 257 struct tc_ratespec ceil; member in struct:tc_htb_opt
  /external/kernel-headers/original/linux/
pkt_sched.h 273 struct tc_ratespec ceil; member in struct:tc_htb_opt
  /external/libvpx/examples/includes/geshi/geshi/
actionscript.php 71 'Camera', 'capabilities', 'CAPSLOCK', 'caption', 'catch', 'ceil', 'charAt', 'charCodeAt',
blitzbasic.php 97 'ChangeDir','Ceil','CallDLL','Bin','BankSize','BackBuffer','AvailVidMem','AutoMidHandle',
cpp.php 107 'exp', 'log', 'log10', 'pow', 'sqrt', 'ceil', 'floor', 'fabs', 'ldexp',
delphi.php 181 'ArcSecH', 'ArcSin', 'ArcSinh', 'ArcTan2', 'ArcTanh', 'Ceil',
gnuplot.php 142 'besy1', 'ceil', 'column', 'cos',
klonec.php 63 'ceil', 'eval', 'round', 'floor',

Completed in 550 milliseconds

1 2 3 4 5 6 7 891011>>