Home
last modified time | relevance | path

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

/openbmc/linux/include/math-emu/
H A Ddouble.h125 #define _FP_FRAC_HIGH_RAW_D(X) _FP_FRAC_HIGH_2(X) macro
200 #define _FP_FRAC_HIGH_RAW_D(X) _FP_FRAC_HIGH_1(X) macro
/openbmc/linux/arch/alpha/math-emu/
H A Dmath.c240 && (_FP_FRAC_HIGH_RAW_D(DB) & _FP_QNANBIT_D)) { in alpha_fp_emul()