HomeSort by relevance Sort by last modified time
    Searched refs:PR_SET_FP_MODE (Results 1 - 17 of 17) sorted by null

  /external/strace/xlat/
prctl_options.h 307 #if defined(PR_SET_FP_MODE) || (defined(HAVE_DECL_PR_SET_FP_MODE) && HAVE_DECL_PR_SET_FP_MODE)
309 static_assert((PR_SET_FP_MODE) == (45), "PR_SET_FP_MODE != 45");
312 # define PR_SET_FP_MODE 45
417 XLAT(PR_SET_FP_MODE),
  /bionic/libc/kernel/uapi/linux/
prctl.h 123 #define PR_SET_FP_MODE 45
  /external/kernel-headers/original/uapi/linux/
prctl.h 189 #define PR_SET_FP_MODE 45
  /bionic/linker/
linker_mips.cpp 317 if (prctl(PR_SET_FP_MODE, PR_FP_MODE_FR|PR_FP_MODE_FRE)) {
  /external/strace/
prctl.c 404 case PR_SET_FP_MODE:
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]

Completed in 134 milliseconds