Home
last modified time | relevance | path

Searched refs:PR_SET_FP_MODE (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/none/tests/mips32/
Dchange_fp_mode.c8 #if !defined(PR_SET_FP_MODE)
9 # define PR_SET_FP_MODE 45 macro
65 if (prctl(PR_SET_FP_MODE, 0) != 0) { in main()
72 if (prctl(PR_SET_FP_MODE, 1) != 0) { in main()
/external/valgrind/none/tests/mips64/
Dchange_fp_mode.c8 #if !defined(PR_SET_FP_MODE)
9 # define PR_SET_FP_MODE 45 macro
246 if (prctl(PR_SET_FP_MODE, 0) != 0) { in main()
253 if (prctl(PR_SET_FP_MODE, 1) != 0) { in main()
/external/strace/xlat/
Dprctl_options.h131 #if !(defined(PR_SET_FP_MODE) || (defined(HAVE_DECL_PR_SET_FP_MODE) && HAVE_DECL_PR_SET_FP_MODE))
132 # define PR_SET_FP_MODE 45 macro
195 XLAT(PR_SET_FP_MODE),
Dprctl_options.in44 PR_SET_FP_MODE 45
/external/kernel-headers/original/uapi/linux/
Dprctl.h188 #define PR_SET_FP_MODE 45 macro
/external/strace/
Dprctl.c337 case PR_SET_FP_MODE: in SYS_FUNC()
DNEWS137 * Implemented decoding of PR_SET_FP_MODE and PR_GET_FP_MODE operations
DChangeLog8613 prctl: implement decoding of PR_SET_FP_MODE and PR_GET_FP_MODE options.
8616 (SYS_FUNC(prctl)): Add handling for PR_SET_FP_MODE and PR_GET_FP_MODE
21602 * xlat/prctl_options.in: Add PR_SET_FP_MODE, PR_GET_FP_MODE,