Home
last modified time | relevance | path

Searched refs:trig (Results 1 – 25 of 35) sorted by relevance

12

/external/libopus/celt/
Dmdct.c66 kiss_twiddle_scalar *trig; in clt_mdct_init() local
82 … l->trig = trig = (kiss_twiddle_scalar*)opus_alloc((N-(N2>>maxshift))*sizeof(kiss_twiddle_scalar)); in clt_mdct_init()
83 if (l->trig==NULL) in clt_mdct_init()
91 trig[i] = TRIG_UPSCALE*celt_cos_norm(DIV32(ADD32(SHL32(EXTEND32(i),17),N2+16384),N)); in clt_mdct_init()
94trig[i] = (kiss_twiddle_scalar)MAX32(-32767,MIN32(32767,floor(.5+32768*cos(2*M_PI*(i+.125)/N)))); in clt_mdct_init()
98 trig[i] = (kiss_twiddle_scalar)cos(2*PI*(i+.125)/N); in clt_mdct_init()
100 trig += N2; in clt_mdct_init()
112 opus_free((kiss_twiddle_scalar*)l->trig); in clt_mdct_clear()
127 const kiss_twiddle_scalar *trig; in clt_mdct_forward_c() local
139 trig = l->trig; in clt_mdct_forward_c()
[all …]
Dmdct.h53 const kiss_twiddle_scalar * OPUS_RESTRICT trig; member
/external/libopus/celt/mips/
Dmdct_mipsr1.h68 const kiss_twiddle_scalar *trig; in clt_mdct_forward() local
82 trig = l->trig; in clt_mdct_forward()
86 trig += N; in clt_mdct_forward()
137 const kiss_twiddle_scalar *t = &trig[0]; in clt_mdct_forward()
168 const kiss_twiddle_scalar *t = &trig[0]; in clt_mdct_forward()
191 const kiss_twiddle_scalar *trig; in clt_mdct_backward() local
196 trig = l->trig; in clt_mdct_backward()
200 trig += N; in clt_mdct_backward()
211 const kiss_twiddle_scalar * OPUS_RESTRICT t = &trig[0]; in clt_mdct_backward()
236 const kiss_twiddle_scalar *t = &trig[0]; in clt_mdct_backward()
/external/libopus/celt/arm/
Dcelt_mdct_ne10.c55 const kiss_twiddle_scalar *trig; in clt_mdct_forward_neon() local
60 trig = l->trig; in clt_mdct_forward_neon()
64 trig += N; in clt_mdct_forward_neon()
115 const kiss_twiddle_scalar *t = &trig[0]; in clt_mdct_forward_neon()
141 const kiss_twiddle_scalar *t = &trig[0]; in clt_mdct_forward_neon()
167 const kiss_twiddle_scalar *trig; in clt_mdct_backward_neon() local
171 trig = l->trig; in clt_mdct_backward_neon()
175 trig += N; in clt_mdct_backward_neon()
188 const kiss_twiddle_scalar * OPUS_RESTRICT t = &trig[0]; in clt_mdct_backward_neon()
208 const kiss_twiddle_scalar *t = &trig[0]; in clt_mdct_backward_neon()
/external/iw/
Dwowlan.c351 struct nlattr *trig[NUM_NL80211_WOWLAN_TRIG]; in print_wowlan_handler() local
365 nla_parse(trig, MAX_NL80211_WOWLAN_TRIG, in print_wowlan_handler()
371 if (trig[NL80211_WOWLAN_TRIG_ANY]) in print_wowlan_handler()
373 if (trig[NL80211_WOWLAN_TRIG_DISCONNECT]) in print_wowlan_handler()
375 if (trig[NL80211_WOWLAN_TRIG_MAGIC_PKT]) in print_wowlan_handler()
377 if (trig[NL80211_WOWLAN_TRIG_GTK_REKEY_FAILURE]) in print_wowlan_handler()
379 if (trig[NL80211_WOWLAN_TRIG_EAP_IDENT_REQUEST]) in print_wowlan_handler()
381 if (trig[NL80211_WOWLAN_TRIG_4WAY_HANDSHAKE]) in print_wowlan_handler()
383 if (trig[NL80211_WOWLAN_TRIG_RFKILL_RELEASE]) in print_wowlan_handler()
385 if (trig[NL80211_WOWLAN_TRIG_NET_DETECT]) { in print_wowlan_handler()
[all …]
/external/u-boot/arch/arm/cpu/armv7/bcm235xx/
Dclk-bcm235xx.c152 .trig = TRIGGER(0x0afc, 9),
164 .trig = TRIGGER(0x0afc, 10),
176 .trig = TRIGGER(0x0afc, 12),
188 .trig = TRIGGER(0x0afc, 11),
240 .trig = TRIGGER(0x0afc, 23),
251 .trig = TRIGGER(0x0afc, 24),
262 .trig = TRIGGER(0x0b00, 2),
Dclk-core.c128 if (trigger_exists(&cd->trig)) { in peri_clk_enable()
129 writel((1 << cd->trig.bit), base + cd->trig.offset); in peri_clk_enable()
132 ret = wait_bit(base, cd->trig.offset, cd->trig.bit, 0); in peri_clk_enable()
Dclk-core.h110 #define trigger_exists(trig) FLAG_TEST(trig, TRIG, EXISTS) argument
401 struct bcm_clk_trig trig; member
/external/u-boot/arch/arm/cpu/armv7/bcm281xx/
Dclk-bcm281xx.c152 .trig = TRIGGER(0x0afc, 9),
164 .trig = TRIGGER(0x0afc, 10),
176 .trig = TRIGGER(0x0afc, 12),
188 .trig = TRIGGER(0x0afc, 11),
240 .trig = TRIGGER(0x0afc, 23),
251 .trig = TRIGGER(0x0afc, 24),
262 .trig = TRIGGER(0x0b00, 2),
Dclk-core.c128 if (trigger_exists(&cd->trig)) { in peri_clk_enable()
129 writel((1 << cd->trig.bit), base + cd->trig.offset); in peri_clk_enable()
132 ret = wait_bit(base, cd->trig.offset, cd->trig.bit, 0); in peri_clk_enable()
Dclk-core.h110 #define trigger_exists(trig) FLAG_TEST(trig, TRIG, EXISTS) argument
401 struct bcm_clk_trig trig; member
/external/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.trig.preop.ll4 declare double @llvm.amdgcn.trig.preop.f64(double, i32) nounwind readnone
15 %result = call double @llvm.amdgcn.trig.preop.f64(double %a, i32 %b) nounwind readnone
27 %result = call double @llvm.amdgcn.trig.preop.f64(double %a, i32 7) nounwind readnone
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.trig.preop.ll4 declare double @llvm.amdgcn.trig.preop.f64(double, i32) nounwind readnone
15 %result = call double @llvm.amdgcn.trig.preop.f64(double %a, i32 %b) nounwind readnone
27 %result = call double @llvm.amdgcn.trig.preop.f64(double %a, i32 7) nounwind readnone
/external/icu/icu4c/source/data/rbnf/
Des.txt172 "30: trig\u00E9simo[ >>];",
219 "30: trig\u00E9simo[ >>];",
266 "30: trig\u00E9sima[ >>];",
Dpt.txt126 "30: trig\u00E9simo[ >>];",
168 "30: trig\u00E9sima[ >>];",
Dpt_PT.txt116 "30: trig\u00E9simo[ >>];",
158 "30: trig\u00E9sima[ >>];",
/external/crcalc/tests/
DREADME.txt8 (CRTest is quick, SlowCRTest is not, especially not the final trig function
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.h183 enum wpas_p2p_channel_update_trig trig);
252 enum wpas_p2p_channel_update_trig trig) in wpas_p2p_update_channel_list() argument
Dp2p_supplicant.c163 enum wpas_p2p_channel_update_trig trig);
7768 enum wpas_p2p_channel_update_trig trig) in wpas_p2p_update_channel_list() argument
7801 wpas_p2p_consider_moving_gos(wpa_s, freqs, num, trig); in wpas_p2p_update_channel_list()
9440 enum wpas_p2p_channel_update_trig trig) in wpas_p2p_consider_moving_gos() argument
9463 (trig == WPAS_P2P_CHANNEL_UPDATE_STATE_CHANGE || in wpas_p2p_consider_moving_gos()
9464 trig == WPAS_P2P_CHANNEL_UPDATE_CS)) { in wpas_p2p_consider_moving_gos()
/external/clang/test/CodeGenOpenCL/
Dbuiltins-amdgcn.cl63 // CHECK: call float @llvm.amdgcn.trig.preop.f32
70 // CHECK: call double @llvm.amdgcn.trig.preop.f64
/external/libopus/celt/dump_modes/
Ddump_modes.c217 fprintf (file, WORD16 ",%c", mode->mdct.trig[j],(j+6)%5==0?'\n':' '); in dump_modes()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DWritingAnLLVMBackend.rst1407 floating-point sine and cosine trig operations are supported by expansion to
/external/llvm/docs/
DWritingAnLLVMBackend.rst1367 floating-point sine and cosine trig operations are supported by expansion to
/external/hyphenation-patterns/de/
Dhyph-de-1901.pat.txt20597 2trig.
Dhyph-de-ch-1901.pat.txt20404 2trig.

12