Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Derand48.c21 return ldexp((double) xseed[0], -48) + in _erand48_r()
22 ldexp((double) xseed[1], -32) + in _erand48_r()
23 ldexp((double) xseed[2], -16); in _erand48_r()
/picolibc-latest/newlib/libm/machine/spu/
Ds_ldexp.c36 double ldexp(double x, int exp) in ldexp() function
/picolibc-latest/newlib/libm/test/
Dmath2.c69 return ldexp(r, randi() & 0x1f); in randy()
105 gives = ldexp(r ,pow); in test_frexp()
/picolibc-latest/newlib/libc/machine/x86/machine/
Dfastmath.h19 __extension__ double ldexp(double, int)
82 #define ldexp(__x,__e) _f_ldexp((__x),(__e)) macro
/picolibc-latest/newlib/libm/common/
Dsf_scalbn.c79 _MATH_ALIAS_f_fi(ldexp)
Ds_scalbn.c119 _MATH_ALIAS_d_di(ldexp)
Dmath_config.h1253 #define ldexp64 _NAME_64(ldexp)
/picolibc-latest/newlib/libc/include/
Dmath.h131 extern double ldexp (double, int);
/picolibc-latest/test/
Dprintf_scanf.c617 if (r != (float_type) ldexp(1.0, x)) in main()
Dmath_errhandling_tests.c384 static FLOAT_T makemathname(test_ldexp_1_0)(void) { return makemathname(ldexp)(makemathname(one), 0… in makemathname()
385 static FLOAT_T makemathname(test_ldexp_qnan_0)(void) { return makemathname(ldexp)(makemathname(qnan… in makemathname()
386 static FLOAT_T makemathname(test_ldexp_snan_0)(void) { return makemathname(ldexp)(makemathname(snan… in makemathname()
387 static FLOAT_T makemathname(test_ldexp_inf_0)(void) { return makemathname(ldexp)(makemathname(infva… in makemathname()
388 static FLOAT_T makemathname(test_ldexp_neginf_0)(void) { return makemathname(ldexp)(-makemathname(i… in makemathname()
389 static FLOAT_T makemathname(test_ldexp_1_negbig)(void) { return makemathname(ldexp)(makemathname(on… in makemathname()
390 static FLOAT_T makemathname(test_ldexp_1_big)(void) { return makemathname(ldexp)(makemathname(one),… in makemathname()
Dmath-funcs.c95 d1 = ldexp (d1, i1); in main()
/picolibc-latest/newlib/libm/math/
Dmath.tex61 * Function ldexp:: Scale by a power of 2
/picolibc-latest/newlib/
DChangeLog-20159471 * libm/machine/spu/headers/ldexp.h: Ditto.
22038 * libm/mathfp/s_ldexp.c (ldexp): New file.
26808 gamma.h, hypot.h, ldexp.c, log.h, log10.c, log1p.c log2.c,
27712 * math2.c: test for frexp, frexpf, ldexp, ldexpf, modf modff, pow,
/picolibc-latest/
DCOPYING.picolibc2353 newlib/libm/machine/spu/headers/ldexp.h