Home
last modified time | relevance | path

Searched refs:LOG_C0 (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/smartmontools/smartmontools-7.2/
H A Ddev_intelliprop.cpp21 #define LOG_C0 0xc0 macro
176 if (!ataReadLogExt(device, LOG_C0, 0, 0, &write_payload, 1)) in iprop_switch_routed_drive()
219 if (!ataWriteLogExt(device, LOG_C0, 0, &write_payload, 1)) in iprop_switch_routed_drive()
224 if (!ataReadLogExt(device, LOG_C0, 0, 0, &check_payload, 1)) in iprop_switch_routed_drive()
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/pow/fma3/
H A Dpow_defs.h20 #define LOG_C0 -2.582644408471127750459572780528105795383453369140625 macro
H A Dsspow.cpp193 __m128d const LOG_C0_VEC = _mm_set1_pd(LOG_C0); in __fss_pow_fma3()
H A Dvspow16.cpp190 __m512d const LOG_C0_VEC = _mm512_set1_pd(LOG_C0); in FCN_AVX512()
H A Dvspow4.cpp238 __m256d const LOG_C0_VEC = _mm256_set1_pd(LOG_C0); in __fvs_pow_fma3()
H A Dvspow8.cpp189 __m256d const LOG_C0_VEC = _mm256_set1_pd(LOG_C0); in __fvs_pow_fma3_256()