Home
last modified time | relevance | path

Searched refs:IS_FLOAT_INFINITY (Results 1 – 2 of 2) sorted by path

/dports/emulators/mame/mame-mame0226/src/devices/cpu/sharc/
H A Dcompute.hxx19 #define IS_FLOAT_INFINITY(r) (((r) & 0x7fffffff) == 0x7f800000) macro
489 if (IS_FLOAT_INFINITY(REG(rx))) in compute_logb()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/sharc/
H A Dcompute.hxx19 #define IS_FLOAT_INFINITY(r) (((r) & 0x7fffffff) == 0x7f800000) macro
489 if (IS_FLOAT_INFINITY(REG(rx))) in compute_logb()