Searched refs:geq (Results 1 - 16 of 16) sorted by relevance

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/optimize/
H A DFold_Float02.java42 return geq();
66 static boolean geq() { method in class:Fold_Float02
H A DFold_Long02.java42 return geq();
66 static boolean geq() { method in class:Fold_Long02
H A DFold_Int02.java42 return geq();
66 static boolean geq() { method in class:Fold_Int02
H A DFold_Double02.java42 return geq();
66 static boolean geq() { method in class:Fold_Double02
/openjdk10/jdk/test/javax/management/query/
H A DQueryExpStringTest.java64 geq = Query.geq(intValue, floatValue), field in class:QueryExpStringTest
115 geq, "(12345678) >= (2.5)",
267 return Query.geq(lhs, rhs);
H A DQueryFactory.java234 queries.add(Query.geq(Query.attr(primitiveIntAttName),
/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DQuery.java72 * A code representing the {@link Query#geq} query. This is chiefly
186 public static QueryExp geq(ValueExp v1, ValueExp v2) { method in class:Query
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp51 case leq: return geq;
53 case geq: return leq;
66 case lss: return geq;
69 case geq: return lss;
474 case If::geq: return x >= y ? cond_true : cond_false;
488 case If::geq: return x >= y ? cond_true : cond_false;
H A Dc1_RangeCheckElimination.cpp274 _bound = new Bound(Instruction::geq, NULL, bound->lower());
333 cond = Instruction::geq;
554 insert_position = predicate(compare_instr, Instruction::geq, length_instr, state, insert_position);
692 // Compare for geq array.length
708 // Compare for geq array.length
709 insert_position = predicate(upper_instr, Instruction::geq, length_instr, state, insert_position, bci);
711 // Compare for geq array.length
712 insert_position = predicate_add(upper_instr, upper, Instruction::geq, length_instr, state, insert_position, bci);
716 // Compare for geq array.length
965 update_bound(pushed, ai->index(), Instruction::geq, NUL
[all...]
H A Dc1_Canonicalizer.cpp693 case If::geq: return x >= y;
724 case If::geq: sux = x->sux_for(true); break;
768 else if (eql_sux == gtr_sux) { cond = If::geq; tsux = eql_sux; fsux = lss_sux; }
H A Dc1_LIRGenerator.hpp424 case If::geq: l = lir_cond_greaterEqual; break;
H A Dc1_InstructionPrinter.cpp59 case If::geq: return ">=";
H A Dc1_LIRGenerator.cpp819 if ((ifop->cond() == If::gtr || ifop->cond() == If::geq) &&
3606 case Instruction::geq: ok = (a_int >= b_int); break;
H A Dc1_Instruction.hpp390 eql, neq, lss, leq, gtr, geq, aeq, beq enumerator in enum:Instruction::Condition
H A Dc1_GraphBuilder.cpp2827 case Bytecodes::_ifge : if_zero(intType , If::geq); break;
2833 case Bytecodes::_if_icmpge : if_same(intType , If::geq); break;
/openjdk10/nashorn/test/script/basic/
H A DJDK-8017084.js4910 geq: 4879,

Completed in 1636 milliseconds