Home
last modified time | relevance | path

Searched refs:BBW (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/usr.bin/fortune/datfiles/
HDfortunes.sp.ok315 BBW
HDfortunes38166 BBW Branch Both Ways
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolution.cpp3330 uint32_t BBW = B.getBitWidth(); in gcd() local
3332 if (ABW > BBW) in gcd()
3334 else if (ABW < BBW) in gcd()
3335 A = A.zext(BBW); in gcd()