| /src/lib/libm/src/ |
| e_scalb.c | 21 * should use scalbn() instead. 37 return scalbn(x,fn); 45 if ( fn > 65000.0) return scalbn(x, 65000); 46 if (-fn > 65000.0) return scalbn(x,-65000); 47 return scalbn(x,(int)fn);
|
| s_scalbn.c | 19 * scalbn (double x, int n) 20 * scalbn(x,n) returns x* 2**n computed by exponent 42 __weak_alias(scalbn, _scalbn) 55 scalbn(double x, int n) function
|
| namespace.h | 87 #define scalbn _scalbn macro
|
| k_rem_pio2.c | 47 * z = scalbn(z,-e0) 80 * double scalbn(), floor(); 340 z = scalbn(z,q0); /* actual value of z */ 373 if(carry!=0) z -= scalbn(one,q0); 399 z = scalbn(z,-q0); 409 fw = scalbn(one,q0);
|
| /src/lib/libm/arch/mc68881/ |
| s_scalbn.S | 43 WEAK_ALIAS(scalbn,_scalbn) 48 | scalbn(x, N)
|
| /src/lib/libm/arch/i387/ |
| s_scalbn.S | 11 WEAK_ALIAS(scalbn,_scalbn)
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| mathbuiltins.def | 77 OTHER_BUILTIN (SCALBN, "scalbn", scalbn, true)
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| mathbuiltins.def | 74 OTHER_BUILTIN (SCALBN, "scalbn", scalbn, true)
|
| /src/lib/libm/arch/vax/ |
| n_scalbn.S | 35 WEAK_ALIAS(scalbn,_scalbn)
|
| /src/tests/lib/libm/ |
| t_scalbn.c | 70 * scalbn(3) 75 atf_tc_set_md_var(tc, "descr", "Test scalbn() for a few values"); 90 rv = scalbn(tests[i].inval, tests[i].exp); 100 /* scalbn is always exact except for underflow or overflow. */ 112 atf_tc_set_md_var(tc, "descr", "Test scalbn(NaN, n) == NaN"); 124 y = scalbn(x, exps[i]); 132 atf_tc_set_md_var(tc, "descr", "Test scalbn(-Inf, n) == -Inf"); 141 ATF_CHECK(scalbn(x, exps[i]) == x); 147 atf_tc_set_md_var(tc, "descr", "Test scalbn(+Inf, n) == +Inf"); 156 ATF_CHECK(scalbn(x, exps[i]) == x) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_cuda_math_forward_declares.h | 161 __DEVICE__ double scalbn(double, int); 162 __DEVICE__ float scalbn(float, int); 263 using ::scalbn;
|
| __clang_cuda_cmath.h | 350 scalbn(__T __x, int __exp) { function 351 return std::scalbn((double)__x, __exp); 423 using ::scalbn;
|
| __clang_cuda_complex_builtins.h | 38 #define _SCALBNd std::scalbn 39 #define _SCALBNf std::scalbn
|
| __clang_hip_cmath.h | 192 __DEF_FUN2_FI(float, scalbn) 565 scalbn(__T __x, int __exp) { function 566 return ::scalbn((double)__x, __exp); 651 using ::scalbn;
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/ |
| cmath | 71 __DEVICE__ float scalbn(float __x, int __y) { return ::scalbnf(__x, __y); }
|
| /src/external/gpl3/gcc/dist/gcc/ginclude/ |
| tgmath.h | 114 #define scalbn(x,y) __TGMATH_REAL_2(x, y, scalbn) macro
|
| /src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
| tgmath.h | 114 #define scalbn(x,y) __TGMATH_REAL_2(x, y, scalbn) macro
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| int_math.h | 107 #define crt_scalbn(x, y) scalbn((x), (y))
|
| /src/sys/sys/ |
| midiio.h | 377 #define MIDIPITCH_TO_FRKEY(mp) (scalbn((mp),-14)) 378 #define MIDIPITCH_FROM_FRKEY(frk) ((midipitch_t)round(scalbn((frk),14))) 379 #define MIDIHZ18_TO_FRHZ(h18) (scalbn((h18),-18)) 380 #define MIDIHZ18_FROM_FRHZ(frh) ((midihz18_t)round(scalbn((frh),18)))
|
| /src/tests/lib/lua/libm/ |
| h_lualibm.c | 79 printf("%-24s%+2.13f\n", "scalbn(1.0, 2)", scalbn(1.0, 2));
|
| lualibm.lua | 82 print(string.format(fmtf, "scalbn(1.0, 2)", lm.scalbn(1.0, 2)))
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| APFloat.h | 454 friend IEEEFloat scalbn(IEEEFloat X, int Exp, roundingMode); 595 IEEEFloat scalbn(IEEEFloat X, int Exp, IEEEFloat::roundingMode); 690 friend DoubleAPFloat scalbn(const DoubleAPFloat &X, int Exp, roundingMode); 1253 friend APFloat scalbn(APFloat X, int Exp, roundingMode RM); 1264 inline APFloat scalbn(APFloat X, int Exp, APFloat::roundingMode RM) { function in namespace:llvm 1266 return APFloat(scalbn(X.U.IEEE, Exp, RM), X.getSemantics()); 1268 return APFloat(scalbn(X.U.Double, Exp, RM), X.getSemantics());
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| tgmath.d | 273 alias core.stdc.math.scalbn scalbn; 275 alias core.stdc.math.scalbnf scalbn; 277 alias core.stdc.math.scalbnl scalbn; 774 alias core.stdc.math.scalbn scalbn; 776 alias core.stdc.math.scalbnf scalbn; 778 alias core.stdc.math.scalbnl scalbn; 1264 alias core.stdc.math.scalbn scalbn; [all...] |
| /src/include/ |
| tgmath.h | 183 #define scalbn(a,b) __TG_FN1x(scalbn, (a), (b)) macro
|
| /src/lib/lua/libm/ |
| libm.c | 200 lua_pushnumber(L, scalbn(x, i)); 289 { "scalbn", libm_scalbn },
|