Home
last modified time | relevance | path

Searched refs:high26bits (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dgcc_qmul.c37 aHi = high26bits(A); in __gcc_qmul()
38 bHi = high26bits(B); in __gcc_qmul()
H A Dgcc_qdiv.c36 yHi = high26bits(y); in __gcc_qdiv()
37 qHi = high26bits(q); in __gcc_qdiv()
H A DDD.h28 static __inline ALWAYS_INLINE double high26bits(double x) { in high26bits() function