| /freebsd-13.1/lib/msun/tests/ |
| H A D | trig_test.c | 115 ATF_TC(reduction); 116 ATF_TC_HEAD(reduction, tc) in ATF_TC_HEAD() argument 122 ATF_TC_BODY(reduction, tc) in ATF_TC_BODY() argument 279 ATF_TP_ADD_TC(tp, reduction); in ATF_TP_ADD_TCS()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | st,sta32x.txt | 67 If present, power bridge correction for THD reduction near maximum 70 - st,am-reduction-mode: 71 If present, FFX mode runs in AM reduction mode, otherwise normal 97 // correction for THD reduction
|
| H A D | st,sta350.txt | 71 If present, power bridge correction for THD reduction near maximum 74 - st,am-reduction-mode: 75 If present, FFX mode runs in AM reduction mode, otherwise normal 127 // correction for THD reduction
|
| /freebsd-13.1/sys/crypto/openssl/arm/ |
| H A D | ghashv8-armx.S | 81 .byte 0x26,0x4e,0xe0,0xf2 @ pmull q10,q0,q11 @ 1st phase of reduction 87 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction 171 .byte 0x26,0x4e,0xe0,0xf2 @ pmull q10,q0,q11 @ 1st phase of reduction 184 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction 211 .byte 0x26,0x4e,0xe0,0xf2 @ pmull q10,q0,q11 @ 1st phase of reduction 217 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction
|
| H A D | poly1305-armv4.S | 464 @ lazy reduction as discussed in "NEON crypto" by D.J. Bernstein 778 @ doesn't depend on reduction in previous iteration. 876 @ lazy reduction interleaved with base 2^32 -> base 2^26 of 1046 @ lazy reduction, but without narrowing
|
| H A D | ecp_nistz256-armv4.S | 2871 @ multiplication-less reduction 1 2924 @ multiplication-less reduction 2 2977 @ multiplication-less reduction 3 3030 @ multiplication-less reduction 4 3083 @ multiplication-less reduction 5 3136 @ multiplication-less reduction 6 3189 @ multiplication-less reduction 7 3242 @ last multiplication-less reduction
|
| /freebsd-13.1/sys/opencrypto/ |
| H A D | gfmult.c | 124 static uint16_t reduction[] = { variable 154 x.v[0] ^= (uint64_t)reduction[redbits] << (64 - 16); in gfmultword() 203 x.v[0] ^= (uint64_t)reduction[redbits] << (64 - 16); in gfmultword4()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/iio/frequency/ |
| H A D | adf4350.txt | 41 - adi,cycle-slip-reduction-enable: Enables cycle slip reduction.
|
| /freebsd-13.1/contrib/ntp/clockstuff/ |
| H A D | README | 21 out the initial reduction algorithms, and may not be up to date.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | twl4030-audio.txt | 17 -ti,hs_extmute: Use external mute for HS pop reduction
|
| /freebsd-13.1/contrib/byacc/ |
| H A D | yaccpar.skel | 311 printf("%sdebug: after reduction, shifting from state 0 to\ 340 printf("%sdebug: after reduction, shifting from state %d \
|
| H A D | btyaccpar.skel | 906 /* Perform position reduction */ 937 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth); 1029 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
|
| H A D | README.BTYACC | 105 is called after the grammar rule reduction 110 the regular rule reduction occurs. 144 YYSTYPE/YYPOSN stack position before the reduction.
|
| /freebsd-13.1/contrib/subversion/ |
| H A D | aclocal.m4 | 25 # useless bloat. (This is significant - a 12kB reduction in size!)
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenMPKinds.def | 145 // Modifiers for 'reduction' clause.
|
| H A D | LangOptions.def | 242 …OpenMPCUDAReductionBufNum , 32, 1024, "Number of the reduction records in the intermediate reducti…
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | BN_mod_mul_montgomery.pod | 49 BN_from_montgomery() performs the Montgomery reduction I<r> = I<a>*R^-1.
|
| /freebsd-13.1/contrib/openbsm/ |
| H A D | README | 44 auditreduce Audit trail reduction tool
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_itt.h | 74 kmp_uint64 reduction);
|
| /freebsd-13.1/sys/arm/conf/ |
| H A D | IMX53 | 33 # kernel/memory size reduction
|
| H A D | EFIKA_MX | 46 # kernel/memory size reduction
|
| /freebsd-13.1/contrib/libcbor/doc/source/ |
| H A D | development.rst | 32 there is no significant complexity reduction that can be achieved by slightly
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 850 for (const auto &reduction : module_desc->m_reductions) { in SearchCallback() local 851 if (reduction.m_reduce_name != m_reduce_name) in SearchCallback() 855 {{reduction.m_init_name, eKernelTypeInit}, in SearchCallback() 856 {reduction.m_accum_name, eKernelTypeAccum}, in SearchCallback() 857 {reduction.m_comb_name, eKernelTypeComb}, in SearchCallback() 858 {reduction.m_outc_name, eKernelTypeOutC}, in SearchCallback() 859 {reduction.m_halter_name, eKernelTypeHalter}}}; in SearchCallback() 3944 for (const auto &reduction : m_reductions) { in Dump() local 3945 reduction.Dump(strm); in Dump()
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/include/ |
| H A D | omp-tools.h.var | 71 macro (ompt_state_work_reduction, 0x002) /* performing a reduction */ \ 164 …macro (ompt_callback_reduction, ompt_callback_sync_region_t, 31) /* reduction …
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenACC/ |
| H A D | ACC.td | 214 def ACCC_Reduction : Clause<"reduction"> {
|