Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/math-emu/
H A Dfmpyfadd.c1811 if (diff_exponent > SGLEXT_THRESHOLD) {
1812 diff_exponent = SGLEXT_THRESHOLD;
2453 if (diff_exponent > SGLEXT_THRESHOLD) {
2454 diff_exponent = SGLEXT_THRESHOLD;
H A Dsgl_float.h308 #define SGLEXT_THRESHOLD 48 macro