Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/arm/lib/
Dlonglong.h30 #define __ll_highpart(t) ((USItype) (t) / __ll_B) macro
128 __d1 = __ll_highpart (d); \
134 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
/linux-2.4.37.9/arch/ppc/math-emu/
Dsfp-machine.h38 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
318 __d1 = __ll_highpart (d); \
324 __r1 = __r1 * __ll_B | __ll_highpart (n0); \