OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remquof
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libm/src/
s_remquof.c
21
__weak_alias(
remquof
, _remquof)
35
remquof
(float x, float y, int *quo)
function in typeref:typename:float
namespace.h
81
#define
remquof
_remquof
macro
/src/include/
math.h
456
float
remquof
(float, float, int *);
/src/lib/libm/
Makefile
539
remainder.3
remquof
.3 \
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc
1930
TEST(MemorySanitizer,
remquof
) {
1932
float res =
remquof
(29.0, 3.0, &quo);
1940
long double res =
remquof
(29.0, 3.0, &quo);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc
4843
INTERCEPTOR(float,
remquof
, float x, float y, int *quo) {
4845
COMMON_INTERCEPTOR_ENTER(ctx,
remquof
, x, y, quo);
4849
float res = REAL(
remquof
)(x, y, quo);
4855
COMMON_INTERCEPT_FUNCTION(
remquof
);
Completed in 22 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025