Searched refs:FPC (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/none/tests/s390x/
H A Drounding-5.stdout.exp1 setting FPC rounding mode to [-> near]
3 setting FPC rounding mode to [-> zero]
5 setting FPC rounding mode to [-> +inf]
7 setting FPC rounding mode to [-> -inf]
10 setting FPC rounding mode to [-> near]
12 setting FPC rounding mode to [-> zero]
14 setting FPC rounding mode to [-> +inf]
16 setting FPC rounding mode to [-> -inf]
19 setting FPC rounding mode to [-> near]
21 setting FPC roundin
[all...]
H A Drounding-4.stdout.exp1 setting FPC rounding mode to [-> near]
3 setting FPC rounding mode to [-> zero]
5 setting FPC rounding mode to [-> +inf]
7 setting FPC rounding mode to [-> -inf]
10 setting FPC rounding mode to [-> near]
12 setting FPC rounding mode to [-> zero]
14 setting FPC rounding mode to [-> +inf]
16 setting FPC rounding mode to [-> -inf]
19 setting FPC rounding mode to [-> near]
21 setting FPC roundin
[all...]
H A Dfpext_warn.stderr.exp6 the rounding mode from FPC. Results may differ!
12 the rounding mode from FPC. Results may differ!
18 the rounding mode from FPC. Results may differ!
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DAnalysis.cpp152 ISD::CondCode FPC, FOC; local
154 case FCmpInst::FCMP_FALSE: FOC = FPC = ISD::SETFALSE; break;
155 case FCmpInst::FCMP_OEQ: FOC = ISD::SETEQ; FPC = ISD::SETOEQ; break;
156 case FCmpInst::FCMP_OGT: FOC = ISD::SETGT; FPC = ISD::SETOGT; break;
157 case FCmpInst::FCMP_OGE: FOC = ISD::SETGE; FPC = ISD::SETOGE; break;
158 case FCmpInst::FCMP_OLT: FOC = ISD::SETLT; FPC = ISD::SETOLT; break;
159 case FCmpInst::FCMP_OLE: FOC = ISD::SETLE; FPC = ISD::SETOLE; break;
160 case FCmpInst::FCMP_ONE: FOC = ISD::SETNE; FPC = ISD::SETONE; break;
161 case FCmpInst::FCMP_ORD: FOC = FPC = ISD::SETO; break;
162 case FCmpInst::FCMP_UNO: FOC = FPC
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
H A DCBackend.cpp947 ConstantFP *FPC = cast<ConstantFP>(CPV); local
948 std::map<const ConstantFP*, unsigned>::iterator I = FPConstantMap.find(FPC);
952 Out << "(*(" << (FPC->getType() == Type::getFloatTy(CPV->getContext()) ?
954 FPC->getType() == Type::getDoubleTy(CPV->getContext()) ?
960 if (FPC->getType() == Type::getFloatTy(CPV->getContext()))
961 V = FPC->getValueAPF().convertToFloat();
962 else if (FPC->getType() == Type::getDoubleTy(CPV->getContext()))
963 V = FPC->getValueAPF().convertToDouble();
968 APFloat Tmp = FPC->getValueAPF();
992 if (FPC
1982 const ConstantFP *FPC = dyn_cast<ConstantFP>(C); local
[all...]
/external/llvm/lib/IR/
H A DConstantFold.cpp588 if (ConstantFP *FPC = dyn_cast<ConstantFP>(V)) {
590 APFloat Val = FPC->getValueAPF();
604 if (ConstantFP *FPC = dyn_cast<ConstantFP>(V)) {
605 const APFloat &V = FPC->getValueAPF();
617 return ConstantInt::get(FPC->getContext(), Val);
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstantFold.cpp571 if (ConstantFP *FPC = dyn_cast<ConstantFP>(V)) {
573 APFloat Val = FPC->getValueAPF();
585 if (ConstantFP *FPC = dyn_cast<ConstantFP>(V)) {
586 const APFloat &V = FPC->getValueAPF();
593 return ConstantInt::get(FPC->getContext(), Val);
/external/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp2258 ConstantFPSDNode *FPC = dyn_cast<ConstantFPSDNode>(Src.getOperand(0)); local
2259 float FloatValue = FPC->getValueAPF().convertToFloat();
2267 ImmValue = FPC->getValueAPF().bitcastToAPInt().getZExtValue();
/external/clang/include/clang/AST/
H A DExpr.h3060 void setFPContractable(bool FPC) { FPContractable = FPC; } argument
H A DExprCXX.h103 void setFPContractable(bool FPC) { FPContractable = FPC; } argument

Completed in 267 milliseconds