Searched defs:rlp (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libc/src/math/generic/ |
H A D | cos.cpp | 154 double rlp = rr.lo + ERR; global() variable
|
H A D | sin.cpp | 165 double rlp = rr.lo + ERR; global() variable
|
/llvm-project/clang/test/Sema/ |
H A D | transparent-union.c | 5 long *__restrict rlp; member
|
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 757 #define __sanitizer_syscall_pre_compat_43_ogetrlimit(which, rlp) \ argument 760 #define __sanitizer_syscall_post_compat_43_ogetrlimit(res, which, rlp) \ argument 763 #define __sanitizer_syscall_pre_compat_43_osetrlimit(which, rlp) \ argument 766 #define __sanitizer_syscall_post_compat_43_osetrlimit(res, which, rlp) \ argument 1024 #define __sanitizer_syscall_pre_getrlimit(which, rlp) \ argument 1026 #define __sanitizer_syscall_post_getrlimit(res, which, rlp) \ argument 1029 #define __sanitizer_syscall_pre_setrlimit(which, rlp) \ argument 1031 #define __sanitizer_syscall_post_setrlimit(res, which, rlp) \ argument
|