/openbsd/lib/libm/src/ld128/ |
H A D | invtrig.h | 72 #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 D | invtrig.c | 71 const long double aT[] = { variable
|
/openbsd/lib/libm/src/ld80/ |
H A D | invtrig.h | 65 #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 D | invtrig.c | 64 const long double aT[] = { variable
|
/openbsd/lib/libm/src/ |
H A D | s_atanf.c | 33 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 D | s_atan.c | 52 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 D | invtrig.c | 67 const LONGDOUBLE aT[] = { variable
|
/openbsd/lib/libm/arch/i387/ |
H A D | invtrig.c | 67 const LONGDOUBLE aT[] = { variable
|
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/ |
H A D | 2242.crt | 19 aT/rTC69gtJB4bgIHQ9okRNnGgV6L2EbNz2jFhOG7NBAQwtY5TC10K9unGda7ATR
|
H A D | 3093.chain | 20 8A3dAcLb0CSD/DqgAOp0fQ+aT/+L4Tuj51aOEvePEllson8TdzQYWnnnA0XWUoNX
|
/openbsd/sys/dev/pci/drm/radeon/ |
H A D | rv770_smc.h | 106 uint32_t aT; member
|
H A D | nislands_smc.h | 106 uint32_t aT; member
|
H A D | sislands_smc.h | 146 uint32_t aT; member
|
H A D | rv730_dpm.c | 369 table->initialState.levels[0].aT = cpu_to_be32(a_t); in rv730_populate_smc_initial_state()
|
H A D | ni_dpm.c | 1752 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 D | rv770_dpm.c | 291 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 D | si_dpm.c | 4432 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 D | cypress_dpm.c | 1300 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 D | si_dpm.h | 437 uint32_t aT; member 764 uint32_t aT; member
|
H A D | sislands_smc.h | 142 uint32_t aT; member
|
H A D | amdgpu_si_dpm.c | 4911 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 D | esecsym | 131 …ga#X���`*e&�%�`AdC���D�aG����D�냓�`�e��aD`Ncǃ����`@�+eD����e~aT`Ncǃ����`@�+eD����… 132 $��P�%�Ѐ��&�Ѐ����Ѐ�� eD����e~aT`Ncǃ���`@�+
|