Home
last modified time | relevance | path

Searched defs:isOne (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJScalingFactor.java102 public boolean isOne() { in isOne() method in TJScalingFactor
/third_party/typescript/tests/cases/compiler/
DnumberVsBigIntOperations.ts93 const isOne = (x: 1 | 1n) => x; constant
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJScalingFactor.java102 public boolean isOne() { in isOne() method in TJScalingFactor
/third_party/typescript/tests/baselines/reference/
DnumberVsBigIntOperations.js92 const isOne = (x: 1 | 1n) => x; function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h200 bool isOne() const { in isOne() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScaledNumber.h544 bool isOne() const { in isOne() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp652 bool isOne = isa<ConstantInt>(Idx) && cast<ConstantInt>(Idx)->isOne(); in ConstantFoldCastInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp76 bool isOne() const { return isInt() && IntVal == 1; } in isOne() function in __anon9d6f278f0111::FAddendCoef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp396 bool SCEV::isOne() const { in isOne() function in SCEV