/sysdeps/ieee754/ldbl-opt/ |
A D | test-redirection-ldbl-64.c | 32 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 D | mathdef.h | 28 # 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 D | tst-string-rtm.h | 27 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 D | tst-memset-rtm.c | 35 function (void) in function() function 44 return do_test_1 ("memset", LOOP, prepare, function); in do_test()
|
A D | tst-memcmp-rtm.c | 40 function (void) in function() function 51 return do_test_1 ("memcmp", LOOP, prepare, function); in do_test()
|
A D | tst-strchr-rtm.c | 41 function (void) in function() function 53 return do_test_1 ("strchr", LOOP, prepare, function); in do_test()
|
A D | tst-strncmp-rtm.c | 40 function (void) in function() function 51 return do_test_1 ("strncmp", LOOP, prepare, function); in do_test()
|
A D | tst-strlen-rtm.c | 40 function (void) in function() function 52 return do_test_1 ("strlen", LOOP, prepare, function); in do_test()
|
A D | tst-strrchr-rtm.c | 40 function (void) in function() function 52 return do_test_1 ("strrchr", LOOP, prepare, function); in do_test()
|
A D | tst-memchr-rtm.c | 41 function (void) in function() function 53 return do_test_1 ("memchr", LOOP, prepare, function); in do_test()
|
A D | tst-strcpy-rtm.c | 40 function (void) in function() function 52 return do_test_1 ("strcpy", LOOP, prepare, function); in do_test()
|
A D | tst-memrchr-rtm.c | 41 function (void) in function() function 53 return do_test_1 ("memrchr", LOOP, prepare, function); in do_test()
|
A D | tst-memmove-rtm.c | 40 function (void) in function() function 52 return do_test_1 ("memmove", LOOP, prepare, function); in do_test()
|
/sysdeps/powerpc/powerpc32/ |
A D | libgcc-compat.S | 59 .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 D | asm.h | 53 .type symbol,@function; \ 59 #define END(function) \ argument 61 .size function,.-function
|
/sysdeps/arm/ |
A D | aeabi_sighandlers.S | 42 .type __aeabi_SIG_DFL, %function 47 .type __aeabi_SIG_IGN, %function 52 .type __aeabi_SIG_ERR, %function
|
A D | crti.S | 62 .type call_weak_fn, %function 82 .type _init, %function 95 .type _fini, %function
|
/sysdeps/hppa/ |
A D | crti.S | 91 .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 D | sysdep.h | 37 #define END(function) \ argument 39 .end function; \ 40 .size function,.-function
|
/sysdeps/aarch64/ |
A D | crti.S | 61 .type call_weak_fn, %function 76 .type _init, %function 95 .type _fini, %function
|
/sysdeps/x86_64/ |
A D | tst-quadmod2.S | 27 .type func, @function 38 .type foo, @function
|
A D | tst-quadmod1.S | 28 .type func, @function 39 .type foo, @function
|
A D | crti.S | 62 .type _init, @function 81 .type _fini, @function
|
/sysdeps/alpha/ |
A D | crti.S | 71 .type _init, @function 94 .type _fini,@function
|
/sysdeps/i386/ |
A D | dl-tlsdesc.S | 36 .type _dl_tlsdesc_return,@function 58 .type _dl_tlsdesc_undefweak,@function 72 .type _dl_tlsdesc_dynamic,@function
|