Searched refs:exp2 (Results 1 - 25 of 160) sorted by path

1234567

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dget_princs_s.c42 char *exp2; member in struct:foreach_data
69 if(fnmatch(d->exp, princ, 0) == 0 || fnmatch(d->exp2, princ, 0) == 0)
104 aret = asprintf(&d.exp2, "%s@%s", expression, r);
106 if (aret == -1 || d.exp2 == NULL) {
122 free(d.exp2);
/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Dtgeneric.c531 mpc_ptr exp1, mpc_ptr exp2)
535 function->pointer.CC_C (exp1, exp2, z, MPC_RNDNN, MPC_RNDNN);
539 || !same_mpc_value (got2, exp2, ks)) {
544 MPC_OUT (exp2);
551 || !same_mpc_value (got2, exp2, ks)) {
556 MPC_OUT (exp2);
530 reuse_cc_c(mpc_function* function, mpc_srcptr z, mpc_ptr got1, mpc_ptr got2, mpc_ptr exp1, mpc_ptr exp2) argument
/netbsd-current/include/
H A Dtgmath.h155 #define exp2(a) __TG_FN1(exp2, (a)) macro
/netbsd-current/lib/libc/arch/m68k/gen/
H A Dldexp_881.c45 ldexp(value, exp2)
47 int exp2;
53 : "0" (value), "g" (exp2));
/netbsd-current/lib/libc/arch/m68k/hardfloat/
H A Dldexp_881.c45 ldexp(value, exp2)
47 int exp2;
53 : "0" (value), "g" (exp2));
/netbsd-current/lib/libm/noieee_src/
H A Dn_exp2.c54 /* exp2(z + eps) eps */
314 * exp2(x): compute the base 2 exponential of x
322 * Thus we have exp2(x) = 2**k * exp2(y).
326 * Thus we have exp2(y) = exp2(i/TBLSIZE) * exp2(z - eps[i]),
329 * We compute exp2(i/TBLSIZE) via table lookup and exp2(z - eps[i]) via
332 * exp2t[i] = exp2(
345 exp2(double x) function
[all...]
/netbsd-current/lib/libm/src/
H A Ds_exp2.c59 double exp2; /* exp2(z + eps) */ member in struct:__anon7743
62 /* exp2(z + eps) eps */
322 * exp2(x): compute the base 2 exponential of x
330 * Thus we have exp2(x) = 2**k * exp2(y).
334 * Thus we have exp2(y) = exp2(i/TBLSIZE) * exp2(z - eps[i]),
337 * We compute exp2(
352 exp2(double x) function
[all...]
/netbsd-current/tests/lib/libm/
H A Dt_exp.c54 * exp2/exp2f(3)
56 ATF_LIBM_TEST(exp2_is_nan, "Test exp2(x) == NaN")
59 T_LIBM_CHECK_NAN(0, exp2, T_LIBM_NAN);
66 ATF_LIBM_TEST(exp2_is_plus_zero, "Test exp2(x) == +0.0")
69 T_LIBM_CHECK_PLUS_ZERO(0, exp2, T_LIBM_MINUS_INF);
76 ATF_LIBM_TEST(exp2_powers, "Test exp2(x) is correct for some integer x")
135 T_LIBM_CHECK(i, exp2, v[i].x, v[i].d_y, 0.0);
140 ATF_LIBM_TEST(exp2_values, "Test exp2(x) is correct for some x")
175 T_LIBM_CHECK(i, exp2, v[i].x, v[i].d_y, v[i].d_eps);
H A Dt_ldexp.c52 int exp2; member in struct:ldexp_test
176 if (table->exp2 != SKIP)
177 v = ldexp(v, table->exp2);
193 atf_tc_set_md_var(tc, "descr", "Test ldexp(x, n) == x * exp2(n)");
206 if (!(fabs((y - (x * exp2(n[i])))/y) <= eps)) {
208 "!= %.17g * exp2(%.17g) = %.17g",
209 x, n[i], y, x, n[i], (x * exp2(n[i])));
/netbsd-current/usr.bin/rpcgen/
H A Drpc_util.c309 expected2(tok_kind exp1, tok_kind exp2) argument
313 toktostr(exp2));
319 expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3) argument
323 toktostr(exp2),
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/
H A Drsaz_exp_x2.c124 const BN_ULONG *exp2,
212 exp[1] = exp2;
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp2129 MUTATE_LDBL(exp2)
2279 Intrinsic::exp2,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_cmath.h256 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, exp2)
383 using ::exp2;
H A D__clang_cuda_math.h107 __DEVICE__ double exp2(double __a) { return __nv_exp2(__a); } function
H A D__clang_cuda_math_forward_declares.h59 __DEVICE__ double exp2(double);
60 __DEVICE__ float exp2(float);
216 using ::exp2;
H A D__clang_hip_cmath.h165 __DEF_FUN1(float, exp2)
440 __HIP_OVERLOAD1(double, exp2)
606 using ::exp2;
H A D__clang_hip_math.h762 double exp2(double __x) { return __ocml_exp2_f64(__x); } function
H A Dopencl-c.h6961 float __ovld __cnfn exp2(float);
6962 float2 __ovld __cnfn exp2(float2);
6963 float3 __ovld __cnfn exp2(float3);
6964 float4 __ovld __cnfn exp2(float4);
6965 float8 __ovld __cnfn exp2(float8);
6966 float16 __ovld __cnfn exp2(float16);
6968 double __ovld __cnfn exp2(double);
6969 double2 __ovld __cnfn exp2(double2);
6970 double3 __ovld __cnfn exp2(double3);
6971 double4 __ovld __cnfn exp2(double
[all...]
H A Dtgmath.h655 // exp2
663 __tg_exp2(double __x) {return exp2(__x);}
669 #undef exp2 macro
670 #define exp2(__x) __tg_exp2(__tg_promote1((__x))(__x)) macro
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h180 floating_point exp2 (arithmetic x);
1180 // exp2
1182 inline _LIBCPP_INLINE_VISIBILITY float exp2(float __lcpp_x) _NOEXCEPT {return ::exp2f(__lcpp_x);}
1183 inline _LIBCPP_INLINE_VISIBILITY long double exp2(long double __lcpp_x) _NOEXCEPT {return ::exp2l(__lcpp_x);}
1188 exp2(_A1 __lcpp_x) _NOEXCEPT {return ::exp2((double)__lcpp_x);}
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1537 case Intrinsic::exp2:
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1494 case Intrinsic::exp2:
1592 Name == "exp2" || Name == "exp2f";
2034 case Intrinsic::exp2:
2035 // Fold exp2(x) as pow(2, x), in case the host lacks a C99 library.
2125 // Fold exp2(x) as pow(2, x), in case the host lacks a C99 library.
H A DInstructionSimplify.cpp5290 case Intrinsic::exp2:
5291 // exp2(log2(x)) -> x
5301 // log2(exp2(x)) -> x
5303 (match(Op0, m_Intrinsic<Intrinsic::exp2>(m_Value(X))) ||
H A DValueTracking.cpp3320 return Intrinsic::exp2;
3556 case Intrinsic::exp2:
3735 case Intrinsic::exp2:
H A DVectorUtils.cpp70 case Intrinsic::exp2:

Completed in 550 milliseconds

1234567