Searched refs:getFloat (Results 1 – 9 of 9) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | APValue.cpp | 135 setFloat(RHS.getFloat()); in APValue() 228 return getFloat().needsCleanup(); in needsCleanup() 280 OS << "Float: " << GetApproxValue(getFloat()); in dump() 356 Out << GetApproxValue(getFloat()); in printPretty()
|
| H A D | ExprConstant.cpp | 1459 Result = !Val.getFloat().isZero(); in HandleConversionToBool() 1582 Res = SVal.getFloat().bitcastToAPInt(); in EvalAndBitcastToAPInt() 1598 EltAsInt = Elt.getFloat().bitcastToAPInt(); in EvalAndBitcastToAPInt() 2427 Value = NewVal.getFloat(); in found() 2792 return found(Subobj.getFloat(), SubobjType); in found() 2828 handleFloatFloatBinOp(Info, E, Value, Opcode, RHS.getFloat()) && in found() 2914 return found(Subobj.getFloat(), SubobjType); in found() 7543 Result = V.getFloat(); in Success()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | APValue.h | 208 APFloat &getFloat() { in getFloat() function 212 const APFloat &getFloat() const { in getFloat() function 213 return const_cast<APValue*>(this)->getFloat(); in getFloat()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 1155 const llvm::APFloat &Init = Value.getFloat(); in EmitConstantValue() 1186 Inits.push_back(llvm::ConstantFP::get(VMContext, Elt.getFloat())); in EmitConstantValue()
|
| H A D | CGDebugInfo.cpp | 917 C = llvm::ConstantFP::get(CGM.getLLVMContext(), Value->getFloat()); in CreateRecordStaticField()
|
| H A D | CGBuiltin.cpp | 201 Result.Val.getFloat())); in EmitBuiltinExpr()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 5742 return IsSameFloatAfterCast(value.getFloat(), Src, Tgt); in IsSameFloatAfterCast()
|
| H A D | SemaOverload.cpp | 337 llvm::APFloat FloatVal = ConstantValue.getFloat(); in getNarrowingKind()
|
| /minix3/minix/share/beaglebone/weather/ |
| H A D | processing.js | 13 …s[1])}return this.getAttribute(arguments[0],arguments[1],arguments[2])},getFloat:function(ea){retu… method in b9
|