Home
last modified time | relevance | path

Searched refs:TYPE_J (Results 1 – 6 of 6) sorted by relevance

/dports/science/jmol/jmol-14.32.7/src/org/openscience/jmol/app/janocchio/
H A DMeasure.java40 final static int TYPE_J = 1; //0 field in Measure
94 return df[TYPE_J].format(d); in formatJ()
H A DMeasureCouple.java35 super(expValue, calcValue, Measure.TYPE_J); in MeasureCouple()
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/asm/
H A Dx86opc.h127 TYPE_J, /* relative branch offset */ enumerator
H A Dx86asm.cc143 {TYPE_I, TYPE_Is, TYPE_J, TYPE_A, TYPE_Ix, TYPE_I4},
948 case TYPE_J: { in encode_op()
1430 } else if (xop->type == TYPE_J) { in match_size()
H A Dx86dis.cc637 case TYPE_J: { in decode_op()
H A Dx86opc.cc87 {TYPE_J, 0, 0, SIZE_B},
89 {TYPE_J, 0, 0, SIZE_VV},