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

/linux-4.4.14/arch/unicore32/include/asm/
H A Dfpu-ucf64.h24 #define FPSCR_ROUND_NEAREST (0<<0) macro
/linux-4.4.14/arch/arm/include/asm/
H A Dvfp.h56 #define FPSCR_ROUND_NEAREST (0<<22) macro
/linux-4.4.14/arch/arm/vfp/
H A Dvfpdouble.c131 if (rmode == FPSCR_ROUND_NEAREST) { vfp_double_normaliseround()
538 if (rmode == FPSCR_ROUND_NEAREST) { vfp_double_ftoui()
617 if (rmode == FPSCR_ROUND_NEAREST) { vfp_double_ftosi()
H A Dvfpsingle.c136 if (rmode == FPSCR_ROUND_NEAREST) { __vfp_single_normaliseround()
580 if (rmode == FPSCR_ROUND_NEAREST) { vfp_single_ftoui()
663 if (rmode == FPSCR_ROUND_NEAREST) { vfp_single_ftosi()
H A Dvfpmodule.c115 vfp->hard.fpscr = FPSCR_ROUND_NEAREST; vfp_thread_flush()

Completed in 187 milliseconds