OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__truncsfhf2
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
truncsfhf2.c
16
COMPILER_RT_ABI NOINLINE uint16_t
__truncsfhf2
(float a) {
function in typeref:typename:COMPILER_RT_ABI NOINLINE uint16_t
21
return
__truncsfhf2
(a);
27
return
__truncsfhf2
(a);
30
AEABI_RTABI uint16_t __aeabi_f2h(float a) COMPILER_RT_ALIAS(
__truncsfhf2
);
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
truncsfhf2_test.c
1
//===--------------- truncsfhf2_test.c - Test
__truncsfhf2
----------------===//
10
// This file tests
__truncsfhf2
for the compiler_rt library.
18
uint16_t
__truncsfhf2
(float a);
22
uint16_t x =
__truncsfhf2
(a);
Completed in 15 milliseconds
Indexes created Sun Oct 19 21:10:07 GMT 2025