HomeSort by relevance Sort by last modified time
    Searched defs:aT (Results 1 - 5 of 5) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_atan.c 6 * Developed at SunPro, a Sun Microsystems, Inc. business.
55 static const double aT[] = {
112 /* break sum from i=0 to 10 aT[i]z**(i+1) into odd and even poly */
113 s1 = z*(aT[0]+w*(aT[2]+w*(aT[4]+w*(aT[6]+w*(aT[8]+w*aT[10])))));
114 s2 = w*(aT[1]+w*(aT[3]+w*(aT[5]+w*(aT[7]+w*aT[9]))))
    [all...]
s_atanf.c 9 * Developed at SunPro, a Sun Microsystems, Inc. business.
36 static const float aT[] = {
84 /* break sum from i=0 to 10 aT[i]z**(i+1) into odd and even poly */
85 s1 = z*(aT[0]+w*(aT[2]+w*aT[4]));
86 s2 = w*(aT[1]+w*aT[3]);
  /external/fdlibm/
s_atan.c 7 * Developed at SunSoft, a Sun Microsystems, Inc. business.
60 static const double aT[] = {
62 static double aT[] = {
126 /* break sum from i=0 to 10 aT[i]z**(i+1) into odd and even poly */
127 s1 = z*(aT[0]+w*(aT[2]+w*(aT[4]+w*(aT[6]+w*(aT[8]+w*aT[10])))))
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
uts46test.cpp 565 UnicodeString aT, uT, aN, uN;
567 trans->nameToASCII(input, aT, aTInfo, errorCode);
625 if((aTInfo.getErrors()&severeErrors)==0 && !isASCII(aT)) {
626 prettify(aT).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
637 prettify(aT).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
645 nontrans->nameToUnicode(aT, aTuN, aTuNInfo, errorCode);
    [all...]
  /external/icu4c/test/intltest/
uts46test.cpp 589 UnicodeString aT, uT, aN, uN;
591 trans->nameToASCII(input, aT, aTInfo, errorCode);
    [all...]

Completed in 5944 milliseconds