OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__fixsfdi
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fixsfdi.c
1
/* ===-- fixsfdi.c - Implement
__fixsfdi
-----------------------------------===
22
__fixsfdi
(float a)
function in typeref:typename:COMPILER_RT_ABI di_int
41
__fixsfdi
(fp_t a) {
function in typeref:typename:COMPILER_RT_ABI di_int
50
return
__fixsfdi
(a);
53
AEABI_RTABI di_int __aeabi_f2lz(fp_t a) COMPILER_RT_ALIAS(
__fixsfdi
);
/src/lib/libc/quad/
fixsfdi.c
58
__fixsfdi
(float x)
function in typeref:typename:quad_t
fixsfdi_ieee754.c
54
__fixsfdi
(float x)
function in typeref:typename:quad_t
/src/sys/external/bsd/compiler_rt/dist/test/Unit/
fixsfdi_test.c
1
//===-- fixsfdi_test.c - Test
__fixsfdi
-----------------------------------===//
10
// This file tests
__fixsfdi
for the compiler_rt library.
25
di_int
__fixsfdi
(float a);
29
di_int x =
__fixsfdi
(a);
31
printf("error in
__fixsfdi
(%A) = %llX, expected %llX\n", a, x, expected);
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
fixsfdi_test.c
1
//===-- fixsfdi_test.c - Test
__fixsfdi
-----------------------------------===//
10
// This file tests
__fixsfdi
for the compiler_rt library.
25
COMPILER_RT_ABI di_int
__fixsfdi
(float a);
29
di_int x =
__fixsfdi
(a);
31
printf("error in
__fixsfdi
(%A) = %llX, expected %llX\n", a, x, expected);
/src/lib/libc/softfloat/
softfloat-for-gcc.h
89
#define float32_to_int64_round_to_zero
__fixsfdi
202
#define
__fixsfdi
__aeabi_f2lz
macro
/src/common/lib/libc/quad/
quad.h
127
quad_t
__fixsfdi
(float);
/src/lib/libc_fp/arch/mips/
fpsf.S
100
LEAF_NOPROFILE(
__fixsfdi
)
106
END(
__fixsfdi
)
Completed in 19 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025