Home
last modified time | relevance | path

Searched refs:suffix (Results 1 – 7 of 7) sorted by relevance

/sysdeps/m68k/m680x0/fpu/
A Ds_scalbn.c34 #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 Ds_scalbnf.c1 #define suffix f macro
A Ds_scalbnl.c1 #define suffix l macro
/sysdeps/ieee754/ldbl-128ibm/
A DMakefile23 $(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 Dmath_private_calls.h19 #define __MSUF_X(x, suffix) x ## suffix argument
23 #define __MSUF_R_X(x, suffix) x ## suffix ## _r argument
/sysdeps/powerpc/powerpc32/
A Ddl-machine.c558 #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 Dsysdep.h204 #define LT_LABELSUFFIX(name,suffix) GLUE(GLUE(.LT,name),suffix) argument

Completed in 8 milliseconds