Home
last modified time | relevance | path

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

/btstack/3rd-party/lc3-google/src/
H A Dfastmath.h45 static inline float lc3_ldexpf(float _x, int exp) { in lc3_ldexpf()
60 static inline float lc3_frexpf(float _x, int *exp) { in lc3_frexpf()
/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/
H A Dcompiler.h458 # define likely(exp) (exp) argument
466 # define unlikely(exp) (exp) argument
478 # define is_constant(exp) __builtin_constant_p(exp) argument
480 # define is_constant(exp) (0) argument