Home
last modified time | relevance | path

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

/openbmc/qemu/target/m68k/
H A Dsoftfloat_fpsp_tables.h357 static const uint32_t exp2_tbl2[64] = { variable
H A Dsoftfloat.c999 fact2.high = exp2_tbl2[j] >> 16; in floatx80_twotox()
1001 fact2.low = (uint64_t)(exp2_tbl2[j] & 0xFFFF); in floatx80_twotox()
1151 fact2.high = exp2_tbl2[j] >> 16; in floatx80_tentox()
1153 fact2.low = (uint64_t)(exp2_tbl2[j] & 0xFFFF); in floatx80_tentox()