Home
last modified time | relevance | path

Searched refs:T2 (Results 1 – 3 of 3) sorted by relevance

/bionic/tests/
Dmath_data_test.h33 template <typename RT, typename T1, typename T2>
37 T2 input2;
54 template <typename RT1, typename T1, typename T2>
59 T2 input2;
62 template <typename RT, typename T1, typename T2, typename T3>
66 T2 input2;
163 template <size_t ULP, typename RT, typename T1, typename T2, size_t N>
164 void DoMathDataTest(data_1_2_t<RT, T1, T2> (&data)[N], RT f(T1, T2)) {
226 template <size_t ULP, typename RT1, typename T1, typename T2, size_t N>
227 void DoMathDataTest(data_1_int_2_t<RT1, T1, T2> (&data)[N], RT1 f(T1, T2, int*)) {
[all …]
/bionic/libc/private/
DUniquePtr.h90 template <typename T2> bool operator==(const UniquePtr<T2>& p) const = delete;
91 template <typename T2> bool operator!=(const UniquePtr<T2>& p) const = delete;
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Ds_expl.c128 T2 = 0.1659, /* ~30.625/128 * log(2) */ variable
235 if (T1 < x && x < T2) { in expm1l()