Home
last modified time | relevance | path

Searched refs:f_f (Results 1 – 17 of 17) 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.cpp430 r[j] = (cl_double)func.f_f(s[j]); in Test()
460 long double correct = func.f_f(s[j]); in Test()
478 long double correct2 = func.f_f(0.0L); in Test()
479 long double correct3 = func.f_f(-0.0L); in Test()
Dunary_float.cpp483 for (size_t j = 0; j < buffer_elements; j++) r[j] = (float)func.f_f(s[j]); in Test()
513 double correct = func.f_f(s[j]); in Test()
649 double correct2 = func.f_f(0.0); in Test()
650 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-project/llvm/test/CodeGen/X86/
Dpr34139.ll4 define void @f_f(<16 x double>* %ptr) {
5 ; CHECK-LABEL: f_f:
D2012-07-15-vshl.ll6 define void @f_f() nounwind {
Dshift-avx2-crash.ll8 define void @f_f(float* noalias nocapture %RET, float %aFOO, i32 %div) {
Davx-load-store.ll213 define void @f_f() nounwind {
214 ; CHECK-LABEL: f_f:
229 ; CHECK_O0-LABEL: 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()
Dtestcases.c177 float ABI_ATTR f_f (float a) in f_f() function
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()