Home
last modified time | relevance | path

Searched defs:exp2 (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dexponential_functions.h81 inline _LIBCPP_HIDE_FROM_ABI float exp2(float __x) _NOEXCEPT { return __builtin_exp2f(__x); } in exp2() function
84 _LIBCPP_HIDE_FROM_ABI double exp2(double __x) _NOEXCEPT { in exp2() function
88 inline _LIBCPP_HIDE_FROM_ABI long double exp2(long double __x) _NOEXCEPT { return __builtin_exp2l(_… in exp2() function
91 inline _LIBCPP_HIDE_FROM_ABI double exp2(_A1 __x) _NOEXCEPT { in exp2() function
/freebsd/contrib/arm-optimized-routines/math/
H A Dexp2.c78 exp2 (double x) in exp2() function
140 strong_alias (exp2, __exp2_finite) in strong_alias() argument
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am62-lp-sk.dts123 exp2: gpio@23 { label
H A Dk3-j7200-common-proc-board.dts346 exp2: gpio@22 { label
H A Dk3-j721s2-common-proc-board.dts350 exp2: gpio@22 { label
H A Dk3-am62p5-sk.dts418 exp2: gpio@23 { label
H A Dk3-am642-sk.dts426 exp2: gpio@60 { label
H A Dk3-am62a7-sk.dts541 exp2: gpio@23 { label
H A Dk3-am68-sk-base-board.dts582 exp2: gpio@20 { label
H A Dk3-j721e-common-proc-board.dts648 exp2: gpio@22 { label
H A Dk3-am69-sk.dts893 exp2: gpio@21 { label
H A Dk3-j784s4-evm.dts930 exp2: gpio@22 { label
/freebsd/lib/msun/src/
H A Ds_exp2.c341 exp2(double x) exp2() function
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra210-p2597.dtsi1380 exp2: gpio@77 { label
H A Dtegra186-p2771-0000.dts2264 exp2: gpio@77 { label
/freebsd/crypto/heimdal/lib/kadm5/
H A Dget_princs_s.c40 char *exp2; member
/freebsd/usr.bin/rpcgen/
H A Drpc_util.c294 expected2(tok_kind exp1, tok_kind exp2) in expected2()
306 expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3) in expected3()
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dexp2f.c69 svfloat32_t SV_NAME_F1 (exp2) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
H A Dexp2.c70 svfloat64_t SV_NAME_D1 (exp2) (svfloat64_t x, svbool_t pg) in SV_NAME_D1() argument
/freebsd/lib/msun/tests/
H A Dexponential_test.c140 ATF_TC_BODY(exp2, tc) in ATF_TC_BODY() argument
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dexp2.c80 float64x2_t V_NAME_D1 (exp2) (float64x2_t x) in V_NAME_D1() argument
H A Dexp2f.c71 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (exp2) (float32x4_t x) in V_NAME_F1() argument
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_ldexp.c52 int exp2; member
/freebsd/include/
H A Dtgmath.h169 #define exp2(x) __tg_simple(x, exp2) macro
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h670 #define exp2(__x) __tg_exp2(__tg_promote1((__x))(__x)) macro