Searched refs:f_f (Results 1 – 17 of 17) sorted by relevance
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | function_list.h | 35 double (*f_f)(double); member 52 long double (*f_f)(long double); member
|
D | unary_double.cpp | 430 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()
|
D | unary_float.cpp | 483 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/ |
D | spec5d2.fea | 10 sub f f by f_f; 20 sub f f by f_f;
|
D | LigatureSubtable.fea | 2 sub f f by f_f;
|
D | spec4h2.fea | 20 sub f f by f_f;
|
D | spec4h1.fea | 20 sub f f by f_f;
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | pr34139.ll | 4 define void @f_f(<16 x double>* %ptr) { 5 ; CHECK-LABEL: f_f:
|
D | 2012-07-15-vshl.ll | 6 define void @f_f() nounwind {
|
D | shift-avx2-crash.ll | 8 define void @f_f(float* noalias nocapture %RET, float %aFOO, i32 %div) {
|
D | avx-load-store.ll | 213 define void @f_f() nounwind { 214 ; CHECK-LABEL: f_f: 229 ; CHECK_O0-LABEL: f_f:
|
/external/llvm/test/CodeGen/X86/ |
D | 2012-07-15-vshl.ll | 6 define void @f_f() nounwind {
|
D | shift-avx2-crash.ll | 7 define void @f_f(float* noalias nocapture %RET, float %aFOO, i32 %div) {
|
D | avx-load-store.ll | 97 define void @f_f() nounwind {
|
/external/libffi/testsuite/libffi.bhaible/ |
D | test-call.c | 247 fr = f_f(f1); in float_tests() 257 FFI_CALL(cif,f_f,args,&fr); in float_tests()
|
D | testcases.c | 177 float ABI_ATTR f_f (float a) in f_f() function
|
D | test-callback.c | 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()
|