Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 260) sorted by relevance

1234567891011

/sysdeps/ieee754/ldbl-opt/
A Dtest-redirection-ldbl-64.c32 extern typeof (function) function __asm__ ("" # to);
33 #define MATH_REDIR(function) MATH_REDIRX (function, __ ## function) argument
36 # define MATH_F32(function) MATH_REDIR(function ## f32) argument
42 # define MATH_F32X(function) MATH_REDIR(function ## f32x) argument
48 # define MATH_F64(function) MATH_REDIR(function ## f64) argument
54 # define MATH_F64X(function) MATH_REDIR(function ## f64x) argument
60 MATH_REDIR(function); \
62 MATH_F32(function); \
63 MATH_F32X(function); \
64 MATH_F64(function); \
[all …]
/sysdeps/alpha/bits/
A Dmathdef.h28 # define __MATHCALL(function, args) \ argument
29 __MATHDECL (_Complex float, function, args)
30 # define __MATHDECL(type, function, args) \ argument
31 __MATHDECL_1(type, function##f, args, __c1_##function##f); \
32 __MATHDECL_1(type, __##function##f, args, __c1_##function##f)
33 # define __MATHDECL_1(type, function, args, alias) \ argument
34 extern type function args __asm__(#alias) __THROW
/sysdeps/x86/
A Dtst-string-rtm.h27 int (*function) (void)) in do_test_1()
41 failed |= function (); in do_test_1()
44 failed |= function (); in do_test_1()
49 failed |= function (); in do_test_1()
A Dtst-memset-rtm.c35 function (void) in function() function
44 return do_test_1 ("memset", LOOP, prepare, function); in do_test()
A Dtst-memcmp-rtm.c40 function (void) in function() function
51 return do_test_1 ("memcmp", LOOP, prepare, function); in do_test()
A Dtst-strchr-rtm.c41 function (void) in function() function
53 return do_test_1 ("strchr", LOOP, prepare, function); in do_test()
A Dtst-strncmp-rtm.c40 function (void) in function() function
51 return do_test_1 ("strncmp", LOOP, prepare, function); in do_test()
A Dtst-strlen-rtm.c40 function (void) in function() function
52 return do_test_1 ("strlen", LOOP, prepare, function); in do_test()
A Dtst-strrchr-rtm.c40 function (void) in function() function
52 return do_test_1 ("strrchr", LOOP, prepare, function); in do_test()
A Dtst-memchr-rtm.c41 function (void) in function() function
53 return do_test_1 ("memchr", LOOP, prepare, function); in do_test()
A Dtst-strcpy-rtm.c40 function (void) in function() function
52 return do_test_1 ("strcpy", LOOP, prepare, function); in do_test()
A Dtst-memrchr-rtm.c41 function (void) in function() function
53 return do_test_1 ("memrchr", LOOP, prepare, function); in do_test()
A Dtst-memmove-rtm.c40 function (void) in function() function
52 return do_test_1 ("memmove", LOOP, prepare, function); in do_test()
/sysdeps/powerpc/powerpc32/
A Dlibgcc-compat.S59 .type __ashldi3_v_glibc20,@function
66 .type __ashrdi3_v_glibc20,@function
73 .type __lshrdi3_v_glibc20,@function
80 .type __cmpdi2_v_glibc20,@function
87 .type __ucmpdi2_v_glibc20,@function
95 .type __fixdfdi_v_glibc20,@function
102 .type __fixunsdfdi_v_glibc20,@function
109 .type __fixsfdi_v_glibc20,@function
116 .type __fixunssfdi_v_glibc20,@function
123 .type __floatdidf_v_glibc20,@function
[all …]
/sysdeps/riscv/sys/
A Dasm.h53 .type symbol,@function; \
59 #define END(function) \ argument
61 .size function,.-function
/sysdeps/arm/
A Daeabi_sighandlers.S42 .type __aeabi_SIG_DFL, %function
47 .type __aeabi_SIG_IGN, %function
52 .type __aeabi_SIG_ERR, %function
A Dcrti.S62 .type call_weak_fn, %function
82 .type _init, %function
95 .type _fini, %function
/sysdeps/hppa/
A Dcrti.S91 .type __canonicalize_funcptr_for_compare,@function
92 .type $$dyncall,@function
97 .type __gmon_start__,@function
102 .type gmon_initializer,@function
146 .type _init,@function
157 .type _fini,@function
/sysdeps/unix/mips/
A Dsysdep.h37 #define END(function) \ argument
39 .end function; \
40 .size function,.-function
/sysdeps/aarch64/
A Dcrti.S61 .type call_weak_fn, %function
76 .type _init, %function
95 .type _fini, %function
/sysdeps/x86_64/
A Dtst-quadmod2.S27 .type func, @function
38 .type foo, @function
A Dtst-quadmod1.S28 .type func, @function
39 .type foo, @function
A Dcrti.S62 .type _init, @function
81 .type _fini, @function
/sysdeps/alpha/
A Dcrti.S71 .type _init, @function
94 .type _fini,@function
/sysdeps/i386/
A Ddl-tlsdesc.S36 .type _dl_tlsdesc_return,@function
58 .type _dl_tlsdesc_undefweak,@function
72 .type _dl_tlsdesc_dynamic,@function

Completed in 165 milliseconds

1234567891011