Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/compiler/
DCodeGen.java1228 if (p == P_DOUBLE) in compareExpr()
1258 private static final int P_DOUBLE = 0; field in CodeGen
1270 return P_DOUBLE; in typePrecedence()
1332 if (result_type == P_DOUBLE || result_type == P_LONG) { in convertOprandTypes()
1333 if (type1_p == P_DOUBLE || type1_p == P_LONG) in convertOprandTypes()
1486 if (type == P_DOUBLE) in atExpr()