Searched refs:isFP (Results 1 - 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/texture/
H A DImage.java269 private Format(int bpp, boolean isFP){ argument
271 this.isFloatingPoint = isFP;
274 private Format(int bpp, boolean isDepth, boolean isCompressed, boolean isFP){ argument
275 this(bpp, isFP);
/external/llvm/utils/TableGen/
H A DFastISelEmitter.cpp97 bool isFP() const { return Repr == OK_FP; }
106 else if (isFP())
291 } else if (Operands[i].isFP()) {
318 } else if (Operands[i].isFP()) {
333 } else if (Operands[i].isFP()) {
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3634 static unsigned TranslateX86CC(ISD::CondCode SetCCOpcode, bool isFP, argument
3636 if (!isFP) {
13064 bool isFP = Op.getOperand(1).getSimpleValueType().isFloatingPoint(); local
13067 if (isFP) {
13357 bool isFP = Op1.getSimpleValueType().isFloatingPoint(); local
13358 unsigned X86CC = TranslateX86CC(CC, isFP, Op0, Op1, DAG);

Completed in 195 milliseconds