OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__gesf2
(Results
1 - 7
of
7
) sorted by null
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
gesf2.c
30
flag
__gesf2
(float32, float32);
33
__gesf2
(float32 a, float32 b)
function
softfloat-for-gcc.h
159
#define float32_ge
__gesf2
/external/compiler-rt/lib/builtins/
comparesf2.c
12
// __eqsf2
__gesf2
__unordsf2
27
//
__gesf2
(a,b) returns -1 if a < b
35
// Note that __lesf2( ) and
__gesf2
( ) are identical except in their handling of
96
__gesf2
(fp_t a, fp_t b) {
function
144
return
__gesf2
(a, b);
apple_versioning.c
280
NOT_HERE_UNTIL_AFTER_4_3(
__gesf2
)
/external/compiler-rt/lib/builtins/arm/
comparesf2.S
12
// __eqsf2
__gesf2
__unordsf2
27
//
__gesf2
(a,b) returns -1 if a < b
35
// Note that __lesf2( ) and
__gesf2
( ) are identical except in their handling of
133
DEFINE_COMPILERRT_FUNCTION_ALIAS(
__gesf2
, __gtsf2)
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
softfloat-for-gcc.h
159
#define float32_ge
__gesf2
/external/compiler-rt/test/builtins/Unit/
comparesf2_test.c
18
int
__gesf2
(float, float);
47
if (
__gesf2
(vector->a, vector->b) != vector->geReference) {
48
printf("error in
__gesf2
(%a, %a) = %d, expected %d\n",
50
__gesf2
(vector->a, vector->b),
Completed in 2131 milliseconds