Home
last modified time | relevance | path

Searched refs:FP_INHIBIT_RESULTS (Results 1 – 11 of 11) sorted by relevance

/linux-3.4.99/include/math-emu/
Ddouble.h79 if (!FP_INHIBIT_RESULTS) \
104 if (!FP_INHIBIT_RESULTS) \
151 if (!FP_INHIBIT_RESULTS) \
176 if (!FP_INHIBIT_RESULTS) \
Dquad.h85 if (!FP_INHIBIT_RESULTS) \
110 if (!FP_INHIBIT_RESULTS) \
158 if (!FP_INHIBIT_RESULTS) \
183 if (!FP_INHIBIT_RESULTS) \
Dsoft-fp.h110 #ifndef FP_INHIBIT_RESULTS
116 #define FP_INHIBIT_RESULTS 0 macro
Dsingle.h68 if (!FP_INHIBIT_RESULTS) \
93 if (!FP_INHIBIT_RESULTS) \
/linux-3.4.99/arch/sparc/include/asm/
Dsfp-machine_32.h201 #define FP_INHIBIT_RESULTS ((current->thread.fsr >> 23) & _fex) macro
203 #define FP_INHIBIT_RESULTS ((last_task_used_math->thread.fsr >> 23) & _fex) macro
Dsfp-machine_64.h89 #define FP_INHIBIT_RESULTS ((current_thread_info()->xfsr[0] >> 23) & _fex) macro
/linux-3.4.99/arch/alpha/include/asm/
Dsfp-machine.h80 #define FP_INHIBIT_RESULTS 0 macro
/linux-3.4.99/arch/s390/include/asm/
Dsfp-machine.h140 #define FP_INHIBIT_RESULTS 0 macro
/linux-3.4.99/arch/powerpc/include/asm/
Dsfp-machine.h106 #define FP_INHIBIT_RESULTS 0 macro
/linux-3.4.99/arch/sparc/math-emu/
Dmath_32.c497 if (!FP_INHIBIT_RESULTS) { in do_one_mathemu()
Dmath_64.c485 if (!FP_INHIBIT_RESULTS) { in do_mathemu()