Searched defs:INT_TO_FLOAT (Results 1 – 6 of 6) sorted by relevance
553 public static final Dop INT_TO_FLOAT = field in Dops
365 MAP.put(Rops.CONV_I2F, Dops.INT_TO_FLOAT); in MAP.put()
165 public static final int INT_TO_FLOAT = 0x82; field in Opcodes
546 public static final Info INT_TO_FLOAT = field in OpcodeInfo
99 #define INT_TO_FLOAT(I) ((GLfloat) ((2.0F * (I) + 1.0F) * (1.0F/4294967294.0))) macro
165 …INT_TO_FLOAT(0x82, "int-to-float", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Opc… enumConstant