Home
last modified time | relevance | path

Searched refs:reduction (Results 1 – 25 of 51) sorted by relevance

123

/freebsd-13.1/lib/msun/tests/
H A Dtrig_test.c115 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 Dst,sta32x.txt67 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 Dst,sta350.txt71 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 Dghashv8-armx.S81 .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 Dpoly1305-armv4.S464 @ 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 Decp_nistz256-armv4.S2871 @ 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 Dgfmult.c124 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 Dadf4350.txt41 - adi,cycle-slip-reduction-enable: Enables cycle slip reduction.
/freebsd-13.1/contrib/ntp/clockstuff/
H A DREADME21 out the initial reduction algorithms, and may not be up to date.
/freebsd-13.1/sys/contrib/device-tree/Bindings/mfd/
H A Dtwl4030-audio.txt17 -ti,hs_extmute: Use external mute for HS pop reduction
/freebsd-13.1/contrib/byacc/
H A Dyaccpar.skel311 printf("%sdebug: after reduction, shifting from state 0 to\
340 printf("%sdebug: after reduction, shifting from state %d \
H A Dbtyaccpar.skel906 /* Perform position reduction */
937 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
1029 fprintf(stderr, "%s[%d]: after reduction, ", YYDEBUGSTR, yydepth);
H A DREADME.BTYACC105 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 Daclocal.m425 # useless bloat. (This is significant - a 12kB reduction in size!)
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.def145 // Modifiers for 'reduction' clause.
H A DLangOptions.def242 …OpenMPCUDAReductionBufNum , 32, 1024, "Number of the reduction records in the intermediate reducti…
/freebsd-13.1/crypto/openssl/doc/man3/
H A DBN_mod_mul_montgomery.pod49 BN_from_montgomery() performs the Montgomery reduction I<r> = I<a>*R^-1.
/freebsd-13.1/contrib/openbsm/
H A DREADME44 auditreduce Audit trail reduction tool
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.h74 kmp_uint64 reduction);
/freebsd-13.1/sys/arm/conf/
H A DIMX5333 # kernel/memory size reduction
H A DEFIKA_MX46 # kernel/memory size reduction
/freebsd-13.1/contrib/libcbor/doc/source/
H A Ddevelopment.rst32 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 DRenderScriptRuntime.cpp850 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 Domp-tools.h.var71 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 DACC.td214 def ACCC_Reduction : Clause<"reduction"> {

123