OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__extendsftf2
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/builtins/
extendsftf2.c
19
COMPILER_RT_ABI long double
__extendsftf2
(float a) {
function
/external/compiler-rt/test/builtins/Unit/
extendsftf2_test.c
1
//===--------------- extendsftf2_test.c - Test
__extendsftf2
--------------===//
10
// This file tests
__extendsftf2
for the compiler_rt library.
21
COMPILER_RT_ABI long double
__extendsftf2
(float a);
25
long double x =
__extendsftf2
(a);
Completed in 356 milliseconds