Searched refs:trunc (Results 1 – 25 of 109) sorted by relevance
12345
/glibc-2.36/math/ |
D | libm-test-trunc.inc | 1 /* Test trunc. 23 TEST_f_f (trunc, plus_infty, plus_infty, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 24 TEST_f_f (trunc, minus_infty, minus_infty, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 25 TEST_f_f (trunc, qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 26 TEST_f_f (trunc, -qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 27 TEST_f_f (trunc, snan_value, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION), 28 TEST_f_f (trunc, -snan_value, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION), 30 TEST_f_f (trunc, 0, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 31 TEST_f_f (trunc, minus_zero, minus_zero, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 32 TEST_f_f (trunc, min_subnorm_value, 0.0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), [all …]
|
/glibc-2.36/sysdeps/x86_64/fpu/multiarch/ |
D | s_trunc.c | 22 #define trunc __redirect_trunc macro 25 #undef trunc 28 #define SYMBOL_NAME trunc 32 libm_alias_double (__trunc, trunc)
|
D | s_truncf.c | 32 libm_alias_float (__trunc, trunc)
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | s_trunc.S | 97 GLOBAL_LIBM_ENTRY(trunc) 101 fcvt.fx.trunc.s1 fXtruncInt = f8 // Convert to int in significand 165 GLOBAL_LIBM_END(trunc) 166 libm_alias_double_other (trunc, trunc)
|
D | s_truncl.S | 101 fcvt.fx.trunc.s1 fXtruncInt = f8 // Convert to int in significand 166 libm_alias_ldouble_other (trunc, trunc)
|
D | s_truncf.S | 101 fcvt.fx.trunc.s1 fXtruncInt = f8 // Convert to int in significand 166 libm_alias_float_other (trunc, trunc)
|
D | s_roundl.S | 111 fcvt.fx.trunc.s1 fXtruncInt = f8 // Convert to int in significand 227 fcvt.fx.trunc.s1 fXtruncInt = fNormX // Convert to int in significand
|
D | s_round.S | 111 fcvt.fx.trunc.s1 fXtruncInt = f8 // Convert to int in significand 227 fcvt.fx.trunc.s1 fXtruncInt = fNormX // Convert to int in significand
|
D | s_roundf.S | 111 fcvt.fx.trunc.s1 fXtruncInt = f8 // Convert to int in significand 227 fcvt.fx.trunc.s1 fXtruncInt = fNormX // Convert to int in significand
|
D | s_modff.S | 134 fcvt.fx.trunc.s1 MODF_INT_INTEGER_PART = f8 260 fcvt.fx.trunc.s1 MODF_INT_INTEGER_PART = MODF_NORM_F8
|
D | s_modfl.S | 129 fcvt.fx.trunc.s1 MODF_INT_INTEGER_PART = f8 255 fcvt.fx.trunc.s1 MODF_INT_INTEGER_PART = MODF_NORM_F8
|
D | s_modf.S | 134 fcvt.fx.trunc.s1 MODF_INT_INTEGER_PART = f8 260 fcvt.fx.trunc.s1 MODF_INT_INTEGER_PART = MODF_NORM_F8
|
/glibc-2.36/sysdeps/sparc/sparc64/fpu/multiarch/ |
D | s_trunc.c | 24 extern __typeof (trunc) __trunc_vis3 attribute_hidden; 25 extern __typeof (trunc) __trunc_generic attribute_hidden; 31 libm_alias_double (__trunc, trunc)
|
D | s_truncf.c | 31 libm_alias_float (__trunc, trunc)
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/ |
D | s_truncl.c | 29 double trunc (double) asm ("__trunc"); 44 hi = trunc (xh); in __truncl()
|
/glibc-2.36/sysdeps/ia64/ |
D | ia64libgcc.S | 141 fcvt.fx.trunc.s1 f10 = f10 185 fcvt.fx.trunc.s1 f10 = f10 230 fcvt.fxu.trunc.s1 f10 = f10 274 fcvt.fxu.trunc.s1 f10 = f10
|
/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | e_gamma_r.c | 180 double tx = trunc (x); in __ieee754_gamma_r() 181 *signgamp = (tx == 2.0 * trunc (tx / 2.0)) ? -1 : 1; in __ieee754_gamma_r()
|
/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | nldbl-trunc.c | 7 return trunc (x); in truncl()
|
/glibc-2.36/sysdeps/powerpc/fpu/ |
D | s_trunc.c | 34 libm_alias_double (__trunc, trunc)
|
D | s_truncf.c | 34 libm_alias_float (__trunc, trunc)
|
/glibc-2.36/sysdeps/m68k/m680x0/fpu/ |
D | s_trunc_template.c | 28 declare_mgen_alias (__trunc, trunc)
|
/glibc-2.36/sysdeps/powerpc/powerpc64/be/fpu/multiarch/ |
D | s_trunc.c | 34 libm_alias_double (__trunc, trunc)
|
D | s_truncf.c | 32 libm_alias_float (__trunc, trunc)
|
/glibc-2.36/sysdeps/powerpc/powerpc32/power4/fpu/multiarch/ |
D | s_trunc.c | 34 libm_alias_double (__trunc, trunc)
|
D | s_truncf.c | 34 libm_alias_float (__trunc, trunc)
|
12345