OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__extendhfsf2
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
extendhfsf2.c
17
COMPILER_RT_ABI NOINLINE float
__extendhfsf2
(uint16_t a) {
function in typeref:typename:COMPILER_RT_ABI NOINLINE float
22
return
__extendhfsf2
(a);
28
return
__extendhfsf2
(a);
31
AEABI_RTABI float __aeabi_h2f(uint16_t a) COMPILER_RT_ALIAS(
__extendhfsf2
);
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
extendhfsf2_test.c
1
//===--------------- extendhfsf2_test.c - Test
__extendhfsf2
--------------===//
10
// This file tests
__extendhfsf2
for the compiler_rt library.
18
float
__extendhfsf2
(uint16_t a);
22
float x =
__extendhfsf2
(a);
Completed in 13 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025