OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remquol
(Results
1 - 7
of
7
) sorted by relevancy
/src/lib/libm/src/
e_remainderl.c
40
return
remquol
(x, y, &quo);
s_remquol.c
24
__weak_alias(
remquol
, _remquol)
78
remquol
(long double x, long double y, int *quo)
function in typeref:typename:long double
187
remquol
(long double x, long double y, int *quo)
namespace.h
82
#define
remquol
_remquol
macro
/src/include/
math.h
457
long double
remquol
(long double, long double, int *);
/src/lib/libm/
Makefile
540
remainder.3
remquol
.3
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc
4861
INTERCEPTOR(long double,
remquol
, long double x, long double y, int *quo) {
4863
COMMON_INTERCEPTOR_ENTER(ctx,
remquol
, x, y, quo);
4867
long double res = REAL(
remquol
)(x, y, quo);
4872
COMMON_INTERCEPT_FUNCTION_LDBL(
remquol
);
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc
1938
TEST(MemorySanitizer,
remquol
) {
Completed in 26 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025