OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fcvt
(Results
1 - 12
of
12
) sorted by relevancy
/src/lib/libm/arch/riscv/
lrint.S
13
fcvt
.l.d a0, fa0
15
fcvt
.w.d a0, fa0
lrintf.S
13
fcvt
.l.s a0, fa0
15
fcvt
.w.s a0, fa0
/src/sys/lib/libkern/arch/ia64/
divsi3.S
68
fcvt
.xf f6=f6
72
fcvt
.xf f7=f7
107
fcvt
.fx.trunc.s1 f8=f8
udivsi3.S
68
fcvt
.xf f6=f6
72
fcvt
.xf f7=f7
107
fcvt
.fxu.trunc.s1 f8=f8
divdi3.S
55
fcvt
.xf f6=f8
59
fcvt
.xf f7=f9
125
fcvt
.fx.trunc.s1 f8=f8
moddi3.S
69
fcvt
.xf f6=f12
73
fcvt
.xf f7=f7
138
fcvt
.fx.trunc.s1 f8=f8
modsi3.S
69
fcvt
.xf f6=f11
73
fcvt
.xf f7=f7
109
fcvt
.fx.trunc.s1 f8=f8
umoddi3.S
64
fcvt
.xuf.s1 f6=f12
68
fcvt
.xuf.s1 f7=f7
134
fcvt
.fxu.trunc.s1 f8=f8
umodsi3.S
68
fcvt
.xf f6=f11
73
fcvt
.xf f7=f7
109
fcvt
.fxu.trunc.s1 f8=f8
udivdi3.S
126
fcvt
.fxu.trunc.s1 f8=f8
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc
610
INTERCEPTOR(char *,
fcvt
, double x, int a, int *b, int *c) {
612
char *res = REAL(
fcvt
)(x, a, b, c);
618
#define MSAN_MAYBE_INTERCEPT_FCVT INTERCEPT_FUNCTION(
fcvt
)
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc
2402
// FIXME: check why msandr does nt handle
fcvt
.
2403
TEST(MemorySanitizer,
fcvt
) {
2409
char *str =
fcvt
(12345.6789, 10, &a, &b);
2425
char *str =
fcvt
(111111112345.6789, 10, &a, &b);
Completed in 69 milliseconds
Indexes created Thu Oct 30 03:10:01 GMT 2025