Searched defs:fw (Results 1 - 25 of 58) sorted by relevance

123

/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Dctor_func.pass.cpp17 // UnaryOperation fw);
22 double fw(double x) function
31 D d(0, 0, 1, fw);
38 D d(1, 0, 1, fw);
45 D d(2, 0.5, 1.5, fw);
53 D d(4, 0, 2, fw);
H A Dparam_ctor_func.pass.cpp17 // UnaryOperation fw);
22 double fw(double x) function
32 P pa(0, 0, 1, fw);
40 P pa(1, 0, 1, fw);
48 P pa(2, 0.5, 1.5, fw);
57 P pa(4, 0, 2, fw);
/external/webrtc/webrtc/base/
H A Dwinfirewall_unittest.cc20 WinFirewall fw; local
24 EXPECT_FALSE(fw.QueryAuthorized("bogus.exe", &authorized));
25 EXPECT_TRUE(fw.Initialize(&hr));
28 EXPECT_TRUE(fw.QueryAuthorized("bogus.exe", &authorized));
34 fw.Shutdown();
35 EXPECT_FALSE(fw.QueryAuthorized("bogus.exe", &authorized));
/external/iptables/iptables/
H A Dnft-arp.h8 struct arpt_entry fw; member in struct:arptables_command_state
H A Dxshared.h54 struct ipt_entry fw; member in union:iptables_command_state::__anon8225
H A Dnft-arp.c143 struct arpt_entry *fw = &cs->fw; local
147 if (fw->arp.iniface[0] != '\0') {
148 op = nft_invflags2cmp(fw->arp.invflags, ARPT_INV_VIA_IN);
149 add_iniface(r, fw->arp.iniface, op);
152 if (fw->arp.outiface[0] != '\0') {
153 op = nft_invflags2cmp(fw->arp.invflags, ARPT_INV_VIA_OUT);
154 add_outiface(r, fw->arp.outiface, op);
157 if (fw->arp.arhrd != 0) {
158 op = nft_invflags2cmp(fw
264 struct arpt_entry *fw = &cs->fw; local
298 struct arpt_entry *fw = &cs->fw; local
439 print_fw_details(struct arpt_entry *fw, unsigned int format) argument
[all...]
H A Dnft-bridge.c158 struct ebt_entry *fw = &cs->fw; local
162 if (fw->in[0] != '\0') {
163 op = nft_invflags2cmp(fw->invflags, EBT_IIN);
164 add_iniface(r, fw->in, op);
167 if (fw->out[0] != '\0') {
168 op = nft_invflags2cmp(fw->invflags, EBT_IOUT);
169 add_outiface(r, fw->out, op);
172 if (fw->logical_in[0] != '\0') {
173 op = nft_invflags2cmp(fw
227 struct ebt_entry *fw = &cs->fw; local
281 struct ebt_entry *fw = &cs->fw; local
[all...]
H A Dnft-bridge.h107 struct ebt_entry fw; member in struct:ebtables_command_state
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
H A Dctor_func.pass.cpp17 // result_type xmax, UnaryOperation fw);
22 double fw(double x) function
31 D d(0, 0, 1, fw);
42 D d(1, 10, 12, fw);
53 D d(2, 6, 14, fw);
H A Dparam_ctor_func.pass.cpp17 // UnaryOperation fw);
22 double fw(double x) function
32 P pa(0, 0, 1, fw);
44 P pa(1, 10, 12, fw);
56 P pa(2, 6, 14, fw);
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
H A Dctor_func.pass.cpp17 // result_type xmax, UnaryOperation fw);
24 double fw(double x) function
33 D d(0, 0, 1, fw);
45 D d(1, 10, 12, fw);
57 D d(2, 6, 14, fw);
H A Dparam_ctor_func.pass.cpp17 // UnaryOperation fw);
22 double fw(double x) function
32 P pa(0, 0, 1, fw);
45 P pa(1, 10, 12, fw);
58 P pa(2, 6, 14, fw);
/external/testng/src/main/java/org/testng/reporters/
H A DIBuffer.java7 void toWriter(Writer fw); argument
H A DFileStringBuffer.java69 public void toWriter(Writer fw) { argument
70 if (fw == null) {
74 BufferedWriter bw = new BufferedWriter(fw);
120 try (FileWriter fw = new FileWriter(m_file, true /* append */)) {
121 fw.append(m_sb);
H A DXMLStringBuffer.java363 public void toWriter(Writer fw) { argument
364 m_buffer.toWriter(fw);
/external/ltp/testcases/kernel/firmware/fw_load_kernel/
H A Dltp_fw_load.c21 * This module is trying to load external test firmware files (n#_load_tst.fw).
38 static char *fw_name = "load_tst.fw";
41 static int fw; variable
75 if (data[i] != (u8)fw) {
119 for (fw = 0; fw < fw_num; ++fw) {
121 snprintf(name, max_name, "n%d_%s", fw, fw_name);
123 test_result |= (err == 0) << fw;
/external/fdlibm/
H A Dk_rem_pio2.c171 double z,fw,f[20],fq[20],q[20]; local
188 for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx+i-j]; q[i] = fw;
195 fw = (double)((int)(twon24* z));
196 iq[i] = (int)(z-two24*fw);
197 z = q[j-1]+fw;
247 for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx+i-j];
248 q[i] = fw;
[all...]
/external/v8/src/compiler/
H A Djump-threading.cc37 TRACE(" fw %d -> %d (recurse)\n", from.ToInt(), to.ToInt());
42 TRACE(" fw %d -> %d (cycle)\n", from.ToInt(), to.ToInt());
46 TRACE(" fw %d -> %d (forward)\n", from.ToInt(), to.ToInt());
76 RpoNumber fw = block->rpo_number(); local
102 fw = code->InputRpo(instr, 0);
114 if (next < code->InstructionBlockCount()) fw = RpoNumber::FromInt(next);
116 state.Forward(fw);
163 TRACE("jt-fw nop @%d\n", i);
178 RpoNumber fw = result[rpo.ToInt()]; local
179 if (!(fw
[all...]
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dmain.py290 fw.win.main()
522 fw = firmware_TouchMTB(options) variable
523 fw.main()
/external/iproute2/tc/
H A Dm_xt.c123 struct ipt_entry fw; local
190 memset(&fw, 0, sizeof (fw));
H A Dm_xt_old.c211 struct ipt_entry fw; local
263 memset(&fw, 0, sizeof (fw));
H A Dm_ipt.c392 struct ipt_entry fw; local
446 memset(&fw, 0, sizeof (fw));
/external/ltp/testcases/kernel/firmware/fw_load_user/
H A Dfw_load.c43 static const char fw_name[] = "load_tst.fw";
58 static struct fw_file_info fw[FW_FILES]; variable in typeref:struct:fw_file_info
145 SAFE_ASPRINTF(cleanup, &fw[fw_num].file, "/n%d_%s", fw_num, fw_name);
146 fw[fw_num].fake = 1;
161 fail = (result & (1 << i)) == 0 && !fw[i].fake;
162 offset = (fw[i].dir) ? strlen(fw[i].dir) : 0;
165 (fw[i].fake) ? "can't" : "can",
166 fw[i].file + offset);
178 if (fw[
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c186 float fw = viewport->scale[0] * 2; local
200 fw,
215 if (fw < 0) {
217 prescale.translate[0] += -fw;
218 fw = -fw;
232 prescale.scale[0] *= fw / (fw + fx);
233 fw += fx;
249 if (fx + fw > fb_widt
[all...]
/external/syslinux/core/lwip/src/include/lwip/
H A Dstats.h61 STAT_COUNTER fw; /* Forwarded packets. */ member in struct:stats_proto

Completed in 2357 milliseconds

123