OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__floatundidf
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/
floatundidf.S
1
//===-- floatundidf.S - Implement
__floatundidf
for i386 ------------------===//
10
// This file implements
__floatundidf
for the compiler_rt library.
16
// double
__floatundidf
(du_int a);
38
DEFINE_COMPILERRT_FUNCTION(
__floatundidf
)
50
END_COMPILERRT_FUNCTION(
__floatundidf
)
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/
floatundidf.S
1
//===-- floatundidf.S - Implement
__floatundidf
for x86_64 ----------------===//
10
// This file implements
__floatundidf
for the compiler_rt library.
16
// double
__floatundidf
(du_int a);
38
DEFINE_COMPILERRT_FUNCTION(
__floatundidf
)
47
END_COMPILERRT_FUNCTION(
__floatundidf
)
/src/lib/libc/quad/
floatundidf.c
56
__floatundidf
(u_quad_t x)
function in typeref:typename:double
floatundidf_ieee754.c
49
__floatundidf
(u_quad_t x)
function in typeref:typename:double
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
floatundidf.c
1
/* ===-- floatundidf.c - Implement
__floatundidf
---------------------------===
10
* This file implements
__floatundidf
for the compiler_rt library.
31
__floatundidf
(du_int a)
function in typeref:typename:COMPILER_RT_ABI double
53
__floatundidf
(du_int a)
function in typeref:typename:COMPILER_RT_ABI double
109
return
__floatundidf
(a);
112
AEABI_RTABI double __aeabi_ul2d(du_int a) COMPILER_RT_ALIAS(
__floatundidf
);
/src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/
floatundidf.c
12
double
__floatundidf
(uint64_t x);
31
__floatundidf
(input[i]);
/src/sys/external/bsd/compiler_rt/dist/test/timing/
floatundidf.c
12
double
__floatundidf
(uint64_t x);
31
__floatundidf
(input[i]);
/src/sys/external/bsd/compiler_rt/dist/test/Unit/
floatundidf_test.c
1
//===-- floatundidf_test.c - Test
__floatundidf
---------------------------===//
10
// This file tests
__floatundidf
for the compiler_rt library.
25
double
__floatundidf
(du_int a);
29
double x =
__floatundidf
(a);
31
printf("error in
__floatundidf
(%llX) = %a, expected %a\n",
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
floatundidf_test.c
1
//===-- floatundidf_test.c - Test
__floatundidf
---------------------------===//
10
// This file tests
__floatundidf
for the compiler_rt library.
25
COMPILER_RT_ABI double
__floatundidf
(du_int a);
29
double x =
__floatundidf
(a);
31
printf("error in
__floatundidf
(%llX) = %a, expected %a\n",
/src/lib/libc/softfloat/
softfloat-for-gcc.h
75
#define uint64_to_float64
__floatundidf
197
#define
__floatundidf
__aeabi_ul2d
macro
/src/common/lib/libc/quad/
quad.h
135
double
__floatundidf
(u_quad_t);
/src/lib/libc_fp/arch/mips/
fpdf.S
161
LEAF_NOPROFILE(
__floatundidf
)
173
END(
__floatundidf
)
Completed in 16 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025