Home
last modified time | relevance | path

Searched defs:IsOne (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dscalar.h61 bool IsOne() override { return v_ == true; } in IsOne() function
100 bool IsOne() override { return v_ == 1; } in IsOne() function
234 bool IsOne() override { return v_ == 1; } in IsOne() function
262 bool IsOne() override { return v_ == 1; } in IsOne() function
290 bool IsOne() override { return v_ == 1; } in IsOne() function
325 bool IsOne() override { return fabs(v_ - 1.0) <= FLT_EPSILON; } in IsOne() function
/third_party/gn/src/base/
Datomic_ref_count.h46 bool IsOne() const { return ref_count_.load(std::memory_order_acquire) == 1; } in IsOne() function
/third_party/cef/include/base/
Dcef_atomic_ref_count.h88 bool IsOne() const { return ref_count_.load(std::memory_order_acquire) == 1; } in IsOne() function
/third_party/abseil-cpp/absl/strings/internal/
Dcord_internal.h73 inline bool IsOne() { return count_.load(std::memory_order_acquire) == 1; } in IsOne() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_internal.h133 inline bool IsOne() { in IsOne() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp1313 bool IsOne, in applyUniqueRetValOpt()
1338 auto tryUniqueRetValOptFor = [&](bool IsOne) { in tryUniqueRetValOpt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp536 bool IsOne = CNum->isExactlyValue(+1.0) || CNum->isExactlyValue(-1.0); in shouldKeepFDivF32() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp3087 bool IsOne = isOneConstant(StoredVal.getOperand(1)); in foldLoadStoreIntoMemOperand() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp4942 SDValue IsOne = DAG.getSetCC(dl, VT, N1, One, ISD::SETEQ); in BuildUDIV() local
DDAGCombiner.cpp3851 SDValue IsOne = DAG.getSetCC(DL, CCVT, N1, One, ISD::SETEQ); in visitSDIVLike() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp4362 bool IsOne = cast<SCEVConstant>(Res.getValue())->getValue()->isOne(); in visitUnknown() local