Home
last modified time | relevance | path

Searched refs:e_v (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/
H A Dnumbers17 template<class T> inline constexpr T e_v = unspecified;
31 template<floating_point T> inline constexpr T e_v<T> = see below;
45 inline constexpr double e = e_v<double>;
86 inline constexpr _Tp e_v = __illformed<_Tp>{};
113 inline constexpr _Tp e_v<_Tp> = 2.718281828459045235360287471352662;
139 inline constexpr double e = e_v<double>;
/freebsd/contrib/elftoolchain/nm/
H A Dnm.c1912 struct sym_entry *e_v; in sym_list_print() local
1918 if ((e_v = sym_list_sort(p)) == NULL) in sym_list_print()
1922 sym_list_print_each(&e_v[si], p, func_info, var_info, in sym_list_print()
1926 sym_list_print_each(&e_v[i], p, func_info, var_info, in sym_list_print()
1929 free(e_v); in sym_list_print()
2004 struct sym_entry *ep, *e_v; in sym_list_sort() local
2010 if ((e_v = malloc(sizeof(struct sym_entry) * p->list_num)) == NULL) { in sym_list_sort()
2018 e_v[idx].name = ep->name; in sym_list_sort()
2019 e_v[idx].sym = ep->sym; in sym_list_sort()
2029 qsort(e_v, p->list_num, sizeof(struct sym_entry), in sym_list_sort()
[all …]
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dnumbers.cppm
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3482 SYMBOL(e_v, std::numbers::, <numbers>)