Home
last modified time | relevance | path

Searched refs:f_f (Results 1 – 13 of 13) sorted by relevance

/external/OpenCL-CTS/test_conformance/math_brute_force/
Dfunction_list.h35 double (*f_f)(double); member
52 long double (*f_f)(long double); member
Dunary_double.cpp271 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()
Dunary_float.cpp296 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()
/external/fonttools/Tests/feaLib/data/
Dspec5d2.fea10 sub f f by f_f;
20 sub f f by f_f;
DLigatureSubtable.fea2 sub f f by f_f;
Dspec4h2.fea20 sub f f by f_f;
Dspec4h1.fea20 sub f f by f_f;
/external/llvm/test/CodeGen/X86/
D2012-07-15-vshl.ll6 define void @f_f() nounwind {
Dshift-avx2-crash.ll7 define void @f_f(float* noalias nocapture %RET, float %aFOO, i32 %div) {
Davx-load-store.ll97 define void @f_f() nounwind {
/external/libffi/testsuite/libffi.bhaible/
Dtest-call.c247 fr = f_f(f1); in float_tests()
257 FFI_CALL(cif,f_f,args,&fr); in float_tests()
Dtest-callback.c193 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()
Dtestcases.c177 float ABI_ATTR f_f (float a) in f_f() function