/openbsd/lib/libm/arch/amd64/ |
H A D | e_scalb.S | 11 ENTRY_NB(scalb) 12 RETGUARD_SETUP(scalb, r11) 19 RETGUARD_CHECK(scalb, r11) 21 END_NONSTD(scalb)
|
/openbsd/lib/libm/src/ |
H A D | e_scalb.c | 24 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 D | b_exp__D.c | 107 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 D | s_significand.c | 25 return scalb(x,(double) -ilogb(x)); in significand()
|
/openbsd/regress/lib/libm/fpaccuracy/ |
H A D | trailer.h | 46 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 D | Pix.c | 752 #define Pix(x) (scalb(7074237752028440.,-51)*x)
|
H A D | header.h | 68 double scalb( double x, double n );
|
/openbsd/lib/libm/arch/i387/ |
H A D | e_scalb.S | 9 ENTRY_NB(scalb) 15 END_NONSTD(scalb)
|
/openbsd/lib/libm/ |
H A D | Symbols.map | 246 scalb;
|
/openbsd/lib/libm/hidden/ |
H A D | math.h | 180 PROTO_NORMAL(scalb);
|
/openbsd/gnu/gcc/gcc/config/m68k/ |
H A D | math-68881.h | 458 scalb (double x, int n) in scalb() function
|
/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/ |
H A D | math-68881.h | 458 scalb (double x, int n) in scalb() function
|
/openbsd/include/ |
H A D | math.h | 252 double scalb(double, double);
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | sys-protos.h | 907 extern double scalb(double, double);
|
/openbsd/gnu/gcc/gcc/ |
H A D | sys-protos.h | 907 extern double scalb(double, double);
|
H A D | builtins.def | 372 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 D | libc_ubuntu1404_abilist.txt | 2775 fun:scalb=uninstrumented
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | extend.texi | 5535 @findex scalb 5650 @code{scalb}, @code{signbit}, @code{signbitf}, @code{signbitl},
|
H A D | gcc.info | 20330 `printf_unlocked', `rindex', `scalbf', `scalbl', `scalb', `signbit',
|