Home
last modified time | relevance | path

Searched refs:f_fi (Results 1 – 6 of 6) sorted by relevance

/external/OpenCL-CTS/test_conformance/math_brute_force/
Dfunction_list.h42 double (*f_fi)(double, int); member
57 long double (*f_fi)(long double, int); member
Dbinary_i_double.cpp451 r[j] = (cl_double)func.f_fi(s[j], s2[j]); in Test()
481 long double correct = func.f_fi(s[j], s2[j]); in Test()
497 long double correct2 = func.f_fi(0.0, s2[j]); in Test()
498 long double correct3 = func.f_fi(-0.0, s2[j]); in Test()
Dbinary_i_float.cpp441 r[j] = (float)func.f_fi(s[j], s2[j]); in Test()
471 double correct = func.f_fi(s[j], s2[j]); in Test()
489 correct2 = func.f_fi(0.0, s2[j]); in Test()
490 correct3 = func.f_fi(-0.0, s2[j]); in Test()
/external/libffi/testsuite/libffi.bhaible/
Dtest-call.c643 fr = f_fi(f1,i9); in mixed_number_tests()
653 FFI_CALL(cif,f_fi,args,&fr); in mixed_number_tests()
Dtest-callback.c481 if (data != (void*)&f_fi) { fprintf(out,"wrong data for f_fi\n"); exit(1); } in f_fi_simulator()
1776 fr = f_fi(f1,i9); in main()
1785 PREP_CALLBACK(cif,f_fi_simulator,(void*)&f_fi); in main()
Dtestcases.c332 float ABI_ATTR f_fi (float a, int z) in f_fi() function