Home
last modified time | relevance | path

Searched refs:fun_long (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/libc/AOR_v20.02/math/test/
Dulp.c302 } fun_long; member
445 return f->fun_long.f1 (a.x); in call_long_f1()
450 return f->fun_long.f2 (a.x, a.x2); in call_long_f2()
455 return f->fun_long.d1 (a.x); in call_long_d1()
460 return f->fun_long.d2 (a.x, a.x2); in call_long_d2()
/external/arm-optimized-routines/math/test/
Dulp.c301 } fun_long; member
446 return f->fun_long.f1 (a.x); in call_long_f1()
451 return f->fun_long.f2 (a.x, a.x2); in call_long_f2()
456 return f->fun_long.d1 (a.x); in call_long_d1()
461 return f->fun_long.d2 (a.x, a.x2); in call_long_d2()
/external/elfutils/tests/
Drun-funcretval.sh39 () fun_long: return value location: {0x50, 0}
Dfuncretval_test.c6 long fun_long (void) { return 9; } in fun_long() function