OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__lesf2
(Results
1 - 10
of
10
) sorted by null
/external/compiler-rt/lib/
comparesf2.c
13
//
__lesf2
__gtsf2
22
//
__lesf2
(a,b) returns -1 if a < b
35
// Note that
__lesf2
( ) and __gesf2( ) are identical except in their handling of
50
enum LE_RESULT
__lesf2
(fp_t a, fp_t b) {
function
120
return
__lesf2
(a, b);
124
return
__lesf2
(a, b);
128
return
__lesf2
(a, b);
apple_versioning.c
287
NOT_HERE_UNTIL_AFTER_4_3(
__lesf2
)
/external/compiler-rt/lib/arm/
vfp_alias.S
72
DEFINE_VFP_FUNCTION_ALIAS(
__lesf2
)
comparesf2.S
13
//
__lesf2
__gtsf2
22
//
__lesf2
(a,b) returns -1 if a < b
35
// Note that
__lesf2
( ) and __gesf2( ) are identical except in their handling of
45
DEFINE_COMPILERRT_FUNCTION(
__lesf2
)
/dalvik/vm/compiler/template/mips/
TEMPLATE_FLOAT_TO_INT_VFP.S
18
JAL(
__lesf2
)
/dalvik/vm/mterp/mips/
OP_FLOAT_TO_INT.S
19
JAL(
__lesf2
)
OP_FLOAT_TO_LONG.S
18
JAL(
__lesf2
)
/external/compiler-rt/test/Unit/
comparesf2_test.c
20
int
__lesf2
(float, float);
63
if (
__lesf2
(vector->a, vector->b) != vector->leReference) {
64
printf("error in
__lesf2
(%a, %a) = %d, expected %d\n",
66
__lesf2
(vector->a, vector->b),
/dalvik/vm/compiler/template/out/
CompilerTemplateAsm-mips.S
[
all
...]
/dalvik/vm/mterp/out/
InterpAsm-mips.S
[
all
...]
Completed in 303 milliseconds