| /src/tests/usr.bin/xlint/lint1/ | 
| msg_058.c | 12 function(i, dbl, str) 14 	double dbl;
 16 /* expect+1: error: type of 'dbl' does not match prototype [58] */
 18 	return i + (int)dbl + str[0];
 
 | 
| d_decl_old_style_arguments.c | 15 /* expect+2: warning: parameter 'dbl' unused in function 'func' [231] */ 17 void func(num, ptr, dbl, def)
 20     double dbl;
 
 | 
| msg_142.c | 15 double dbl = 1e100 * 1e100 * 1e100 * 1e100 * 1e100;  variable in typeref:typename:double 
 | 
| msg_126.c | 10 example(int i, void *ptr, double dbl, void (*return_void)(void)) 13 	i = i > 0 ? ptr : dbl;
 20 	i = i > 0 ? dbl : i;
 
 | 
| msg_211.c | 13 return_int(double dbl, void *ptr, struct str str) 15 	if (dbl > 0.0)
 16 		return dbl;
 
 | 
| decl_direct_abstract.c | 96 unsigned long size_prototype_named = sizeof(int(double dbl)); 124 int size_prototype_named_return_int[-1000 - (int)sizeof(int(double dbl))];
 128 int size_prototype_named_return_pppchar[-1000 - (int)sizeof(char ***(double dbl))];
 
 | 
| c23.c | 32 null_pointer_constant(const char *p, double dbl) 35 	if (dbl != nullptr)
 37 	if (dbl > 0.0)
 
 | 
| queries.c | 82 Q1(double dbl) 85 	return dbl;
 89 Q2(double dbl)
 92 	return (int)dbl;
 
 | 
| msg_259.c | 245 to_float(double dbl) 248 	take_float(dbl);
 
 | 
| /src/usr.bin/seq/ | 
| seq.c | 437 	double dbl;  local in function:e_atof 440 	dbl = strtod(num, &endp);
 450 	if (dbl == -0.0)
 451 		dbl = 0;
 452 	return (dbl);
 
 | 
| /src/sys/arch/hppa/hppa/ | 
| fpemu.S | 181 	FP_TABLE2(fsqrt,sgl,dbl,invalid,invalid) 185 	FP_TABLE2(frnd,sgl,dbl,invalid,quad)
 243 	FP_TABLE2(fcmp,sgl,dbl,invalid,invalid)
 283 	FP_TABLE2(fadd,sgl,dbl,invalid,invalid)
 286 	FP_TABLE2(fsub,sgl,dbl,invalid,invalid)
 289 	FP_TABLE2(fmpy,sgl,dbl,invalid,invalid)
 292 	FP_TABLE2(fdiv,sgl,dbl,invalid,invalid)
 295 	FP_TABLE2(frem,sgl,dbl,invalid,invalid)
 
 | 
