Home
last modified time | relevance | path

Searched refs:test_float_ddiv (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/
H A Dtest_float_subj.h11 double test_float_ddiv(double a, double b);
H A Dtest_float_subj.c14 double test_float_ddiv(double n, double d) in test_float_ddiv() function
H A Dos_test.c667 EXPECT(my_dcmpeq(test_float_ddiv(VAL1, VAL2), VAL1 / VAL2, DPREC)); in test_float()