Searched defs:SignExtend (Results 1 - 3 of 3) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DLigatureSubstProc.cpp46 #define SignExtend(v,m) (((v) & SignBit(m))? ((v) | ExtendedComplement(m)): (v)) macro
H A DLigatureSubstProc2.cpp46 #define SignExtend(v,m) (((v) & SignBit(m))? ((v) | ExtendedComplement(m)): (v)) macro
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/type/
H A DArithmeticOpTable.java765 public abstract static class SignExtend extends IntegerConvertOp<SignExtend> { class in class:ArithmeticOpTable.IntegerConvertOp
767 protected SignExtend() { method in class:ArithmeticOpTable.IntegerConvertOp.SignExtend

Completed in 58 milliseconds