Home
last modified time | relevance | path

Searched refs:ldexp (Results 1 – 25 of 101) sorted by relevance

12345

/glibc-2.36/math/
Dtest-tgmath2.c257 TEST (ldexp (vfloat1, 6), float, ldexp); in test_ldexp()
258 TEST (ldexp (vdouble1, 6), double, ldexp); in test_ldexp()
259 TEST (ldexp (vldouble1, 6), ldouble, ldexp); in test_ldexp()
260 TEST (ldexp (vint1, 6), double, ldexp); in test_ldexp()
261 TEST (ldexp (vllong1, 6), double, ldexp); in test_ldexp()
262 TEST (ldexp (Vfloat1, 6), float, ldexp); in test_ldexp()
263 TEST (ldexp (Vdouble1, 6), double, ldexp); in test_ldexp()
264 TEST (ldexp (Vldouble1, 6), ldouble, ldexp); in test_ldexp()
265 TEST (ldexp (Vint1, 6), double, ldexp); in test_ldexp()
266 TEST (ldexp (Vllong1, 6), double, ldexp); in test_ldexp()
[all …]
Ds_ldexp_template.c29 declare_mgen_alias (__ldexp, ldexp)
Dlibm-test-scalbn.inc100 /* ldexp uses the same test data as scalbn. */
101 ALL_RM_TEST (ldexp, 1, scalbn_test_data, RUN_TEST_LOOP_fi_f, END);
Dtest-tgmath.c250 b = ldexp (ldexp (a, 1), 5); in F()
363 a = ldexp (y, 5); in F()
581 (F(ldexp)) (TYPE x, int y) in TYPE() argument
Dlibm-test-support.c597 ulp = FUNC(ldexp) (1.0, MIN_EXP - MANT_DIG); in ulp()
601 ulp = FUNC(ldexp) (1.0, FUNC(ilogb) (value) - MANT_DIG + 1); in ulp()
DVersions18 isinf; isinff; isinfl; isnan; isnanf; isnanl; ldexp; ldexpf; ldexpl;
69 ldexp; ldexpf; ldexpl;
Dtgmath.h761 #define ldexp(Val1, Val2) __TGMATH_BINARY_FIRST_REAL_ONLY (Val1, Val2, ldexp) macro
/glibc-2.36/sysdeps/ia64/fpu/
Ds_ldexp.c47 double ldexp(double x, int n) in ldexp() function
61 libm_alias_double_other (ldexp, ldexp)
Ds_ldexpf.c61 libm_alias_float_other (ldexp, ldexp)
Ds_ldexpl.c61 libm_alias_ldouble_other (ldexp, ldexp)
Dgen_import_file_list71 import_c ldexp$t ldexp$t.c s_ldexp$t.c
/glibc-2.36/sysdeps/ieee754/ldbl-opt/
Dnldbl-ldexp.c7 return ldexp (x, exponent); in ldexpl()
Dtest-redirection-ldbl-64.c71 MATH_FUNCTION (ldexp);
DMakefile36 remainder ldexp scalbn frexp modf scalbln fma nan sincos \
140 CFLAGS-nldbl-ldexp.c = -fno-builtin-ldexpl
/glibc-2.36/conform/data/
Dtgmath.h-data39 macro ldexp
Dmath.h-data85 function double ldexp (double, int)
/glibc-2.36/math/bits/
Dmathcalls.h101 __MATHCALL (ldexp,, (_Mdouble_ __x, int __exponent));
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/
Dlibm.abilist486 GLIBC_2.35 ldexp F
/glibc-2.36/sysdeps/unix/sysv/linux/arc/
Dlibm.abilist426 GLIBC_2.32 ldexp F
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips32/
Dlibm.abilist86 GLIBC_2.0 ldexp F
/glibc-2.36/sysdeps/unix/sysv/linux/arm/le/
Dlibm.abilist732 GLIBC_2.4 ldexp F
/glibc-2.36/sysdeps/unix/sysv/linux/csky/
Dlibm.abilist480 GLIBC_2.29 ldexp F
/glibc-2.36/sysdeps/unix/sysv/linux/nios2/
Dlibm.abilist253 GLIBC_2.21 ldexp F
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/
Dlibm.abilist252 GLIBC_2.2 ldexp F
/glibc-2.36/sysdeps/unix/sysv/linux/sh/le/
Dlibm.abilist252 GLIBC_2.2 ldexp F

12345