OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remquo
(Results
1 - 10
of
10
) sorted by relevancy
/src/lib/libm/src/
e_remainderl.c
42
return
remquo
(x, y, &quo);
s_remquo.c
23
__weak_alias(
remquo
, _remquo)
34
*
remquo
in reduction algorithms.
37
remquo
(double x, double y, int *quo)
function
namespace.h
80
#define
remquo
_remquo
macro
s_remquol.c
70
*
remquo
in reduction algorithms.
189
return
remquo
(x, y, quo);
/src/tests/lib/libm/
t_remquo.c
38
*
remquo
(3)
59
atf_tc_fail("missing
remquo
on vax");
100
r =
remquo
(x, y, &quo);
119
atf_tc_fail_nonfatal("
remquo
(%g, %g) "
/src/include/
tgmath.h
180
#define
remquo
(a,b,c) __TG_FN2x(
remquo
, (a), (b), (c))
macro
math.h
454
/* 7.12.10.3 The
remquo
functions */
455
double
remquo
(double, double, int *);
/src/lib/libm/
Makefile
538
remainder.3
remquo
.3 \
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc
1923
TEST(MemorySanitizer,
remquo
) {
1925
double res =
remquo
(29.0, 3.0, &quo);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc
4833
INTERCEPTOR(double,
remquo
, double x, double y, int *quo) {
4835
COMMON_INTERCEPTOR_ENTER(ctx,
remquo
, x, y, quo);
4839
double res = REAL(
remquo
)(x, y, quo);
4854
COMMON_INTERCEPT_FUNCTION(
remquo
); \
Completed in 37 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026