OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test__ledf2vfp
(Results
1 - 1
of
1
) sorted by null
/frameworks/compile/libbcc/runtime/test/Unit/
ledf2vfp_test.c
23
int
test__ledf2vfp
(double a, double b)
function
37
if (
test__ledf2vfp
(0.0, 0.0))
39
if (
test__ledf2vfp
(1.0, 1.0))
41
if (
test__ledf2vfp
(-1.0, -2.0))
43
if (
test__ledf2vfp
(-2.0, -1.0))
45
if (
test__ledf2vfp
(HUGE_VAL, 1.0))
47
if (
test__ledf2vfp
(1.0, HUGE_VAL))
Completed in 123 milliseconds