Home
last modified time | relevance | path

Searched refs:wt (Results 1 – 25 of 44) sorted by relevance

12

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
DHydraulicErodeFilter.java85 float[] wt = new float[workSize * workSize]; in filter() local
97 wt[idx] += wtemp; in filter()
99 ga[idx] -= stemp * wt[idx]; in filter()
100 st[idx] += stemp * wt[idx]; in filter()
105 float a = ga[idx] + wt[idx]; in filter()
114 float at = ga[idx + idxrel[j]] + wt[idx + idxrel[j]]; in filter()
129 float dwj = Math.min(wt[idx], a - aa) * (a - amax) / dtotal; in filter()
130 float dsj = st[idx] * dwj / wt[idx]; in filter()
131 wt[idx] -= dwj; in filter()
133 wt[idx + idxrel[amaxidx]] += dwj; in filter()
[all …]
/external/libgsm/src/
Dshort_term.c265 static void Short_term_synthesis_filtering P5((S,rrp,k,wt,sr),
269 register word * wt, /* [0..k-1] IN */
279 sri = *wt++;
309 static void Fast_Short_term_synthesis_filtering P5((S,rrp,k,wt,sr),
313 register word * wt, /* [0..k-1] IN */
328 register float sri = *wt++;
388 void Gsm_Short_Term_Synthesis_Filter P4((S, LARcr, wt, s),
392 word * wt, /* received d [0..159] IN */
416 FILTER( S, LARp, 13, wt, s );
420 FILTER( S, LARp, 14, wt + 13, s + 13 );
[all …]
Ddecode.c50 word erp[40], wt[160]; variable
58 for (k = 0; k <= 39; k++) wt[ j * 40 + k ] = drp[ k ];
61 Gsm_Short_Term_Synthesis_Filter( S, LARcr, wt, s );
Dlong_term.c61 word wt[40]; variable
165 word wt[40]; variable
196 for (k = 0; k <= 39; k++) wt[k] = SASR( d[k], scal );
206 # define STEP(k) (longword)wt[k] * dp[k - lambda]
/external/srtp/test/
Dlfsr.c121 int wt = 0; in weight() local
124 wt += octet_weight[poly & 0xff]; in weight()
125 wt += octet_weight[(poly >> 8) & 0xff]; in weight()
126 wt += octet_weight[(poly >> 16) & 0xff]; in weight()
127 wt += octet_weight[(poly >> 24)]; in weight()
129 return wt; in weight()
204 wt += (x & 1); in weight_distribution2()
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DRouteSpecificPool.java258 public void queueThread(WaitingThread wt) { in queueThread() argument
259 if (wt == null) { in queueThread()
263 this.waitingThreads.add(wt); in queueThread()
293 public void removeThread(WaitingThread wt) { in removeThread() argument
294 if (wt == null) in removeThread()
297 this.waitingThreads.remove(wt); in removeThread()
DRefQueueWorker.java120 Thread wt = this.workerThread; in shutdown() local
121 if (wt != null) { in shutdown()
123 wt.interrupt(); in shutdown()
/external/clang/test/CodeGen/
Dpascal-wchar-string.c16 UniChar wt[] = L"\pbar"; // pascal Unicode string in main() local
22 if (wt[0] != 3) in main()
/external/llvm/test/CodeGen/X86/
D2008-10-24-FlippedCompare.ll3 define void @f(float %wt) {
5 %0 = fcmp ogt float %wt, 0.000000e+00 ; <i1> [#uses=1]
/external/sonivox/arm-wt-22k/host_src/
Darm-wt-22k.mak23 arm-wt-22k: $(OBJS)
24 $(LD) -o $@ $(OBJS) libarm-wt-22k.a -lm
/external/srtp/crypto/math/
Dmath.c165 unsigned int wt = 0; in v32_weight() local
167 wt += octet_weight[a.v8[0]]; /* note: endian-ness makes no difference */ in v32_weight()
168 wt += octet_weight[a.v8[1]]; in v32_weight()
169 wt += octet_weight[a.v8[2]]; in v32_weight()
170 wt += octet_weight[a.v8[3]]; in v32_weight()
172 return wt; in v32_weight()
/external/chromium/net/data/ftp/
Ddir-listing-ls-153 d-wx-wx-wt+ 4 ftp 989 512 Dec 8 15:54 incoming
/external/eigen/test/
Dproduct_extra.cpp110 double det = 6.0, wt = 0.5; in mat_mat_scalar_scalar_product() local
111 VERIFY_IS_APPROX(dNdxy.transpose()*dNdxy*det*wt, det*wt*dNdxy.transpose()*dNdxy); in mat_mat_scalar_scalar_product()
/external/libnfc-nci/src/nfa/p2p/
Dnfa_p2p_main.c339 UINT8 wt, gen_bytes_len = LLCP_MAX_GEN_BYTES; in nfa_p2p_set_config() local
344 LLCP_GetDiscoveryConfig (&wt, params + 2, &gen_bytes_len); in nfa_p2p_set_config()
377 UINT8_TO_BE_STREAM (p, wt); in nfa_p2p_set_config()
Dnfa_p2p_api.c1046 UINT8 wt, in NFA_P2pSetLLCPConfig() argument
1057 link_miu, opt, wt, link_timeout); in NFA_P2pSetLLCPConfig()
1074 p_msg->wt = wt; in NFA_P2pSetLLCPConfig()
/external/chromium/chrome/browser/sync/syncable/
Dsyncable_unittest.cc995 WriteTransaction wt(dir_.get(), UNITTEST, __FILE__, __LINE__); in TEST_F() local
996 MutableEntry parent_folder(&wt, CREATE, wt.root_id(), "folder1"); in TEST_F()
1000 MutableEntry parent_folder2(&wt, CREATE, wt.root_id(), "folder2"); in TEST_F()
1004 MutableEntry child(&wt, CREATE, parent_folder.Get(ID), child_name); in TEST_F()
1010 EXPECT_EQ(0, CountEntriesWithName(&wt, wt.root_id(), child_name)); in TEST_F()
1012 EXPECT_EQ(1, CountEntriesWithName(&wt, parent_folder.Get(ID), child_name)); in TEST_F()
1013 EXPECT_EQ(0, CountEntriesWithName(&wt, parent_folder2.Get(ID), child_name)); in TEST_F()
1016 EXPECT_EQ(0, CountEntriesWithName(&wt, parent_folder.Get(ID), child_name)); in TEST_F()
1017 EXPECT_EQ(1, CountEntriesWithName(&wt, parent_folder2.Get(ID), child_name)); in TEST_F()
/external/sonivox/arm-wt-22k/lib_src/
Darm-wt-22k_lib.mak23 arm-wt-22k.a: $(OBJS)
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_nk0_kdt_mgc2.pkb44 �%�e��E������4����(�:��l!wt]80B>mx(�;��JR�6P��2<\;�#"���"��5�'���[���Q<Q�I��n89|Ggn…
/external/libnfc-nci/src/nfa/int/
Dnfa_p2p_int.h174 UINT8 wt; member
Dnfa_dm_int.h438 UINT8 wt[NCI_PARAM_LEN_WT]; member
/external/libnfc-nci/src/nfa/include/
Dnfa_p2p_api.h520 UINT8 wt,
/external/libnfc-nci/src/nfc/llcp/
Dllcp_api.c101 UINT8 wt, in LLCP_SetConfig() argument
110 link_miu, opt, wt, link_timeout); in LLCP_SetConfig()
139 llcp_cb.lcb.local_wt = wt; in LLCP_SetConfig()
/external/libnfc-nci/src/nfc/include/
Dllcp_api.h232 UINT8 wt,
/external/libnfc-nci/src/nfa/dm/
Dnfa_dm_main.c336 p_stored = nfa_dm_cb.params.wt; in nfa_dm_check_set_config()
/external/icu4c/data/locales/
Dpl.txt351 "wt.",
380 "wt.",

12