Searched refs:f_fi (Results 1 – 6 of 6) sorted by relevance
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | function_list.h | 42 double (*f_fi)(double, int); member 57 long double (*f_fi)(long double, int); member
|
D | binary_i_double.cpp | 451 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()
|
D | binary_i_float.cpp | 441 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/ |
D | test-call.c | 643 fr = f_fi(f1,i9); in mixed_number_tests() 653 FFI_CALL(cif,f_fi,args,&fr); in mixed_number_tests()
|
D | test-callback.c | 481 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()
|
D | testcases.c | 332 float ABI_ATTR f_fi (float a, int z) in f_fi() function
|