Searched refs:f_f (Results 1 – 13 of 13) sorted by relevance
35 double (*f_f)(double); member52 long double (*f_f)(long double); member
271 r[j] = (cl_double)func.f_f(s[j]); in Test()301 long double correct = func.f_f(s[j]); in Test()319 long double correct2 = func.f_f(0.0L); in Test()320 long double correct3 = func.f_f(-0.0L); in Test()
296 for (size_t j = 0; j < buffer_elements; j++) r[j] = (float)func.f_f(s[j]); in Test()326 double correct = func.f_f(s[j]); in Test()462 double correct2 = func.f_f(0.0); in Test()463 double correct3 = func.f_f(-0.0); in Test()
10 sub f f by f_f;20 sub f f by f_f;
2 sub f f by f_f;
20 sub f f by f_f;
6 define void @f_f() nounwind {
7 define void @f_f(float* noalias nocapture %RET, float %aFOO, i32 %div) {
97 define void @f_f() nounwind {
247 fr = f_f(f1); in float_tests()257 FFI_CALL(cif,f_f,args,&fr); in float_tests()
193 if (data != (void*)&f_f) { fprintf(out,"wrong data for f_f\n"); exit(1); } in f_f_simulator()1399 fr = f_f(f1); in main()1408 PREP_CALLBACK(cif,f_f_simulator,(void*)&f_f); in main()
177 float ABI_ATTR f_f (float a) in f_f() function