Home
last modified time | relevance | path

Searched defs:BITS_IN_LONG (Results 1 – 3 of 3) sorted by relevance

/dports/math/pari/pari-2.13.3/src/headers/
H A Dparigen.h31 # define BITS_IN_LONG 64 macro
36 # define BITS_IN_LONG 32 macro
/dports/math/p5-Math-Pari/pari-2.3.5/src/headers/
H A Dparigen.h33 #define BITS_IN_LONG (1L<<TWOPOTBITS_IN_LONG) macro
/dports/cad/iverilog/verilog-11.0/
H A Dverinum.cc181 const unsigned BITS_IN_LONG = 8*sizeof(long); in verinum() local