Home
last modified time | relevance | path

Searched refs:cvt (Results 1 – 25 of 47) sorted by relevance

12

/NextBSD/share/examples/ses/srcs/
HDsetobjstat.c51 long cvt; in main() local
66 cvt = strtol(v[2], &x, 0); in main()
70 obj.elm_idx = cvt; in main()
73 cvt = strtol(v[3 + i], &x, 0); in main()
77 obj.cstat[i] = cvt; in main()
HDgetobjstat.c50 long cvt; in main() local
64 cvt = strtol(v[2], &x, 0); in main()
68 obj.obj_id = cvt; in main()
/NextBSD/contrib/ntp/scripts/calc_tickadj/
HDcalc_tickadj.in30 my $cvt = (2 ** 20) / $tick;
41 $drift += $cvt;
45 while ($drift > $cvt) {
46 $drift -= $cvt;
51 printf "%d usec; %d nsec\n", $tick, ($tick + ($drift/$cvt)) * 1000;
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMicroMipsInstrFPU.td47 def CVT_W_S_MM : MMRel, ABSS_FT<"cvt.w.s", FGR32Opnd, FGR32Opnd, II_CVT>,
60 def CVT_W_MM : MMRel, ABSS_FT<"cvt.w.d", FGR32Opnd, AFGR64Opnd, II_CVT>,
72 def CVT_L_S_MM : MMRel, ABSS_FT<"cvt.l.s", FGR64Opnd, FGR32Opnd, II_CVT>,
74 def CVT_L_D64_MM : MMRel, ABSS_FT<"cvt.l.d", FGR64Opnd, FGR64Opnd, II_CVT>,
83 def CVT_D_S_MM : MMRel, ABSS_FT<"cvt.d.s", AFGR64Opnd, FGR32Opnd, II_CVT>,
85 def CVT_D32_W_MM : MMRel, ABSS_FT<"cvt.d.w", AFGR64Opnd, FGR32Opnd, II_CVT>,
87 def CVT_S_D32_MM : MMRel, ABSS_FT<"cvt.s.d", FGR32Opnd, AFGR64Opnd, II_CVT>,
89 def CVT_S_W_MM : MMRel, ABSS_FT<"cvt.s.w", FGR32Opnd, FGR32Opnd, II_CVT>,
HDMipsInstrFPU.td278 def CVT_W_S : MMRel, ABSS_FT<"cvt.w.s", FGR32Opnd, FGR32Opnd, II_CVT>,
285 defm CVT_W : ROUND_M<"cvt.w.d", II_CVT>, ABSS_FM<0x24, 17>;
306 def CVT_S_W : MMRel, ABSS_FT<"cvt.s.w", FGR32Opnd, FGR32Opnd, II_CVT>,
308 def CVT_L_S : MMRel, ABSS_FT<"cvt.l.s", FGR64Opnd, FGR32Opnd, II_CVT>,
310 def CVT_L_D64: MMRel, ABSS_FT<"cvt.l.d", FGR64Opnd, FGR64Opnd, II_CVT>,
313 def CVT_S_D32 : MMRel, ABSS_FT<"cvt.s.d", FGR32Opnd, AFGR64Opnd, II_CVT>,
315 def CVT_D32_W : MMRel, ABSS_FT<"cvt.d.w", AFGR64Opnd, FGR32Opnd, II_CVT>,
317 def CVT_D32_S : MMRel, ABSS_FT<"cvt.d.s", AFGR64Opnd, FGR32Opnd, II_CVT>,
321 def CVT_S_D64 : ABSS_FT<"cvt.s.d", FGR32Opnd, FGR64Opnd, II_CVT>,
323 def CVT_S_L : ABSS_FT<"cvt.s.l", FGR32Opnd, FGR64Opnd, II_CVT>,
[all …]
/NextBSD/sys/dev/drm2/
HDdrm_modes.c1017 bool yres_specified = false, cvt = false, rb = false; in drm_mode_parse_command_line_for_connector() local
1038 !yres_specified && !cvt && !rb && was_digit) { in drm_mode_parse_command_line_for_connector()
1046 if (!bpp_specified && !yres_specified && !cvt && in drm_mode_parse_command_line_for_connector()
1065 if (yres_specified || cvt || was_digit) in drm_mode_parse_command_line_for_connector()
1067 cvt = true; in drm_mode_parse_command_line_for_connector()
1070 if (yres_specified || cvt || rb || was_digit) in drm_mode_parse_command_line_for_connector()
1075 if (cvt || yres_specified || was_digit) in drm_mode_parse_command_line_for_connector()
1080 if (cvt || yres_specified || was_digit) in drm_mode_parse_command_line_for_connector()
1150 mode->cvt = cvt; in drm_mode_parse_command_line_for_connector()
1165 if (cmd->cvt) in drm_mode_create_from_cmdline_mode()
HDdrm_edid.h111 } __attribute__((packed)) cvt; member
144 struct cvt_timing cvt[4]; member
HDdrm_edid.c1381 struct cvt_timing *cvt; in drm_cvt_modes() local
1387 cvt = &(timing->data.other_data.data.cvt[i]); in drm_cvt_modes()
1389 if (!memcmp(cvt->code, empty, 3)) in drm_cvt_modes()
1392 height = (cvt->code[0] + ((cvt->code[1] & 0xf0) << 4) + 1) * 2; in drm_cvt_modes()
1393 switch (cvt->code[1] & 0x0c) { in drm_cvt_modes()
1409 if (cvt->code[2] & (1 << j)) { in drm_cvt_modes()
/NextBSD/contrib/gcc/config/mips/
HDmips-ps-3d.md145 return "cvt.ps.s\t%0,%1,%2";
147 return "cvt.ps.s\t%0,%2,%1";
164 return "cvt.s.pu\t%0,%1";
166 return "cvt.s.pl\t%0,%1";
193 ; cvt.ps.s - Floating Point Convert Pair to Paired Single
209 ; cvt.s.pl - Floating Point Convert Pair Lower to Single Floating Point
217 ; cvt.s.pu - Floating Point Convert Pair Upper to Single Floating Point
248 ; cvt.pw.ps - Floating Point Convert Paired Single to Paired Word
254 "cvt.pw.ps\t%0,%1"
258 ; cvt.ps.pw - Floating Point Convert Paired Word to Paired Single
[all …]
HD24k.md298 ;; fcvt (cvt.d.s, cvt.[sd].[wl])
305 ;; fcvt (cvt.s.d)
312 ;; fcvt (cvt.[wl].[sd], etc)
414 ;; fcvt (cvt.d.s, cvt.[sd].[wl])
421 ;; fcvt (cvt.s.d)
428 ;; fcvt (cvt.[wl].[sd], etc)
HD5k.md205 ;; fcvt (cvt.d.s, cvt.[sd].[wl]
212 ;; fcvt (cvt.s.d)
219 ;; fcvt (cvt.[wl].[sd], etc)
HDmips16.S162 cvt.s.w $f0,$f0
287 cvt.d.s $f0,$f12
300 cvt.s.d $f0,$f12
367 cvt.d.w $f0,$f12
/NextBSD/cddl/usr.bin/ctfmerge/
HDMakefile4 .PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/tools/ctf/cvt
33 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/cvt \
/NextBSD/cddl/usr.bin/ctfconvert/
HDMakefile4 .PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/tools/ctf/cvt
34 -I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/cvt \
/NextBSD/contrib/gcc/cp/
HDChangeLog-1996126 * cvt.c (build_up_reference): Arrange for any temporary values
164 * cvt.c (cp_convert_to_pointer): Likewise.
172 * cvt.c (cp_convert_to_pointer): Avoid thinking a POINTER_TYPE
194 * cvt.c (cp_convert): Always call a constructor.
204 * cvt.c (cp_convert): Handle failure better.
227 * cvt.c (convert_to_reference): Fix.
231 * cvt.c (cp_convert): Simplify for flag_ansi_overloading.
271 * cvt.c (NULL): Delete #undef/#define.
280 * cvt.c (build_user_type_conversion): Likewise.
336 * cvt.c (cp_convert_to_pointer): Move code for conversions from
[all …]
HDChangeLog-199433 * cvt.c (build_up_reference): Fix breakage introduced on Nov 29,
99 * cvt.c (convert_to_reference): Add third parameter to
114 * cvt.c (cp_convert): Pass whether or not we want to consider
254 * cvt.c (cp_convert): Don't complain about int->enum conversion if
283 * cvt.c (build_up_reference): Strip superfluous NOP_EXPRs; we do
297 * cvt.c (convert_to_aggr): Likewise.
347 * cvt.c (convert_to_reference, cp_convert, build_type_conversion_1,
480 * cvt.c (convert_to_reference): Make sure that the original expr
488 * cvt.c (cp_convert): Don't build a TARGET_EXPR if we're not in a
633 * cvt.c (type_promotes_to): Also promote enums to long if
[all …]
HDChangeLog-199552 * cvt.c (build_expr_type_conversion): Don't convert to a reference
229 * cvt.c (build_up_reference): Use it.
485 * cvt.c (cp_convert_to_pointer): Don't allow leftover conversions to
501 * cvt.c (build_expr_type_conversion): Handle conversion from
698 * cvt.c (build_expr_type_conversion): Handle conversions to
1091 * cvt.c (type_promotes_to): Watch for error_mark_node on the
1121 * cvt.c (cp_convert): Always call build_cplus_new for a ctor.
1182 * cvt.c (convert_pointer_to_vbase): Remove code that doesn't work.
1579 * cvt.c (convert_force): Pass LOOKUP_NORMAL to cp_convert.
1610 * cvt.c (convert_to_reference): Only complain, if complaints are
[all …]
HDChangeLog-199383 * cp-cvt.c (build_default_binary_type_conversion): Make error
271 * cp-cvt.c (convert): Pass an argument for errtype to
283 * cp-cvt.c (convert_to_reference): Stop using warn_for_assignment.
294 * cp-cvt.c (convert_to_aggr): Make sure to always set H_LEN.
501 * cp-cvt.c (convert_force): Add code to perform casting of pointer
538 * cp-cvt.c (cp_convert_to_pointer): Import code from
/NextBSD/usr.bin/less/
HDMakefile4 SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c cvt.c \
/NextBSD/contrib/gcclibs/libcpp/
HDcharset.c1044 struct cset_converter cvt in convert_ucn() local
1058 else if (!APPLY_CONVERSION (cvt, buf, 6 - bytesleft, tbuf)) in convert_ucn()
1222 struct cset_converter cvt in convert_escape() local
1291 if (!APPLY_CONVERSION (cvt, &c, 1, tbuf)) in convert_escape()
1311 struct cset_converter cvt in cpp_interpret_string() local
1334 if (!APPLY_CONVERSION (cvt, base, p - base, &tbuf)) in cpp_interpret_string()
/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetSelectionDAG.td544 // Do not use cvt directly. Use cvt forms below
545 def cvt : SDNode<"ISD::CONVERT_RNDSAT", SDTConvertOp>;
1012 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{
1017 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{
1022 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{
1027 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{
1032 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{
1037 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{
1042 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{
1047 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{
[all …]
/NextBSD/gnu/usr.bin/cc/cc1plus/
HDMakefile12 SRCS+= main.c cp-lang.c c-opts.c call.c class.c cvt.c cxx-pretty-print.c \
/NextBSD/contrib/elftoolchain/libelf/
HDlibelf_convert.m487 # NOCVT(TYPE) -- Do not generate the cvt[] structure entry for TYPE
356 # Generate the contents of one `struct cvt' instance.
370 # Generate the `struct cvt[]' array.
1048 static struct converters cvt[ELF_T_NUM] = {
1085 (direction == ELF_TOFILE ? cvt[t].tof32 : cvt[t].tom32) :
1086 (direction == ELF_TOFILE ? cvt[t].tof64 : cvt[t].tom64));
/NextBSD/contrib/ntp/sntp/ag-tpl/0-old/
HDcmd-doc.tlib221 (define cvt-fn (find-file (string-append
223 (if (not (defined? 'cvt-fn))
243 "fn='" cvt-fn "'\n"
432 (define cvt-cmd "")
437 (set! cvt-cmd (string-append (get "option-format") "2mdoc"))
574 "fn='" (find-file cvt-cmd)
575 "'\ntest -f ${fn} || die '" cvt-cmd " not found'\n"
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXInstrInfo.td300 // Generate a cvt to the given type from all possible types.
306 !strconcat("cvt${mode:base}${mode:ftz}${mode:sat}.",
311 !strconcat("cvt${mode:base}${mode:ftz}${mode:sat}.",
316 !strconcat("cvt${mode:base}${mode:ftz}${mode:sat}.",
321 !strconcat("cvt${mode:base}${mode:ftz}${mode:sat}.",
326 !strconcat("cvt${mode:base}${mode:ftz}${mode:sat}.",
331 !strconcat("cvt${mode:base}${mode:ftz}${mode:sat}.",
336 !strconcat("cvt${mode:base}${mode:ftz}${mode:sat}.",
341 !strconcat("cvt${mode:base}${mode:ftz}${mode:sat}.",
346 !strconcat("cvt${mode:base}${mode:ftz}${mode:sat}.",
[all …]

12