OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__CLZ
(Results
1 - 4
of
4
) sorted by null
/device/google/contexthub/firmware/os/inc/
toolchain.h
40
#define CLZ
__CLZ
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
core_cmInstr.h
289
#define
__CLZ
__clz
725
__attribute__( ( always_inline ) ) __STATIC_INLINE uint8_t
__CLZ
(uint32_t value)
core_cm7.h
[
all
...]
arm_math.h
510
#define
__CLZ
__clz
515
static __INLINE uint32_t
__CLZ
(
519
static __INLINE uint32_t
__CLZ
(
553
signBits =
__CLZ
(in) - 1;
557
signBits =
__CLZ
(-in) - 1;
604
signBits =
__CLZ
(in) - 17;
608
signBits =
__CLZ
(-in) - 17;
[
all
...]
Completed in 167 milliseconds