OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__floatdidf
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/
floatdidf.c
5
/* double
__floatdidf
(di_int a); */
11
double
__floatdidf
(int64_t a)
function in typeref:typename:double
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/
floatdidf.S
24
DEFINE_COMPILERRT_FUNCTION(
__floatdidf
)
37
END_COMPILERRT_FUNCTION(
__floatdidf
)
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
floatdidf.c
1
/*===-- floatdidf.c - Implement
__floatdidf
-------------------------------===
10
* This file implements
__floatdidf
for the compiler_rt library.
31
__floatdidf
(di_int a)
function in typeref:typename:COMPILER_RT_ABI double
51
__floatdidf
(di_int a)
function in typeref:typename:COMPILER_RT_ABI double
110
return
__floatdidf
(a);
113
AEABI_RTABI double __aeabi_l2d(di_int a) COMPILER_RT_ALIAS(
__floatdidf
);
/src/lib/libc/quad/
floatdidf_ieee754.c
45
double
__floatdidf
(quad_t);
51
__floatdidf
(quad_t x)
function in typeref:typename:double
floatdidf.c
55
__floatdidf
(quad_t x)
function in typeref:typename:double
/src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/
floatdidf.c
6
#define FUNCTION_NAME
__floatdidf
/src/sys/external/bsd/compiler_rt/dist/test/timing/
floatdidf.c
6
#define FUNCTION_NAME
__floatdidf
/src/sys/external/bsd/compiler_rt/dist/test/Unit/
floatdidf_test.c
1
//===-- floatdidf.c - Test
__floatdidf
------------------------------------===//
10
// This file tests
__floatdidf
for the compiler_rt library.
25
double
__floatdidf
(di_int a);
29
double x =
__floatdidf
(a);
31
printf("error in
__floatdidf
(%llX) = %a, expected %a\n", a, x, expected);
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
floatdidf_test.c
1
//===-- floatdidf.c - Test
__floatdidf
------------------------------------===//
10
// This file tests
__floatdidf
for the compiler_rt library.
25
COMPILER_RT_ABI double
__floatdidf
(di_int a);
29
double x =
__floatdidf
(a);
31
printf("error in
__floatdidf
(%llX) = %a, expected %a\n", a, x, expected);
/src/lib/libc/softfloat/
softfloat-for-gcc.h
60
#define int64_to_float64
__floatdidf
191
#define
__floatdidf
__aeabi_l2d
macro
/src/common/lib/libc/quad/
quad.h
132
double
__floatdidf
(quad_t);
/src/lib/libc_fp/arch/mips/
fpdf.S
145
LEAF_NOPROFILE(
__floatdidf
)
151
END(
__floatdidf
)
Completed in 17 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025