/external/fdlibm/ |
D | k_rem_pio2.c | 171 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; 262 fw = (double)((int)(twon24*z)); 263 iq[jz] = (int)(z-two24*fw); 265 iq[jz] = (int) fw; [all …]
|
/external/v8/src/third_party/fdlibm/ |
D | fdlibm.cc | 65 double fw; in INLINE() local 79 fw = 0.0; in INLINE() 80 for (int j = 0; j <= jx; j++) fw += x[j] * f[jx + i - j]; in INLINE() 81 q[i] = fw; in INLINE() 91 fw = static_cast<double>(static_cast<int32_t>(twon24 * z)); in INLINE() 92 iq[i] = static_cast<int32_t>(z - two24 * fw); in INLINE() 93 z = q[j - 1] + fw; in INLINE() 145 for (j = 0, fw = 0.0; j <= jx; j++) fw += x[j] * f[jx + i - j]; in INLINE() 146 q[i] = fw; in INLINE() 163 fw = static_cast<double>(static_cast<int32_t>(twon24 * z)); in INLINE() [all …]
|
/external/iptables/iptables/ |
D | iptables.c | 491 print_firewall(const struct ipt_entry *fw, in print_firewall() argument 508 t = ipt_get_target((struct ipt_entry *)fw); in print_firewall() 509 flags = fw->ip.flags; in print_firewall() 515 xtables_print_num(fw->counters.pcnt, format); in print_firewall() 516 xtables_print_num(fw->counters.bcnt, format); in print_firewall() 522 fputc(fw->ip.invflags & XT_INV_PROTO ? '!' : ' ', stdout); in print_firewall() 524 const char *pname = proto_to_name(fw->ip.proto, format&FMT_NUMERIC); in print_firewall() 528 printf(FMT("%-5hu", "%hu "), fw->ip.proto); in print_firewall() 534 fputc(fw->ip.invflags & IPT_INV_FRAG ? '!' : '-', stdout); in print_firewall() 542 if (fw->ip.invflags & IPT_INV_VIA_IN) { in print_firewall() [all …]
|
D | ip6tables.c | 506 print_firewall(const struct ip6t_entry *fw, in print_firewall() argument 522 t = ip6t_get_target((struct ip6t_entry *)fw); in print_firewall() 528 xtables_print_num(fw->counters.pcnt, format); in print_firewall() 529 xtables_print_num(fw->counters.bcnt, format); in print_firewall() 535 fputc(fw->ipv6.invflags & XT_INV_PROTO ? '!' : ' ', stdout); in print_firewall() 537 const char *pname = proto_to_name(fw->ipv6.proto, format&FMT_NUMERIC); in print_firewall() 541 printf(FMT("%-5hu", "%hu "), fw->ipv6.proto); in print_firewall() 555 if (fw->ipv6.invflags & IP6T_INV_VIA_IN) { in print_firewall() 561 if (fw->ipv6.iniface[0] != '\0') { in print_firewall() 562 strcat(iface, fw->ipv6.iniface); in print_firewall() [all …]
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/ |
D | firmware_summary_unittest.py | 57 def _get_score(self, fw=None, gesture=None, validator=None): argument 59 result= self.slog.get_result(fw=fw, gesture=gesture, 78 for fw, fw_expected_scores in expected_scores.items(): 80 actual_score = self._get_score(fw=fw, 204 for fw, fw_expected_scores in expected_scores.items(): 206 actual_score = self._get_score(fw=fw, validator=validator) 233 for fw, fw_stats_values in expected_stats_values.items(): 235 result = self.slog.get_result(fw=fw, validators=validator) 246 for fw, expected_value in expected_weighted_averages.items(): 247 actual_value = final_weighted_average[fw]
|
/external/webrtc/webrtc/base/ |
D | winfirewall_unittest.cc | 20 WinFirewall fw; in TEST() local 24 EXPECT_FALSE(fw.QueryAuthorized("bogus.exe", &authorized)); in TEST() 25 EXPECT_TRUE(fw.Initialize(&hr)); in TEST() 28 EXPECT_TRUE(fw.QueryAuthorized("bogus.exe", &authorized)); in TEST() 34 fw.Shutdown(); in TEST() 35 EXPECT_FALSE(fw.QueryAuthorized("bogus.exe", &authorized)); in TEST()
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | firmware_log.py | 427 def __init__(self, test_version, fw=None, round_name=None): argument 429 self._fw = fw 555 for fw, validators in self.fw_validators.items(): 556 self.ext_validator_weights[fw] = \ 591 for fw in self.fws: 592 self.fw_validators[fw] = sorted(list(self.fw_validators[fw])) 600 fw, round_name, glogs = log_data 603 fw, round_name, self.test_version, glogs = log_data 609 fw = '%s_%d' % (fw, round_no) 610 self.fws.add(fw) [all …]
|
D | firmware_summary.py | 175 for fw in self.slog.fws: 176 result = self.slog.get_result(fw=fw, gesture=gesture, 268 for fw in fws: 269 result = self.slog.get_result(fw=fw, gesture=gesture, 274 fw_stats_values[metric_name][fw] = \ 281 for fw in fws: 282 value = fw_values_dict.get(fw, '') 316 for fw in self.slog.fws: 317 print '\n', fw 319 result = self.slog.get_result(fw=fw, validators=validator) [all …]
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_framebuffer.c | 186 float fw = viewport->scale[0] * 2; in emit_viewport() local 200 fw, in emit_viewport() 215 if (fw < 0) { in emit_viewport() 217 prescale.translate[0] += -fw; in emit_viewport() 218 fw = -fw; in emit_viewport() 232 prescale.scale[0] *= fw / (fw + fx); in emit_viewport() 233 fw += fx; in emit_viewport() 249 if (fx + fw > fb_width) { in emit_viewport() 250 prescale.scale[0] *= fw / (fb_width - fx); in emit_viewport() 251 prescale.translate[0] -= fx * (fw / (fb_width - fx)); in emit_viewport() [all …]
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ |
D | ctor_func.pass.cpp | 22 double fw(double x) in fw() function 31 D d(0, 0, 1, fw); in main() 38 D d(1, 0, 1, fw); in main() 45 D d(2, 0.5, 1.5, fw); in main() 53 D d(4, 0, 2, fw); in main()
|
D | param_ctor_func.pass.cpp | 22 double fw(double x) in fw() function 32 P pa(0, 0, 1, fw); in main() 40 P pa(1, 0, 1, fw); in main() 48 P pa(2, 0.5, 1.5, fw); in main() 57 P pa(4, 0, 2, fw); in main()
|
/external/opencv3/modules/cudaobjdetect/src/cuda/ |
D | lbp.cu | 57 …__device__ __forceinline__ int operator() (const int* integral, int ty, int fh, int fw, int& shift… in operator ()() 62 anchors[1] = integral[ty + fw]; in operator ()() 64 anchors[2] = integral[ty + fw * 2]; in operator ()() 66 anchors[2] -= integral[ty + fw * 3]; in operator ()() 70 anchors[4] = integral[ty + fw]; in operator ()() 72 anchors[5] = integral[ty + fw * 2]; in operator ()() 74 anchors[5] -= integral[ty + fw * 3]; in operator ()() 83 anchors[7] = integral[ty + fw]; in operator ()() 85 anchors[8] = integral[ty + fw * 2]; in operator ()() 87 anchors[8] -= integral[ty + fw * 3]; in operator ()() [all …]
|
/external/pdfium/third_party/libopenjpeg20/ |
D | dwt.c | 736 OPJ_FLOAT32* restrict fw = (OPJ_FLOAT32*) w; in opj_v4dwt_decode_step1() local 739 OPJ_FLOAT32 tmp1 = fw[i*8 ]; in opj_v4dwt_decode_step1() 740 OPJ_FLOAT32 tmp2 = fw[i*8 + 1]; in opj_v4dwt_decode_step1() 741 OPJ_FLOAT32 tmp3 = fw[i*8 + 2]; in opj_v4dwt_decode_step1() 742 OPJ_FLOAT32 tmp4 = fw[i*8 + 3]; in opj_v4dwt_decode_step1() 743 fw[i*8 ] = tmp1 * c; in opj_v4dwt_decode_step1() 744 fw[i*8 + 1] = tmp2 * c; in opj_v4dwt_decode_step1() 745 fw[i*8 + 2] = tmp3 * c; in opj_v4dwt_decode_step1() 746 fw[i*8 + 3] = tmp4 * c; in opj_v4dwt_decode_step1() 753 OPJ_FLOAT32* restrict fw = (OPJ_FLOAT32*) w; in opj_v4dwt_decode_step2() local [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/ |
D | BrentOptimizer.java | 112 double fw = fx; in localMin() local 128 q = (x - v) * (fx - fw); in localMin() 199 fv = fw; in localMin() 201 fw = fx; in localMin() 210 if (fu <= fw || w == x) { in localMin() 212 fv = fw; in localMin() 214 fw = fu; in localMin()
|
/external/iproute2/examples/diffserv/ |
D | Edge32-cb-chains | 55 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 handle 1 fw \ 58 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 handle 1 fw \ 65 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 handle 1 fw \ 68 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1 fw \ 75 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 handle 1 fw \ 78 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 1 fw \ 85 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 handle 2 fw \
|
D | Edge2 | 43 $TC filter add dev $INDEV parent ffff: protocol ip prio 50 handle 3 fw \ 66 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1 67 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2 68 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 3 fw classid 1:3
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ |
D | ctor_func.pass.cpp | 22 double fw(double x) in fw() function 31 D d(0, 0, 1, fw); in main() 42 D d(1, 10, 12, fw); in main() 53 D d(2, 6, 14, fw); in main()
|
D | param_ctor_func.pass.cpp | 22 double fw(double x) in fw() function 32 P pa(0, 0, 1, fw); in main() 44 P pa(1, 10, 12, fw); in main() 56 P pa(2, 6, 14, fw); in main()
|
/external/v8/src/compiler/ |
D | jump-threading.cc | 76 RpoNumber fw = block->rpo_number(); in ComputeForwarding() local 94 fw = code->InputRpo(instr, 0); in ComputeForwarding() 105 if (next < code->InstructionBlockCount()) fw = RpoNumber::FromInt(next); in ComputeForwarding() 107 state.Forward(fw); in ComputeForwarding() 169 RpoNumber fw = result[rpo.ToInt()]; in ApplyForwarding() local 170 if (!(fw == rpo)) immediates[i] = Constant(fw); in ApplyForwarding()
|
/external/vboot_reference/scripts/image_signing/ |
D | unpack_firmwarefd.sh | 43 fw${i}_vblock_offset="$offset" 46 fw${i}_vblock_size="$size" 52 fw${i}_offset="$offset" 55 fw${i}_size="$size"
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ |
D | ctor_func.pass.cpp | 24 double fw(double x) in fw() function 33 D d(0, 0, 1, fw); in main() 45 D d(1, 10, 12, fw); in main() 57 D d(2, 6, 14, fw); in main()
|
D | param_ctor_func.pass.cpp | 22 double fw(double x) in fw() function 32 P pa(0, 0, 1, fw); in main() 45 P pa(1, 10, 12, fw); in main() 58 P pa(2, 6, 14, fw); in main()
|
/external/autotest/site_utils/docgen/ |
D | CreateDocs.py | 414 fw = open(mainpage_file, 'w') 422 fw.write(cstart) 423 fw.write('\n') 424 fw.write(mp) 425 fw.write('\n') 434 fw.write(section_begin + section_name + line) 442 fw.write(vstart + line[:-1]) 445 fw.write(vstart + line + vend) 449 fw.write(line) 451 fw.write(line + vend) [all …]
|
/external/testng/src/main/java/org/testng/reporters/ |
D | FileStringBuffer.java | 69 public void toWriter(Writer fw) { in toWriter() argument 70 if (fw == null) { in toWriter() 74 BufferedWriter bw = new BufferedWriter(fw); in toWriter() 120 try (FileWriter fw = new FileWriter(m_file, true /* append */)) { in flushToFile() argument 121 fw.append(m_sb); in flushToFile()
|
/external/autotest/client/tests/ffsb/ |
D | ffsb.py | 111 fw = open(self.sysfl,'w') 134 fw.write(newline+'\n') 140 fw.write(newline+'\n') 146 fw.write(newline+'\n') 148 fw.write(line+'\n') 150 fw.close()
|