Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/ppc/
Dgcc_qmul.c40 aHi = high26bits(A); in __gcc_qmul()
41 bHi = high26bits(B); in __gcc_qmul()
Dgcc_qdiv.c39 yHi = high26bits(y); in __gcc_qdiv()
40 qHi = high26bits(q); in __gcc_qdiv()
DDD.h28 static __inline ALWAYS_INLINE double high26bits(double x) { in high26bits() function