Searched refs:exception_names (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Derrors.c167 } exception_names[] = { variable in typeref:struct:__anon3502
298 for (i=0; exception_names[i].type; i++)
299 if ( (exception_names[i].type & n) == exception_names[i].type )
302 if (exception_names[i].type)
305 printk("FP Exception: %s!\n", exception_names[i].name);

Completed in 36 milliseconds