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

/bionic/tests/
H A Dmath_data_test.h46 template <typename RT, typename T1, typename T2>
50 T2 input2;
67 template <typename RT1, typename T1, typename T2>
72 T2 input2;
75 template <typename RT, typename T1, typename T2, typename T3>
79 T2 input2;
213 template <size_t ULP, typename RT, typename T1, typename T2, size_t N>
214 void DoMathDataTest(data_1_2_t<RT, T1, T2> (&data)[N], RT f(T1, T2)) {
276 template <size_t ULP, typename RT1, typename T1, typename T2, size_
[all...]
H A Dstdio_test.cpp1019 template <typename T1, typename T2>
1022 int expected_count, const T2* expected_string) {
1023 T2* result = nullptr;
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Ds_expl.c106 * Our T1 and T2 are chosen to be approximately the points where method
107 * A and method B have the same accuracy. Tang's T1 and T2 are the
115 * Split the interval [T1, T2] into two intervals [T1, T3] and [T3, T2].
128 T2 = 0.1659, /* ~30.625/128 * log(2) */ variable
235 if (T1 < x && x < T2) {

Completed in 517 milliseconds