OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__ledf2
(Results
1 - 7
of
7
) sorted by null
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
ledf2.c
28
flag
__ledf2
(float64, float64);
31
__ledf2
(float64 a, float64 b)
function
softfloat-for-gcc.h
172
#define float64_le
__ledf2
/external/compiler-rt/lib/builtins/
comparedf2.c
13
//
__ledf2
__gtdf2
22
//
__ledf2
(a,b) returns -1 if a < b
35
// Note that
__ledf2
( ) and __gedf2( ) are identical except in their handling of
51
__ledf2
(fp_t a, fp_t b) {
function
85
FNALIAS(__cmpdf2,
__ledf2
);
129
return
__ledf2
(a, b);
134
return
__ledf2
(a, b);
139
return
__ledf2
(a, b);
apple_versioning.c
286
NOT_HERE_UNTIL_AFTER_4_3(
__ledf2
)
/bionic/libc/arch-arm/bionic/
libcrt_compat.c
109
extern char
__ledf2
;
208
&
__ledf2
,
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
softfloat-for-gcc.h
172
#define float64_le
__ledf2
/external/compiler-rt/test/builtins/Unit/
comparedf2_test.c
20
int
__ledf2
(double, double);
63
if (
__ledf2
(vector->a, vector->b) != vector->leReference) {
64
printf("error in
__ledf2
(%a, %a) = %d, expected %d\n",
66
__ledf2
(vector->a, vector->b),
Completed in 283 milliseconds