OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__floatdidf
(Results
1 - 5
of
5
) 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
/src/lib/libc/quad/
floatdidf.c
55
__floatdidf
(quad_t x)
function
floatdidf_ieee754.c
45
double
__floatdidf
(quad_t);
51
__floatdidf
(quad_t x)
function
/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
51
__floatdidf
(di_int a)
function
110
return
__floatdidf
(a);
113
AEABI_RTABI double __aeabi_l2d(di_int a) COMPILER_RT_ALIAS(
__floatdidf
);
variable
/src/lib/libc/softfloat/
softfloat-for-gcc.h
60
#define int64_to_float64
__floatdidf
191
#define
__floatdidf
__aeabi_l2d
macro
Completed in 36 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026