Searched refs:CEIL (Results 1 – 11 of 11) sorted by relevance
15 ; 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 …]
65 #define CEIL(x) ( (double) ((int) (x)) == (x) ? \ macro117 w2 = CEIL(w1 + ( x1 - x2 )); in rfbScaledCorrection()118 h2 = CEIL(h1 + ( y1 - y2 )); in rfbScaledCorrection()
118 OP11(CEIL)
177 public static final ComposableFunction CEIL = new ComposableFunction() { field in ComposableFunction
34 defm CEIL : UnaryFP<fceil, "ceil">;
426 return mapToSelf(ComposableFunction.CEIL); in mapCeilToSelf()
309 def CEIL : R600_1OP <310 0x12, "CEIL",
291 OP1_(ROUND_PI, CEIL); in translate_insns()
738 def CEIL : R600_1OP_Helper <0x12, "CEIL", fceil>;
503 NV50_IR_OPCODE_CASE(CEIL, CEIL); in translateOpcode()
897 .. opcode:: CEIL - Ceiling