Home
last modified time | relevance | path

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

/bionic/tests/
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_t N>
277 void DoMathDataTest(data_1_int_2_t<RT1, T1, T2> (&data)[N], RT1 f(T1, T2, int*)) {
[all …]
Dstdio_test.cpp1117 template <typename T1, typename T2>
1120 int expected_count, const T2* expected_string) { in CheckScanfM()
1121 T2* result = nullptr; in CheckScanfM()
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Ds_expl.c130 T2 = 0.1659, /* ~30.625/128 * log(2) */ variable
237 if (T1 < x && x < T2) { in expm1l()