Home
last modified time | relevance | path

Searched refs:aT8 (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-libm/
Datan.c75 #define aT8 4.97687799461593236017e-02 /* 0x3FA97B4B, 0x24760DEB */ macro
150 s1 = z * (aT0 + w * (aT2 + w * (aT4 + w * (aT6 + w * (aT8 + w * aT10))))); in atan()
171 #undef aT8
/third_party/icu/icu4c/source/test/intltest/
Duts46test.cpp962 std::string input8, aT8, uT8, aN8, uN8; in TestSomeCases() local
963 StringByteSink<std::string> aT8Sink(&aT8), uT8Sink(&uT8), aN8Sink(&aN8), uN8Sink(&uN8); in TestSomeCases()
975 UnicodeString aT16(UnicodeString::fromUTF8(aT8)); in TestSomeCases()