HomeSort by relevance Sort by last modified time
    Searched refs:CEIL (Results 1 - 11 of 11) sorted by null

  /external/libvncserver/libvncserver/
scale.c 65 #define CEIL(x) ( (double) ((int) (x)) == (x) ? \
117 w2 = CEIL(w1 + ( x1 - x2 ));
118 h2 = CEIL(h1 + ( y1 - y2 ));
126 /* simulate ceil() without math library */
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 118 OP11(CEIL)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
ComposableFunction.java 176 /** The {@code FastMath.ceil} method wrapped as a {@link ComposableFunction}. */
177 public static final ComposableFunction CEIL = new ComposableFunction() {
181 return FastMath.ceil(d);
  /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;
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
AbstractRealVector.java 426 return mapToSelf(ComposableFunction.CEIL);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 349 #define CEIL(x,y) (((x) + (y) - 1) / (y))
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 291 OP1_(ROUND_PI, CEIL);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 619 #define CEIL(x, y) (((x) + ((y) - 1)) / (y))
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 503 NV50_IR_OPCODE_CASE(CEIL, CEIL);
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 263 milliseconds