Home
last modified time | relevance | path

Searched defs:type_min (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/msun/src/
H A Ds_lround.c50 static const type type_min = (type)DTYPE_MIN; variable
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Doverflow.h39 #define type_min(t) __type_min(typeof(t)) macro