Home
last modified time | relevance | path

Searched refs:Ones (Results 1 – 9 of 9) sorted by relevance

/minix3/games/fortune/datfiles/
H A Dnetbsd350 NetBSD: Not all of the First Ones have gone away.
H A Dfortunes248362 -- The Only Ones
53959 -- Marlon Brando, "The Wild Ones"
/minix3/crypto/external/bsd/openssl/dist/ssl/
H A Dssl-lib.com854 $! Set Up Initial CC Definitions, Possibly With User Ones
/minix3/crypto/external/bsd/openssl/dist/engines/
H A Dmakeengines.com753 $! Set Up Initial CC Definitions, Possibly With User Ones
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMips64InstrInfo.td335 // Count Ones in a Word/Doubleword
H A DMipsInstrInfo.td971 // Count Leading Ones/Zeros in Word
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp3655 APInt Zeros(BitWidth, 0), Ones(BitWidth, 0); in GetMinTrailingZeros() local
3656 computeKnownBits(U->getValue(), Zeros, Ones, DL, 0, AC, nullptr, DT); in GetMinTrailingZeros()
3826 APInt Zeros(BitWidth, 0), Ones(BitWidth, 0); in getUnsignedRange() local
3827 computeKnownBits(U->getValue(), Zeros, Ones, DL, 0, AC, nullptr, DT); in getUnsignedRange()
3828 if (Ones == ~Zeros + 1) in getUnsignedRange()
3831 ConservativeResult.intersectWith(ConstantRange(Ones, ~Zeros + 1))); in getUnsignedRange()
/minix3/external/bsd/bind/dist/
H A DFAQ371 e.g. Ones that are transferring out, the one that it is serving and the
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15174 APInt Zeros, Ones; in LowerToBT() local
15175 DAG.computeKnownBits(Op0, Zeros, Ones); in LowerToBT()
19404 SmallVector<SDValue, 8> Ones(NumElts, DAG.getConstant(1, EltVT)); in LowerCTPOP() local
19405 SDValue OnesV = DAG.getNode(ISD::BUILD_VECTOR, dl, VT, Ones); in LowerCTPOP()