Home
last modified time | relevance | path

Searched refs:CEIL (Results 1 – 11 of 11) sorted by relevance

/external/llvm/test/CodeGen/AMDGPU/
Dfceil.ll15 ; EG: CEIL {{\*? *}}[[RESULT]]
26 ; EG: CEIL {{\*? *}}[[RESULT]]
27 ; EG: CEIL {{\*? *}}[[RESULT]]
41 ; EG-DAG: CEIL {{\*? *}}[[RESULT1]]
42 ; EG-DAG: CEIL {{\*? *}}[[RESULT2]]
43 ; EG-DAG: CEIL {{\*? *}}[[RESULT2]]
56 ; EG: CEIL {{\*? *}}[[RESULT]]
57 ; EG: CEIL {{\*? *}}[[RESULT]]
58 ; EG: CEIL {{\*? *}}[[RESULT]]
59 ; EG: CEIL {{\*? *}}[[RESULT]]
[all …]
/external/libvncserver/libvncserver/
Dscale.c65 #define CEIL(x) ( (double) ((int) (x)) == (x) ? \ macro
117 w2 = CEIL(w1 + ( x1 - x2 )); in rfbScaledCorrection()
118 h2 = CEIL(h1 + ( y1 - y2 )); in rfbScaledCorrection()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h118 OP11(CEIL)
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
DComposableFunction.java177 public static final ComposableFunction CEIL = new ComposableFunction() { field in ComposableFunction
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td34 defm CEIL : UnaryFP<fceil, "ceil">;
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DAbstractRealVector.java426 return mapToSelf(ComposableFunction.CEIL); in mapCeilToSelf()
/external/mesa3d/src/gallium/drivers/radeon/
DR600Instructions.td309 def CEIL : R600_1OP <
310 0x12, "CEIL",
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
Dsm4_to_tgsi.cpp291 OP1_(ROUND_PI, CEIL); in translate_insns()
/external/llvm/lib/Target/AMDGPU/
DR600Instructions.td738 def CEIL : R600_1OP_Helper <0x12, "CEIL", fceil>;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp503 NV50_IR_OPCODE_CASE(CEIL, CEIL); in translateOpcode()
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst897 .. opcode:: CEIL - Ceiling