OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fl4
(Results
1 - 4
of
4
) sorted by null
/external/libffi/testsuite/libffi.call/
return_fl2.c
11
static float return_fl(float fl1, float fl2, float fl3, float
fl4
)
15
sum = fl1 + fl2 + fl3 +
fl4
;
23
float fl1, fl2, fl3,
fl4
, rfl;
local
33
values[3] = &
fl4
;
41
fl4
= 512.7;
44
printf ("%f vs %f\n", rfl, return_fl(fl1, fl2, fl3,
fl4
));
46
sum = fl1 + fl2 + fl3 +
fl4
;
return_fl3.c
10
static float return_fl(float fl1, float fl2, unsigned int in3, float
fl4
)
12
return fl1 + fl2 + in3 +
fl4
;
19
float fl1, fl2,
fl4
, rfl;
local
28
values[3] = &
fl4
;
36
fl4
= 512.7;
39
printf ("%f vs %f\n", rfl, return_fl(fl1, fl2, in3,
fl4
));
40
CHECK(rfl == fl1 + fl2 + in3 +
fl4
);
/art/test/041-narrowing/src/
Main.java
85
float
fl4
= Float.NEGATIVE_INFINITY;
local
88
+ (Long.toHexString((byte)
fl4
).equals("0") ? " 00" : Long
89
.toHexString((byte)
fl4
)) + " expected: 00");
91
+ (Integer.toHexString((short)
fl4
).equals("0") ? " 0000" : Long
92
.toHexString((short)
fl4
)) + " expected: 0000");
94
+ Integer.toHexString((int)
fl4
) + " expected: 80000000");
95
System.out.println("(long) Float.NEGATIVE_INFINITY = " + Long.toHexString((long)
fl4
)
/dalvik/tests/041-narrowing/src/
Main.java
85
float
fl4
= Float.NEGATIVE_INFINITY;
local
88
+ (Long.toHexString((byte)
fl4
).equals("0") ? " 00" : Long
89
.toHexString((byte)
fl4
)) + " expected: 00");
91
+ (Integer.toHexString((short)
fl4
).equals("0") ? " 0000" : Long
92
.toHexString((short)
fl4
)) + " expected: 0000");
94
+ Integer.toHexString((int)
fl4
) + " expected: 80000000");
95
System.out.println("(long) Float.NEGATIVE_INFINITY = " + Long.toHexString((long)
fl4
)
Completed in 69 milliseconds