HomeSort by relevance Sort by last modified time
    Searched refs:CEIL (Results 1 - 12 of 12) 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/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);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 127 OP11(CEIL)
tgsi_lowering.c     [all...]
  /system/netd/server/
MDnsSdListener.cpp 46 #define CEIL(x, y) (((x) + (y) - 1) / (y))
264 size_t dstLength = CEIL(CEIL(txtLen * 4, 3), 4) * 4 + 1;
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_disasm.c 500 OPC(CEIL),
etnaviv_compiler.c     [all...]
  /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...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 619 #define CEIL(x, y) (((x) + ((y) - 1)) / (y))
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_tgsi.cpp 760 NV50_IR_OPCODE_CASE(CEIL, CEIL);
831 NV50_IR_OPCODE_CASE(DCEIL, CEIL);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 983 case3fid(CEIL, CEIL, DCEIL);
    [all...]

Completed in 457 milliseconds