Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dgcc_qmul.c17 double aHi, aLo, bHi, bLo; in __gcc_qmul() local
38 bHi = high26bits(B); in __gcc_qmul()
40 bLo = B - bHi; in __gcc_qmul()
42 tmp = LOWORDER(ab, aHi, aLo, bHi, bLo); in __gcc_qmul()