OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__fixunssfsi
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fixunssfsi.c
1
/* ===-- fixunssfsi.c - Implement
__fixunssfsi
-----------------------------===
10
* This file implements
__fixunssfsi
for the compiler_rt library.
21
__fixunssfsi
(fp_t a) {
function in typeref:typename:COMPILER_RT_ABI su_int
28
return
__fixunssfsi
(a);
31
AEABI_RTABI su_int __aeabi_f2uiz(fp_t a) COMPILER_RT_ALIAS(
__fixunssfsi
);
/src/lib/libc/arch/m68k/hardfloat/
fixunssfsi.S
53
ENTRY(
__fixunssfsi
)
function
75
END(
__fixunssfsi
)
/src/lib/libc/gen/
fixunssfsi_ieee754.c
48
uint32_t
__fixunssfsi
(float);
54
__fixunssfsi
(float x)
function in typeref:typename:uint32_t
/src/sys/external/bsd/compiler_rt/dist/test/Unit/
fixunssfsi_test.c
1
//===-- fixunssfsi_test.c - Test
__fixunssfsi
-----------------------------===//
10
// This file tests
__fixunssfsi
for the compiler_rt library.
27
su_int
__fixunssfsi
(float a);
31
su_int x =
__fixunssfsi
(a);
33
printf("error in
__fixunssfsi
(%A) = %X, expected %X\n", a, x, expected);
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
fixunssfsi_test.c
1
//===-- fixunssfsi_test.c - Test
__fixunssfsi
-----------------------------===//
10
// This file tests
__fixunssfsi
for the compiler_rt library.
27
COMPILER_RT_ABI su_int
__fixunssfsi
(float a);
31
su_int x =
__fixunssfsi
(a);
33
printf("error in
__fixunssfsi
(%A) = %X, expected %X\n", a, x, expected);
/src/lib/libc/softfloat/
softfloat-for-gcc.h
99
#define float32_to_uint32_round_to_zero
__fixunssfsi
205
#define
__fixunssfsi
__aeabi_f2uiz
macro
/src/lib/libc_vfp/
vfpsf.S
53
#define
__fixunssfsi
__aeabi_f2uiz
macro
120
ENTRY(
__fixunssfsi
)
function
125
END(
__fixunssfsi
)
/src/lib/libc_fp/arch/mips/
fpsf.S
130
LEAF_NOPROFILE(
__fixunssfsi
)
141
END(
__fixunssfsi
)
Completed in 35 milliseconds
Indexes created Wed Oct 29 03:09:52 GMT 2025