Home
last modified time | relevance | path

Searched refs:scalb (Results 1 – 19 of 19) sorted by relevance

/openbsd/lib/libm/arch/amd64/
H A De_scalb.S11 ENTRY_NB(scalb)
12 RETGUARD_SETUP(scalb, r11)
19 RETGUARD_CHECK(scalb, r11)
21 END_NONSTD(scalb)
/openbsd/lib/libm/src/
H A De_scalb.c24 scalb(double x, int fn) in scalb() function
28 DEF_NONSTD(scalb);
33 scalb(double x, double fn) in scalb() function
45 DEF_NONSTD(scalb);
H A Db_exp__D.c107 return scalb(1.+(hi-(lo - c)), k); in __exp__D()
113 if(isfinite(x)) return(scalb(1.0,-5000)); in __exp__D()
122 return( isfinite(x) ? scalb(1.0,5000) : x); in __exp__D()
H A Ds_significand.c25 return scalb(x,(double) -ilogb(x)); in significand()
/openbsd/regress/lib/libm/fpaccuracy/
H A Dtrailer.h46 q->arg = scalb(p->arg_m,p->arg_e); in Fn()
58 t1 = scalb(1.0,p->val_e/2); in Fn()
59 t2 = scalb(1.0,p->val_e-p->val_e/2); in Fn()
63 t1 = scalb(1.0,p->val_e); in Fn()
68 t = scalb(q->res,p->val_e) - p->val; in Fn()
H A DPix.c752 #define Pix(x) (scalb(7074237752028440.,-51)*x)
H A Dheader.h68 double scalb( double x, double n );
/openbsd/lib/libm/arch/i387/
H A De_scalb.S9 ENTRY_NB(scalb)
15 END_NONSTD(scalb)
/openbsd/lib/libm/
H A DSymbols.map246 scalb;
/openbsd/lib/libm/hidden/
H A Dmath.h180 PROTO_NORMAL(scalb);
/openbsd/gnu/gcc/gcc/config/m68k/
H A Dmath-68881.h458 scalb (double x, int n) in scalb() function
/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dmath-68881.h458 scalb (double x, int n) in scalb() function
/openbsd/include/
H A Dmath.h252 double scalb(double, double);
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h907 extern double scalb(double, double);
/openbsd/gnu/gcc/gcc/
H A Dsys-protos.h907 extern double scalb(double, double);
H A Dbuiltins.def372 DEF_EXT_LIB_BUILTIN (BUILT_IN_SCALB, "scalb", BT_FN_DOUBLE_DOUBLE_DOUBLE, ATTR_MATHFN_FPROUNDING…
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2775 fun:scalb=uninstrumented
/openbsd/gnu/gcc/gcc/doc/
H A Dextend.texi5535 @findex scalb
5650 @code{scalb}, @code{signbit}, @code{signbitf}, @code{signbitl},
H A Dgcc.info20330 `printf_unlocked', `rindex', `scalbf', `scalbl', `scalb', `signbit',