Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Dint_math.h95 #define crt_logb(x) logb((x)) macro
99 #define crt_logb(x) __builtin_logb((x)) macro