| /openbsd/src/gnu/gcc/fixincludes/tests/base/architecture/ppc/ |
| D | math.h | 76 extern long double remquol( long double, long double, int * ) __LIBMLDBL_COMPAT(remquol);
|
| /openbsd/src/lib/libm/src/ld80/ |
| D | s_remquol.c | 57 remquol(long double x, long double y, int *quo) in remquol() function 167 DEF_STD(remquol);
|
| /openbsd/src/lib/libm/src/ |
| D | e_remainderl.c | 26 return (remquol(x, y, &quo)); in remainderl()
|
| /openbsd/src/lib/libm/src/ld128/ |
| D | s_remquol.c | 57 remquol(long double x, long double y, int *quo) in remquol() function 169 DEF_STD(remquol);
|
| /openbsd/src/regress/lib/libm/msun/ |
| D | rem_test.c | 128 ATF_CHECK(isnan(remquol(x, y, &q))); in test_invalid() 151 rem = remquol(x, y, &q); in testl()
|
| /openbsd/src/lib/libm/ |
| D | Symbols.map | 239 remquol;
|
| /openbsd/src/lib/libm/hidden/ |
| D | math.h | 173 LDBL_PROTO_NORMAL(remquol);
|
| /openbsd/src/include/ |
| D | math.h | 453 long double remquol(long double, long double, int *);
|
| D | tgmath.h | 154 remquol, x, y, z)
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | cmath | 273 long double remquol(long double x, long double y, int* pquo); 538 using ::remquol _LIBCPP_USING_IF_EXISTS;
|
| /openbsd/src/gnu/usr.bin/perl/vms/ |
| D | vmsish.h | 770 long double remquol(long double __x, long double __y, int *__quo);
|
| /openbsd/src/gnu/llvm/clang/lib/Headers/ |
| D | tgmath.h | 1108 {return remquol(__x, __y, __z);} in __tg_remquo()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | builtins.def | 365 DEF_C99_BUILTIN (BUILT_IN_REMQUOL, "remquol", BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE_INTPTR,…
|
| /openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
| D | CSymbolMap.inc | 705 SYMBOL(remquol, None, <math.h>)
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/ |
| D | POSIX.xs | 322 # define c99_remquo remquol
|
| /openbsd/src/gnu/gcc/fixincludes/ |
| D | inclhack.def | 100 extern long double remquol( long double, long double, int * ) __LIBMLDBL_COMPAT(remquol);
|
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | Builtins.def | 1408 LIBBUILTIN(remquol, "LdLdLdi*", "fn", MATH_H, ALL_LANGUAGES)
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_interceptors.inc | 5223 INTERCEPTOR(long double, remquol, long double x, long double y, int *quo) { 5225 COMMON_INTERCEPTOR_ENTER(ctx, remquol, x, y, quo); 5229 long double res = REAL(remquol)(x, y, quo); 5234 COMMON_INTERCEPT_FUNCTION_LDBL(remquol);
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/msan/tests/ |
| D | msan_test.cpp | 1952 TEST(MemorySanitizer, remquol) { in TEST() argument
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | libc_ubuntu1404_abilist.txt | 2746 fun:remquol=uninstrumented
|
| /openbsd/src/gnu/llvm/clang/docs/tools/ |
| D | clang-formatted-files.txt | 2769 libc/src/math/remquol.h 2873 libc/src/math/generic/remquol.cpp
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | extend.texi | 5527 @findex remquol 5696 @code{remquol}, @code{remquo}, @code{rintf}, @code{rintl}, @code{rint},
|
| D | gcc.info | 20360 `remainderf', `remainderl', `remainder', `remquof', `remquol',
|