Home
last modified time | relevance | path

Searched defs:POW2 (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/
H A Druntests.py241 POW2 = { e: Fraction(2) ** e for e in range(-1100, 1100) } variable
/third_party/python/Modules/_ctypes/
H A Dcallproc.c1127 #define POW2(x) (((x & ~(x - 1)) == x) ? x : 0) macro

Completed in 4 milliseconds