Home
last modified time | relevance | path

Searched refs:aT (Results 1 – 22 of 22) sorted by relevance

/openbsd/lib/libm/src/ld128/
H A Dinvtrig.h72 #define aT _ItL_aT macro
83 extern const long double atanhi[], atanlo[], aT[];
108 return (aT[0] + x * (aT[2] + x * (aT[4] + x * (aT[6] + x * \ in T_even()
109 (aT[8] + x * (aT[10] + x * (aT[12] + x * (aT[14] + x * \ in T_even()
110 (aT[16] + x * (aT[18] + x * (aT[20] + x * aT[22]))))))))))); in T_even()
117 return (aT[1] + x * (aT[3] + x * (aT[5] + x * (aT[7] + x * \ in T_odd()
118 (aT[9] + x * (aT[11] + x * (aT[13] + x * (aT[15] + x * \ in T_odd()
119 (aT[17] + x * (aT[19] + x * (aT[21] + x * aT[23]))))))))))); in T_odd()
H A Dinvtrig.c71 const long double aT[] = { variable
/openbsd/lib/libm/src/ld80/
H A Dinvtrig.h65 #define aT _ItL_aT macro
84 extern const LONGDOUBLE atanhi[], atanlo[], aT[];
109 return (aT[0] + x * (aT[2] + x * (aT[4] + x * (aT[6] + x * \ in T_even()
110 (aT[8] + x * (aT[10] + x * aT[12])))))); in T_even()
117 return (aT[1] + x * (aT[3] + x * (aT[5] + x * (aT[7] + x * \ in T_odd()
118 (aT[9] + x * aT[11]))))); in T_odd()
H A Dinvtrig.c64 const long double aT[] = { variable
/openbsd/lib/libm/src/
H A Ds_atanf.c33 static const float aT[] = { variable
89 s1 = z*(aT[0]+w*(aT[2]+w*(aT[4]+w*(aT[6]+w*(aT[8]+w*aT[10]))))); in atanf()
90 s2 = w*(aT[1]+w*(aT[3]+w*(aT[5]+w*(aT[7]+w*aT[9])))); in atanf()
H A Ds_atan.c52 static const double aT[] = { variable
111 s1 = z*(aT[0]+w*(aT[2]+w*(aT[4]+w*(aT[6]+w*(aT[8]+w*aT[10]))))); in atan()
112 s2 = w*(aT[1]+w*(aT[3]+w*(aT[5]+w*(aT[7]+w*aT[9])))); in atan()
/openbsd/lib/libm/arch/amd64/
H A Dinvtrig.c67 const LONGDOUBLE aT[] = { variable
/openbsd/lib/libm/arch/i387/
H A Dinvtrig.c67 const LONGDOUBLE aT[] = { variable
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D2242.crt19 aT/rTC69gtJB4bgIHQ9okRNnGgV6L2EbNz2jFhOG7NBAQwtY5TC10K9unGda7ATR
H A D3093.chain20 8A3dAcLb0CSD/DqgAOp0fQ+aT/+L4Tuj51aOEvePEllson8TdzQYWnnnA0XWUoNX
/openbsd/sys/dev/pci/drm/radeon/
H A Drv770_smc.h106 uint32_t aT; member
H A Dnislands_smc.h106 uint32_t aT; member
H A Dsislands_smc.h146 uint32_t aT; member
H A Drv730_dpm.c369 table->initialState.levels[0].aT = cpu_to_be32(a_t); in rv730_populate_smc_initial_state()
H A Dni_dpm.c1752 table->initialState.level.aT = cpu_to_be32(reg); in ni_populate_smc_initial_state()
2411 smc_state->levels[0].aT = cpu_to_be32(a_t); in ni_populate_smc_t()
2415 smc_state->levels[0].aT = cpu_to_be32(0); in ni_populate_smc_t()
2440 a_t = be32_to_cpu(smc_state->levels[i].aT) & ~CG_R_MASK; in ni_populate_smc_t()
2442 smc_state->levels[i].aT = cpu_to_be32(a_t); in ni_populate_smc_t()
2448 smc_state->levels[i + 1].aT = cpu_to_be32(a_t); in ni_populate_smc_t()
H A Drv770_dpm.c291 smc_state->levels[i].aT = cpu_to_be32(a_t); in rv770_populate_smc_t()
297 smc_state->levels[RV770_SMC_PERFORMANCE_LEVELS_PER_SWSTATE - 1].aT = in rv770_populate_smc_t()
1079 table->initialState.levels[0].aT = cpu_to_be32(a_t); in rv770_populate_smc_initial_state()
H A Dsi_dpm.c4432 table->initialState.level.aT = cpu_to_be32(reg); in si_populate_smc_initial_state()
5083 smc_state->levels[0].aT = cpu_to_be32(a_t); in si_populate_smc_t()
5087 smc_state->levels[0].aT = cpu_to_be32(0); in si_populate_smc_t()
5103 a_t = be32_to_cpu(smc_state->levels[i].aT) & ~CG_R_MASK; in si_populate_smc_t()
5105 smc_state->levels[i].aT = cpu_to_be32(a_t); in si_populate_smc_t()
5110 smc_state->levels[i + 1].aT = cpu_to_be32(a_t); in si_populate_smc_t()
H A Dcypress_dpm.c1300 table->initialState.levels[0].aT = cpu_to_be32(a_t); in cypress_populate_smc_initial_state()
/openbsd/sys/dev/pci/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.h437 uint32_t aT; member
764 uint32_t aT; member
H A Dsislands_smc.h142 uint32_t aT; member
H A Damdgpu_si_dpm.c4911 table->initialState.level.aT = cpu_to_be32(reg); in si_populate_smc_initial_state()
5585 smc_state->levels[0].aT = cpu_to_be32(a_t); in si_populate_smc_t()
5589 smc_state->levels[0].aT = cpu_to_be32(0); in si_populate_smc_t()
5605 a_t = be32_to_cpu(smc_state->levels[i].aT) & ~CG_R_MASK; in si_populate_smc_t()
5607 smc_state->levels[i].aT = cpu_to_be32(a_t); in si_populate_smc_t()
5612 smc_state->levels[i + 1].aT = cpu_to_be32(a_t); in si_populate_smc_t()
/openbsd/sys/dev/microcode/symbol/
H A Desecsym131 …�g�a#X���`*e&�%�`AdC����D�aG�����D�냓�`�e��aD`Ncǃ����`@�+�eD�����e~aT`Ncǃ����`@�+�eD����…
132 �$��P�%�Ѐ��&�Ѐ����Ѐ�� eD�����e~aT`Ncǃ���`@�+