Home
last modified time | relevance | path

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 DAPFloat.h172 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 DAPFloat.h201 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 DAPFloat.cpp1046 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 DStringRef.cpp595 APFloat::opStatus Status = *StatusOrErr;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DConstantFolding.cpp1637 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 Dhp3900_rts8822.c7782 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 DSelectionDAG.cpp4464 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 DDAGCombiner.cpp12759 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 DInstCombineCalls.cpp3468 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 DAMDGPUAsmParser.cpp1509 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 DX86ISelLowering.cpp19491 LLVM_ATTRIBUTE_UNUSED APFloat::opStatus Status = APFloat::opOK;
[all...]

Completed in 104 milliseconds