Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dint_math.h97 #define crt_logb(x) logb((x)) macro
101 #define crt_logb(x) __builtin_logb((x)) macro