Home
last modified time | relevance | path

Searched refs:rep_t (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Main/Arm/
Dfp_lib.h55 typedef uint32_t rep_t; typedef
61 static inline int rep_clz(rep_t a) { in rep_clz()
66 static inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) { in wideMultiply()
75 typedef uint64_t rep_t; typedef
81 static inline int rep_clz(rep_t a) { in rep_clz()
98 static inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) { in wideMultiply()
119 typedef __uint128_t rep_t; typedef
127 static inline int rep_clz(rep_t a) { in rep_clz()
163 static inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) { in wideMultiply()
228 #define typeWidth (sizeof(rep_t)*CHAR_BIT)
[all …]
Dfloatunsidf.c62 rep_t result; in ARM_EABI_FNALIAS()
66 result = (rep_t)a << shift ^ implicitBit; in ARM_EABI_FNALIAS()
69 result += (rep_t)(exponent + exponentBias) << significandBits; in ARM_EABI_FNALIAS()