| /src/sys/arch/arm/sunxi/ | 
| sunxi_mmc.c | 495 sunxi_mmc_set_clock(struct sunxi_mmc_softc *sc, u_int freq, bool ddr, bool dbl) 521 	error = clk_set_rate(sc->sc_clk_mmc, (freq * 1000) << dbl);
 851 	bool dbl = 0;  local in function:sunxi_mmc_bus_clock
 874 			dbl = 1;
 877 		clkcr |= __SHIFTIN(dbl, SUNXI_MMC_CLKCR_DIV);
 899 		if (sunxi_mmc_set_clock(sc, freq, ddr, dbl) != 0)
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/ | 
| drm_edid.c | 4131 	u8 dbl, hdmi_len, video_len = 0;  local in function:add_cea_modes 4142 			dbl = cea_db_payload_len(db);
 4146 				video_len = dbl;
 4147 				modes += do_cea_modes(connector, video, dbl);
 4150 				hdmi_len = dbl;
 4157 							  dbl - 1);
 4373 	int dbl;  local in function:drm_edid_to_eld
 4409 			dbl = cea_db_payload_len(db);
 4416 				sad_count = min(dbl / 3, 15 - total_sad_count);
 4424 				if (dbl >= 1
 4466  int i, start, end, dbl;  local in function:drm_edid_to_sad
 4527  int i, start, end, dbl;  local in function:drm_edid_to_speaker_allocation
 [all...]
 | 
| /src/sys/arch/m68k/060sp/dist/ | 
| pfpsp.s | 426 set DBL_LO,		0x3c01			# min dbl prec exponent 427 set DBL_HI,		0x43fe			# max dbl prec exponent
 526 set dbl_thresh,		0x3c01			# minimum dbl exponent
 1409 	bsr.l		funimp_skew		# skew sgl or dbl inputs
 1444 	cmpi.b		%d0,&0x15		# is class = 2 & fmt = dbl?
 1986 # "non-skewed" operand for cases of sgl and dbl src INFs,NANs, and DENORMs.
 2315 	cmpi.b		%d0,&0x5		# was src dbl?
 3142 # denorm operand in the sgl or dbl format. NANs also become skewed, but can't
 3210 	short		tbl_operr    - tbl_operr # dbl prec shouldn't happen
 3338 # denorm operand in the sgl or dbl format. NANs also become skewed and must b
 [all...]
 | 
| fpsp.s | 426 set DBL_LO,		0x3c01			# min dbl prec exponent 427 set DBL_HI,		0x43fe			# max dbl prec exponent
 526 set dbl_thresh,		0x3c01			# minimum dbl exponent
 1409 	bsr.l		funimp_skew		# skew sgl or dbl inputs
 1444 	cmpi.b		%d0,&0x15		# is class = 2 & fmt = dbl?
 1986 # "non-skewed" operand for cases of sgl and dbl src INFs,NANs, and DENORMs.
 2315 	cmpi.b		%d0,&0x5		# was src dbl?
 3142 # denorm operand in the sgl or dbl format. NANs also become skewed, but can't
 3210 	short		tbl_operr    - tbl_operr # dbl prec shouldn't happen
 3338 # denorm operand in the sgl or dbl format. NANs also become skewed and must b
 [all...]
 | 
| fplsp.s | 406 set DBL_LO,		0x3c01			# min dbl prec exponent 407 set DBL_HI,		0x43fe			# max dbl prec exponent
 506 set dbl_thresh,		0x3c01			# minimum dbl exponent
 640 	fmov.d		0x8(%a6),%fp0		# load dbl input
 817 	fmov.d		0x8(%a6),%fp0		# load dbl input
 994 	fmov.d		0x8(%a6),%fp0		# load dbl input
 1171 	fmov.d		0x8(%a6),%fp0		# load dbl input
 1348 	fmov.d		0x8(%a6),%fp0		# load dbl input
 1525 	fmov.d		0x8(%a6),%fp0		# load dbl input
 1702 	fmov.d		0x8(%a6),%fp0		# load dbl inpu
 [all...]
 | 
| /src/sys/arch/hppa/spmath/ | 
| fpudispatch.c | 217 				    case 1: /* sgl/dbl */ 220 				    case 2: /* dbl/sgl */
 223 				    case 3: /* dbl/dbl */
 231 				    case 1: /* sgl/dbl */
 234 				    case 2: /* dbl/sgl */
 237 				    case 3: /* dbl/dbl */
 246 				    case 1: /* sgl/dbl */
 249 				    case 2: /* dbl/sgl *
 664  double dbl;  member in union:decode_06::__anon9edda888010a
 788  double dbl;  member in union:decode_26::__anon9edda888030a
 [all...]
 | 
| /src/bin/ps/ | 
| print.c | 1089 	double dbl;  local in function:pcpu 1092 	dbl = pi->pcpu;
 1093 	doubleprintorsetwidth(v, dbl, (dbl >= 99.95) ? 0 : 1, mode);
 
 | 
| /src/games/dab/ | 
| algor.cc | 301     size_t dbl = find_double();  local in function:ALGOR::play 
 | 
| /src/lib/libc/stdio/ | 
| vfwprintf.c | 651 		double dbl;  member in union:WDECL::__anonaffd8825010a 1077 				fparg.dbl = GETARG(double);
 1079 				    __hdtoa(fparg.dbl, xdigs, prec,
 1135 				fparg.dbl = GETARG(double);
 1137 				    __dtoa(fparg.dbl, expchar ? 2 : 3, prec,
 
 |