Searched refs:opStatus (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | APFloat.h | 172 enum opStatus { enum 245 opStatus add(const IEEEFloat &, roundingMode); 246 opStatus subtract(const IEEEFloat &, roundingMode); 247 opStatus multiply(const IEEEFloat &, roundingMode); 248 opStatus divide(const IEEEFloat &, roundingMode); 250 opStatus remainder(const IEEEFloat &); 252 opStatus mod(const IEEEFloat &); 253 opStatus fusedMultiplyAdd(const IEEEFloat &, const IEEEFloat &, roundingMode); 254 opStatus roundToIntegral(roundingMode); 256 opStatus nex [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 201 enum opStatus { enum 270 opStatus add(const IEEEFloat &, roundingMode); 271 opStatus subtract(const IEEEFloat &, roundingMode); 272 opStatus multiply(const IEEEFloat &, roundingMode); 273 opStatus divide(const IEEEFloat &, roundingMode); 275 opStatus remainder(const IEEEFloat &); 277 opStatus mod(const IEEEFloat &); 278 opStatus fusedMultiplyAdd(const IEEEFloat &, const IEEEFloat &, roundingMode); 279 opStatus roundToIntegral(roundingMode); 281 opStatus nex [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APFloat.cpp | 1046 opStatus status; 1271 IEEEFloat::opStatus IEEEFloat::handleOverflow(roundingMode rounding_mode) { 1278 return (opStatus) (opOverflow | opInexact); 1330 IEEEFloat::opStatus IEEEFloat::normalize(roundingMode rounding_mode, 1411 return (opStatus) (opOverflow | opInexact); 1433 return (opStatus) (opUnderflow | opInexact); 1436 IEEEFloat::opStatus IEEEFloat::addOrSubtractSpecials(const IEEEFloat &rhs, 1560 IEEEFloat::opStatus IEEEFloat::multiplySpecials(const IEEEFloat &rhs) { 1602 IEEEFloat::opStatus IEEEFloat::divideSpecials(const IEEEFloat &rhs) { 1643 IEEEFloat::opStatus IEEEFloa [all...] |
H A D | StringRef.cpp | 595 APFloat::opStatus Status = *StatusOrErr;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1637 APFloat::opStatus status = in ConstantFoldSSEConvertToInt() 1978 APFloat::opStatus status = Val.convert( in ConstantFoldScalarCall1() 2096 if (APFloat::opStatus::opOK == V.mod(Op2->getValueAPF())) in ConstantFoldScalarCall2()
|
/third_party/backends/backend/ |
H A D | hp3900_rts8822.c | 7782 SANE_Int opStatus, sc; in Scan_Read_BufferA() local 7785 opStatus = Reading_Wait (dev, rd->Channels_per_dot, in Scan_Read_BufferA() 7791 if (opStatus != OK) in Scan_Read_BufferA() 7803 opStatus = in Scan_Read_BufferA()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 4464 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardPositive); 4470 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardZero); 4476 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative); 4494 APFloat::opStatus s = 5074 // rounding mode, checking the "opStatus" return value from the APFloat
|
H A D | DAGCombiner.cpp | 12759 APFloat::opStatus st = Recip.divide(N1APF, APFloat::rmNearestTiesToEven); in visitFDIV()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 3468 APFloat::opStatus Status = Val.divide(ArgVal, in visitCallInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 1509 APFloat::opStatus Status = FPLiteral.convert(*getFltSemantics(VT), in canLosslesslyConvertToFPType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 19491 LLVM_ATTRIBUTE_UNUSED APFloat::opStatus Status = APFloat::opOK; [all...] |
Completed in 104 milliseconds