Searched defs:exp2 (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/lib/msun/tests/
H A Dexponential_test.c139 ATF_TC_WITHOUT_HEAD(exp2); variable
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dsv_exp2f_1u6.c40 svfloat32_t SV_NAME_F1 (exp2) (svfloat32_t x, const svbool_t pg) function
[all...]
H A Dv_exp2_2u.c80 float64x2_t V_NAME_D1 (exp2) (float64x2_t x) function
[all...]
H A Dsv_exp2_2u.c71 svfloat64_t SV_NAME_D1 (exp2) (svfloat64_t x, svbool_t pg) function
[all...]
/freebsd-current/crypto/heimdal/lib/kadm5/
H A Dget_princs_s.c40 char *exp2; member in struct:foreach_data
/freebsd-current/lib/msun/src/
H A Ds_exp2.c341 exp2(double x) function
[all...]
/freebsd-current/contrib/arm-optimized-routines/math/
H A Dexp2.c76 exp2 (double x) function
/freebsd-current/contrib/arm-optimized-routines/math/aarch64/
H A Dv_exp2f.c69 float32x4_t VPCS_ATTR V_NAME_F1 (exp2) (float32x4_t x) function
/freebsd-current/contrib/netbsd-tests/lib/libm/
H A Dt_ldexp.c52 int exp2; member in struct:ldexp_test
/freebsd-current/include/
H A Dtgmath.h169 #define exp2(x) __tg_simple(x, exp2) macro
/freebsd-current/usr.bin/rpcgen/
H A Drpc_util.c294 expected2(tok_kind exp1, tok_kind exp2) argument
306 expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3) argument
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h669 #undef exp2 macro
670 #define exp2(__x) __tg_exp2(__tg_promote1((__x))(__x)) macro
H A D__clang_cuda_math.h107 __DEVICE__ double exp2(double __a) { return __nv_exp2(__a); } function
H A D__clang_hip_math.h798 double exp2(double __x) { return __ocml_exp2_f64(__x); } function

Completed in 138 milliseconds