OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__gesf2
(Results
1 - 10
of
10
) sorted by null
/external/compiler-rt/lib/
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
89
enum GE_RESULT
__gesf2
(fp_t a, fp_t b) {
function
132
return
__gesf2
(a, b);
apple_versioning.c
279
NOT_HERE_UNTIL_AFTER_4_3(
__gesf2
)
/external/compiler-rt/lib/arm/
vfp_alias.S
68
DEFINE_VFP_FUNCTION_ALIAS(
__gesf2
)
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
102
DEFINE_COMPILERRT_FUNCTION(
__gesf2
)
/dalvik/vm/compiler/template/mips/
TEMPLATE_FLOAT_TO_INT_VFP.S
11
JAL(
__gesf2
) # is arg >= maxint?
/dalvik/vm/mterp/mips/
OP_FLOAT_TO_INT.S
12
JAL(
__gesf2
) # is arg >= maxint?
OP_FLOAT_TO_LONG.S
9
JAL(
__gesf2
)
/external/compiler-rt/test/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),
/dalvik/vm/compiler/template/out/
CompilerTemplateAsm-mips.S
[
all
...]
/dalvik/vm/mterp/out/
InterpAsm-mips.S
[
all
...]
Completed in 142 milliseconds