HomeSort by: relevance | last modified time | path
    Searched defs:aT (Results 1 - 11 of 11) sorted by relevancy

  /src/lib/libm/ld80/
invtrig.c 66 const long double aT[] = {
invtrig.h 62 #define aT _ItL_aT
80 extern const LONGDOUBLE atanhi[], atanlo[], aT[];
104 return (aT[0] + x * (aT[2] + x * (aT[4] + x * (aT[6] + x * \
105 (aT[8] + x * (aT[10] + x * aT[12]))))));
112 return (aT[1] + x * (aT[3] + x * (aT[5] + x * (aT[7] + x *
    [all...]
  /src/lib/libm/src/
s_atan.c 8 * Developed at SunPro, a Sun Microsystems, Inc. business.
66 static const double aT[] = {
123 /* break sum from i=0 to 10 aT[i]z**(i+1) into odd and even poly */
124 s1 = z*(aT[0]+w*(aT[2]+w*(aT[4]+w*(aT[6]+w*(aT[8]+w*aT[10])))));
125 s2 = w*(aT[1]+w*(aT[3]+w*(aT[5]+w*(aT[7]+w*aT[9]))))
    [all...]
s_atanf.c 12 * Developed at SunPro, a Sun Microsystems, Inc. business.
45 static const float aT[] = {
99 /* break sum from i=0 to 10 aT[i]z**(i+1) into odd and even poly */
100 s1 = z*(aT[0]+w*(aT[2]+w*(aT[4]+w*(aT[6]+w*(aT[8]+w*aT[10])))));
101 s2 = w*(aT[1]+w*(aT[3]+w*(aT[5]+w*(aT[7]+w*aT[9]))))
    [all...]
  /src/lib/libm/ld128/
invtrig.c 73 const long double aT[] = {
invtrig.h 66 #define aT _ItL_aT
76 extern const long double atanhi[], atanlo[], aT[];
100 return (aT[0] + x * (aT[2] + x * (aT[4] + x * (aT[6] + x * \
101 (aT[8] + x * (aT[10] + x * (aT[12] + x * (aT[14] + x *
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
rv770_smc.h 108 uint32_t aT;
nislands_smc.h 108 uint32_t aT;
sislands_smc.h 153 uint32_t aT;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
sislands_smc.h 153 uint32_t aT;
si_dpm.h 254 u32 at; member in struct:ni_leakage_coeffients
343 struct at { struct
439 uint32_t aT;
674 struct at ats[2];
759 uint32_t aT;

Completed in 39 milliseconds