OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__letf2
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
letf2.c
30
flag
__letf2
(float128, float128);
33
__letf2
(float128 a, float128 b)
function
softfloat-for-gcc.h
195
#define float128_le
__letf2
/external/compiler-rt/lib/builtins/
comparetf2.c
13
//
__letf2
__gttf2
22
//
__letf2
(a,b) returns -1 if a < b
35
// Note that
__letf2
( ) and __getf2( ) are identical except in their handling of
51
COMPILER_RT_ABI enum LE_RESULT
__letf2
(fp_t a, fp_t b) {
function
84
FNALIAS(__cmptf2,
__letf2
);
123
return
__letf2
(a, b);
127
return
__letf2
(a, b);
131
return
__letf2
(a, b);
/external/compiler-rt/test/builtins/Unit/
letf2_test.c
1
//===------------ letf2_test.c - Test
__letf2
------------------------------===//
10
// This file tests
__letf2
for the compiler_rt library.
20
int
__letf2
(long double a, long double b);
24
int x =
__letf2
(a, b);
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
softfloat-for-gcc.h
195
#define float128_le
__letf2
/external/swiftshader/third_party/subzero/runtime/
wasm-runtime.cpp
202
UNIMPLEMENTED(
__letf2
)
Completed in 1474 milliseconds