Searched defs:mul (Results 1 – 4 of 4) sorted by relevance
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ryu/ |
A D | d2s_intrinsics.h | 252 static inline uint64_t mulShift64(const uint64_t m, const uint64_t* const mul, const int32_t j) { in mulShift64() 258 static inline uint64_t mulShiftAll64(const uint64_t m, const uint64_t* const mul, const int32_t j, in mulShiftAll64() 279 static inline uint64_t mulShift64(const uint64_t m, const uint64_t* const mul, const int32_t j) { in mulShift64() 292 static inline uint64_t mulShiftAll64(const uint64_t m, const uint64_t* const mul, const int32_t j, in mulShiftAll64() 301 static inline uint64_t mulShift64(const uint64_t m, const uint64_t* const mul, const int32_t j) { in mulShift64() 315 static inline uint64_t mulShiftAll64(uint64_t m, const uint64_t* const mul, const int32_t j, in mulShiftAll64()
|
A D | generic_128.h | 421 const uint64_t* const mul = GENERIC_POW5_SPLIT[base]; in generic_computePow5() local 440 const uint64_t* const mul = GENERIC_POW5_INV_SPLIT[base]; // 1/5^base2 in generic_computeInvPow5() local 476 static inline uint128_t mulShift(const uint128_t m, const uint64_t* const mul, const int32_t j) { in mulShift()
|
A D | d2fixed.c | 90 static inline uint32_t mulShift_mod1e9(const uint64_t m, const uint64_t* const mul, const int32_t j… in mulShift_mod1e9() 142 static inline uint32_t mulShift_mod1e9(const uint64_t m, const uint64_t* const mul, const int32_t j… in mulShift_mod1e9()
|
/l4re-core-master/l4util/lib/src/ARCH-x86/ |
A D | rdtsc.c | 24 muldiv (l4_uint32_t a, l4_uint32_t mul, l4_uint32_t div) in muldiv()
|
Completed in 14 milliseconds