Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/quad/
H A Dfixunsdfdi.c51 #define ONE_FOURTH ((int)1 << (unsigned int)(INT_BITS - 2)) macro
H A Dfixunssfdi.c51 #define ONE_FOURTH ((int)1 << (unsigned int)(INT_BITS - 2)) macro
/netbsd-src/external/bsd/ntp/dist/tests/libntp/
H A Dlfptostr.c18 static const int ONE_FOURTH = 1073741824; /* (1 << 30) */ variable