OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDenormal
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h
346
bool isNormal() const { return !
isDenormal
() && isFiniteNonZero(); }
359
bool
isDenormal
() const;
680
bool
isDenormal
() const;
1218
bool
isDenormal
() const { APFLOAT_DISPATCH_ON_SEMANTICS(
isDenormal
()); }
1221
bool isNormal() const { return !
isDenormal
() && isFiniteNonZero(); }
/src/external/apache2/llvm/dist/llvm/lib/Support/
APFloat.cpp
834
bool IEEEFloat::
isDenormal
() const {
3993
if (reciprocal.
isDenormal
())
4110
bool WillCrossBinadeBoundary = !
isDenormal
() && isSignificandAllOnes();
4172
if (!Arg.
isDenormal
())
4723
bool DoubleAPFloat::
isDenormal
() const {
4725
(Floats[0].
isDenormal
() || Floats[1].
isDenormal
() ||
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstCombineIntrinsic.cpp
353
((Mask & N_SUBNORMAL) && Val.
isDenormal
() && Val.isNegative()) ||
356
((Mask & P_SUBNORMAL) && Val.
isDenormal
() && !Val.isNegative()) ||
SIISelLowering.cpp
9514
return !F.
isDenormal
() || denormalsEnabledForType(DAG, Op.getValueType());
9678
return !F.
isDenormal
() || denormalsEnabledForType(MRI.getType(Reg), MF);
9708
if (C.
isDenormal
() && !denormalsEnabledForType(DAG, VT))
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
8993
bool Success = (!LosesInfo && !APFloatToConvert.
isDenormal
());
9022
return (!LosesInfo && !APFloatToConvert.
isDenormal
());
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp
11712
case APFloat::fcNormal: Arg = Val.
isDenormal
() ? 3 : 2; break;
Completed in 61 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026