OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test__unordsf2vfp
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/runtime/test/Unit/
unordsf2vfp_test.c
23
int
test__unordsf2vfp
(float a, float b)
function
37
if (
test__unordsf2vfp
(0.0, NAN))
39
if (
test__unordsf2vfp
(NAN, 1.0))
41
if (
test__unordsf2vfp
(NAN, NAN))
43
if (
test__unordsf2vfp
(1.0, 1.0))
/external/compiler-rt/test/Unit/
unordsf2vfp_test.c
23
int
test__unordsf2vfp
(float a, float b)
function
37
if (
test__unordsf2vfp
(0.0, NAN))
39
if (
test__unordsf2vfp
(NAN, 1.0))
41
if (
test__unordsf2vfp
(NAN, NAN))
43
if (
test__unordsf2vfp
(1.0, 1.0))
Completed in 448 milliseconds