Searched refs:suffix (Results 1 – 7 of 7) sorted by relevance
/sysdeps/m68k/m680x0/fpu/ |
A D | s_scalbn.c | 34 #ifndef suffix 35 #define suffix /*empty*/ macro 44 __CONCATX(__scalbn,suffix) (float_type x, int exp) in __CONCATX() argument 46 return __m81_u(__CONCATX(__scalbn,suffix))(x, exp); in __CONCATX() 48 strong_alias (__CONCATX(__scalbn,suffix), __CONCATX(__scalbln,suffix)) 52 compat_symbol (libc, __CONCATX(__scalbn,suffix), __CONCATX(scalbln,suffix),
|
A D | s_scalbnf.c | 1 #define suffix f macro
|
A D | s_scalbnl.c | 1 #define suffix l macro
|
/sysdeps/ieee754/ldbl-128ibm/ |
A D | Makefile | 23 $(subst F,$(type-ldouble-suffix),$(libm-compat-calls)) \ 24 $(subst F,$(type-ldouble-suffix),$(libm-calls)) \ 25 $(subst F,$(type-ldouble-suffix),$(calls)) \
|
/sysdeps/generic/ |
A D | math_private_calls.h | 19 #define __MSUF_X(x, suffix) x ## suffix argument 23 #define __MSUF_R_X(x, suffix) x ## suffix ## _r argument
|
/sysdeps/powerpc/powerpc32/ |
A D | dl-machine.c | 558 #define DO_TLS_RELOC(suffix) \ in __process_machine_rela() argument 559 case R_PPC_DTPREL##suffix: \ in __process_machine_rela() 563 do_reloc##suffix ("R_PPC_DTPREL"#suffix, \ in __process_machine_rela() 566 case R_PPC_TPREL##suffix: \ in __process_machine_rela() 570 do_reloc##suffix ("R_PPC_TPREL"#suffix, \ in __process_machine_rela()
|
/sysdeps/powerpc/powerpc64/ |
A D | sysdep.h | 204 #define LT_LABELSUFFIX(name,suffix) GLUE(GLUE(.LT,name),suffix) argument
|
Completed in 8 milliseconds