Searched refs:FPC (Results 1 - 7 of 7) 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/llvm/lib/IR/
H A DConstantFold.cpp589 if (ConstantFP *FPC = dyn_cast<ConstantFP>(V)) {
591 APFloat Val = FPC->getValueAPF();
605 if (ConstantFP *FPC = dyn_cast<ConstantFP>(V)) {
606 const APFloat &V = FPC->getValueAPF();
618 return ConstantInt::get(FPC->getContext(), Val);
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp2136 ConstantFPSDNode *FPC = dyn_cast<ConstantFPSDNode>(Src.getOperand(0)); local
2137 float FloatValue = FPC->getValueAPF().convertToFloat();
2145 ImmValue = FPC->getValueAPF().bitcastToAPInt().getZExtValue();
/external/clang/include/clang/AST/
H A DExpr.h3076 void setFPContractable(bool FPC) { FPContractable = FPC; } argument
H A DExprCXX.h106 void setFPContractable(bool FPC) { FPContractable = FPC; } argument

Completed in 1833 milliseconds