Searched refs:set (Results 151 - 175 of 1536) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DdecNumber.c51 /* To avoid these, set DECDPUN <= 4 (see documentation). */
68 /* flag in the decContext is set (is 1). */
92 /* is inappropriate for the operation and DECCHECK is not set. */
94 /* 7. Subset arithmetic is available only if DECSUBSET is set to 1. */
112 /* the call to set status may not return (if the handler uses long */
120 /* call decStatus even if traps are set in the context) and should */
277 /* harness completes a set of tests). This checking may be unreliable */
315 /* No error is possible, and no status can be set. */
337 /* set -- the context used for processing any error, */
339 /* (set
352 decNumberFromString(decNumber * dn, const char chars[], decContext * set) argument
653 decNumberAbs(decNumber * res, const decNumber * rhs, decContext * set) argument
685 decNumberAdd(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
708 decNumberCompare(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
731 decNumberDivide(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
754 decNumberDivideInteger(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
777 decNumberMax(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
800 decNumberMin(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
824 decNumberMinus(decNumber * res, const decNumber * rhs, decContext * set) argument
858 decNumberPlus(decNumber * res, const decNumber * rhs, decContext * set) argument
889 decNumberMultiply(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
911 decNumberNormalize(decNumber * res, const decNumber * rhs, decContext * set) argument
976 decNumberPower(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
1263 decNumberQuantize(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
1292 decNumberRescale(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
1315 decNumberRemainder(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
1338 decNumberRemainderNear(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
1455 decNumberSquareRoot(decNumber * res, const decNumber * rhs, decContext * set) argument
1796 decNumberSubtract(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
1825 decNumberToIntegralValue(decNumber * res, const decNumber * rhs, decContext * set) argument
2230 decAddOp(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set, uByte negate, uInt * status) argument
2707 decDivideOp(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set, Flag op, uInt * status) argument
3430 decMultiplyOp(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set, uInt * status) argument
3612 decQuantizeOp(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set, Flag quant, uInt * status) argument
3795 decCompareOp(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set, Flag op, uInt * status) argument
4575 decRoundOperand(const decNumber * dn, decContext * set, uInt * status) argument
4614 decCopyFit(decNumber * dest, const decNumber * src, decContext * set, Int * residue, uInt * status) argument
4662 decSetCoeff(decNumber * dn, decContext * set, const Unit * lsu, Int len, Int * residue, uInt * status) argument
4872 decApplyRound(decNumber * dn, decContext * set, Int residue, uInt * status) argument
5080 decFinish(decNumber * dn, decContext * set, Int * residue, uInt * status) argument
5121 decFinalize(decNumber * dn, decContext * set, Int * residue, uInt * status) argument
5182 decSetOverflow(decNumber * dn, decContext * set, uInt * status) argument
5266 decSetSubnormal(decNumber * dn, decContext * set, Int * residue, uInt * status) argument
5362 decGetInt(const decNumber * dn, decContext * set) argument
5532 decStatus(decNumber * dn, uInt status, decContext * set) argument
5708 decCheckOperands(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
5766 decCheckNumber(const decNumber * dn, decContext * set) argument
[all...]
H A Ddecimal128.c63 /* set is the context, used only for reporting errors */
65 /* The set argument is used only for status reporting and for the */
71 /* DEC_Clamped is set if the number has to be 'folded down' to fit, */
76 decimal128FromNumber (decimal128 * d128, const decNumber * dn, decContext * set) argument
82 uByte isneg = dn->bits & DECNEG; /* non-0 if original sign set */
96 dc.round = set->round; /* use supplied rounding */
128 /* set and clamp exponent */
183 decContextSetStatus (set, status); /* pass on status */
202 /* set the sign if negative */
272 /* No error is possible, and no status can be set
308 decimal128FromString(decimal128 * result, const char *string, decContext * set) argument
[all...]
H A Ddecimal32.c63 /* set is the context, used only for reporting errors */
65 /* The set argument is used only for status reporting and for the */
71 /* DEC_Clamped is set if the number has to be 'folded down' to fit, */
76 decimal32FromNumber (decimal32 * d32, const decNumber * dn, decContext * set) argument
82 uByte isneg = dn->bits & DECNEG; /* non-0 if original sign set */
96 dc.round = set->round; /* use supplied rounding */
128 /* set and clamp exponent */
180 decContextSetStatus (set, status); /* pass on status */
199 /* set the sign if negative */
264 /* No error is possible, and no status can be set
300 decimal32FromString(decimal32 * result, const char *string, decContext * set) argument
[all...]
H A Ddecimal64.c63 /* set is the context, used only for reporting errors */
65 /* The set argument is used only for status reporting and for the */
71 /* DEC_Clamped is set if the number has to be 'folded down' to fit, */
76 decimal64FromNumber (decimal64 * d64, const decNumber * dn, decContext * set) argument
82 uByte isneg = dn->bits & DECNEG; /* non-0 if original sign set */
96 dc.round = set->round; /* use supplied rounding */
128 /* set and clamp exponent */
179 decContextSetStatus (set, status); /* pass on status */
198 /* set the sign if negative */
263 /* No error is possible, and no status can be set
299 decimal64FromString(decimal64 * result, const char *string, decContext * set) argument
[all...]
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Dfortran.c128 omp_set_dynamic_ (const int32_t *set) argument
130 omp_set_dynamic (*set);
134 omp_set_dynamic_8_ (const int64_t *set) argument
136 omp_set_dynamic (*set);
140 omp_set_nested_ (const int32_t *set) argument
142 omp_set_nested (*set);
146 omp_set_nested_8_ (const int64_t *set) argument
148 omp_set_nested (*set);
152 omp_set_num_threads_ (const int32_t *set) argument
154 omp_set_num_threads (*set);
158 omp_set_num_threads_8_(const int64_t *set) argument
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dsigsetmask.c8 @deftypefn Supplemental int sigsetmask (int @var{set})
10 Sets the signal mask to the one provided in @var{set} and returns
28 sigsetmask (int set) argument
34 if (set != 0) {
/freebsd-11-stable/contrib/gdb/
H A Ddjunpack.bat20 set GDBVER=gdb-6.1.1
52 set GDBVER=
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-decode.c52 the commands callback and func() are set. The latter set to a
292 /* Add element named NAME to command list LIST (the list for set/show
325 SET_RESULT and SHOW_RESULT, if not NULL, are set to the resulting
339 struct cmd_list_element *set;
341 set = add_set_or_show_cmd (name, set_cmd, class, var_type, var,
344 set_cmd_sfunc (set, set_func);
351 *set_result = set;
387 /* Add element named NAME to command list LIST (the list for set
410 /* Add an auto-boolean command named NAME to both the set an
338 struct cmd_list_element *set; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddemangle.c37 the executable it has loaded. It can be set to a specific style ("gnu",
39 selection of the style unless you do an explicit "set demangle auto".
40 To select one of these as the default, set DEFAULT_DEMANGLING_STYLE in
50 "set demangle-style" command, printed as part of the output by the
62 /* Set current demangling style. Called by the "set demangle-style"
142 /* Fake a "set demangle-style" command. */
177 struct cmd_list_element *set, *show; local
192 set = add_set_enum_cmd ("demangle-style", class_support,
196 Use `set demangle-style' without arguments for a list of demangling styles.",
198 show = add_show_from_set (set,
[all...]
H A Deval.c46 /* JYG: lookup rtti type of STRUCTOP_PTR when this is set to continue
296 error ("don't know which variant you want to set");
313 /* Now actually set the field in struct_val. */
565 struct value *set = allocate_value (expect_type);
566 char *valaddr = VALUE_CONTENTS_RAW (set);
577 error ("(power)set type with unknown size");
634 return set;
1201 /* nothing to be done; argvec already correctly set up */
1207 /* nothing to be done; argvec already correctly set up */
1394 /* HP aCC generates offsets that have bit #29 set; tur
563 struct value *set = allocate_value (expect_type); local
[all...]
H A Dgnu-nat.c126 int proc_trace (struct proc *proc, int set);
456 /* We previously set the exception port, and it's still set. So we
457 just keep the old saved port which is what the proc set. */
515 proc_trace (struct proc *proc, int set)
522 proc_debug (proc, "tracing %s", set ? "on" : "off");
524 if (set)
1104 /* Sets the resume_sc of each thread in inf. That of RUN_THREAD is set to 0,
1105 and others are set to their run_sc if RUN_OTHERS is true, and otherwise
1197 (plus whatever other thread are set t
510 proc_trace(struct proc *proc, int set) argument
[all...]
H A Dlanguage.c31 return data out of a "language-specific" struct pointer that is set
110 (If the modes are set to "auto", though, these are changed based
138 /* The "set language/type/range" commands all put stuff in these
139 buffers. This is to make them work as set/show commands. The
158 /* Show command. Display a warning if the language set
1114 "\"set check\" must be followed by the name of a check subcommand.\n");
1115 help_list (setchecklist, "set check ", -1, gdb_stdout);
1125 /* Add a language to the set of known languages. */
1393 struct cmd_list_element *set, *show;
1397 set
1382 struct cmd_list_element *set, *show; local
[all...]
H A Dlin-lwp.c94 /* If the last reported event was a SIGTRAP, this variable is set to
250 /* Call CALLBACK with its second argument set to DATA for every LWP in
705 a pointer to a set of signals to be flushed immediately. */
844 /* Check whether PID has any pending signals in FLUSH_MASK. If so set
1853 /* Return the set of signals used by the threads library in *SET. */
1856 lin_thread_get_thread_signals (sigset_t *set)
1861 sigemptyset (set);
1871 sigaddset (set, restart);
1872 sigaddset (set, cancel);
1847 lin_thread_get_thread_signals(sigset_t *set) argument
H A Dm2-exp.y153 %type <voidval> exp type_exp start set
323 exp : set
326 exp : exp IN set
338 set : '{' arglist '}'
584 /* block_found is set by lookup_symbol. */
337 set : '{' arglist '}' label
H A Dnto-procfs.c88 /* These two globals are only ever set in procfs_open(), but are
611 sigset_t set; local
626 sigemptyset (&set);
627 sigaddset (&set, SIGUSR1);
633 sigwaitinfo (&set, &info);
708 general register set and floating point registers (if supported)
974 sigset_t set; local
1036 sigemptyset (&set);
1037 sigaddset (&set, SIGUSR1);
1038 sigprocmask (SIG_UNBLOCK, &set, NUL
1313 sigset_t set; local
[all...]
H A Dremote-mips.c152 static int common_breakpoint (int set, CORE_ADDR addr, int len,
321 to some new value, the GDB `set monitor-prompt' command must also
324 If the `set monitor-prompt' command is not used, the expected
325 default prompt will be set according the target:
404 from 0 to 255 returned by the LSI PMON when a breakpoint is set.
418 #define W_WARN 0x100 /* This bit is set if the error code is a warning */
423 #define E_ERR 0x200 /* This bit is set if the error code is an error */
454 /* Set to 1 with the 'set monitor-warnings' command to enable printing
841 /* Increment the sequence number. This will set mips_send_seq to
1185 R set registe
2401 common_breakpoint(int set, CORE_ADDR addr, int len, enum break_type type) argument
[all...]
H A Dremote.c332 /* This is set to the data address of the access causing the target
397 request), ``current_*'' (what was actually set) and ``forced_*''
478 instead allowed to set the size to something arbitrarily
663 /* set/show TITLE-packet {auto,on,off} */
669 /* set/show remote NAME-packet {auto,on,off} -- legacy */
727 /* The user set it wrong. */
815 /* Should we try the 'P' (set register) request? */
920 /* For compatibility with older distributions. Provide a ``set remote
950 This variable (available to the user via "set remote X-packet")
965 This is an auto-detect variable (set t
1855 int set; local
[all...]
H A Dvalarith.c179 verbosity is set, warn about invalid indices (but still use them). */
632 or a repeat count and a value to be repeated. INVAL1 is set to the
633 first of two concatenated values, or the repeat count. INVAL2 is set
1402 value_in (struct value *element, struct value *set)
1405 struct type *settype = check_typedef (VALUE_TYPE (set));
1416 member = value_bit_index (settype, VALUE_CONTENTS (set),
1395 value_in(struct value *element, struct value *set) argument
H A Dvalue.h152 is set for some member of a value chain, it is assumed that
157 lazy flag is set and reset, be sure to consider this use as
426 extern struct value *value_in (struct value *element, struct value *set);
H A Dwince.c66 /* If we're not using the old Cygwin header file set, define the
107 /* Valid options for 'set remoteupload'. Note that options
129 static char *remote_upload = NULL; /* Set by set remoteupload */
1558 'set remoteupload' specification. */
1713 error ("couldn't set up server for connection.");
1933 /* Handle 'set remoteupload' parameter. */
1971 struct cmd_list_element *set; local
1982 set = add_set_cmd ((char *) "remoteupload", no_class,
1986 add_show_from_set (set, &showlist);
1987 set_cmd_cfunc (set, set_upload_typ
[all...]
/freebsd-11-stable/contrib/gperf/src/
H A Dinput.cc472 option.set (TYPE);
476 option.set (UPPERLOWER);
510 option.set (SEVENBIT);
514 option.set (LENTABLE);
518 option.set (COMP);
522 option.set (CONST);
526 option.set (ENUM);
530 option.set (INCLUDE);
534 option.set (GLOBAL);
538 option.set (SHAREDLI
[all...]
H A Doptions.h136 /* Tests a given boolean option. Returns true if set, false otherwise. */
139 void set (Option_Type option);
147 /* Sets the output language, if not already set. */
161 /* Sets the total number of switch statements, if not already set. */
169 /* Sets the generated function name, if not already set. */
174 /* Sets the keyword key name, if not already set. */
179 /* Sets the struct initializer suffix, if not already set. */
184 /* Sets the generated class name, if not already set. */
189 /* Sets the hash function name, if not already set. */
194 /* Sets the hash table array name, if not already set
[all...]
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex116 % Set up fixed words for English if not already set.
183 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
275 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
705 \endgraf % Not \par, as it may have been set to \lisppar.
1167 % can be set). So we test for \relax and 0 as well as \undefined,
1204 % We have to set dummies so commands such as @code in a section title
1414 % So we set up a \sf.
1597 % of just \STYLE. We do this because \STYLE needs to also set the
1599 % \tenSTYLE to set the current font.
1720 % @var is set t
[all...]
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp56 #define ANCHOR_TEMPLATE "heading" /* if simple anchor is set we use this */
82 static string job_name; /* if set then the output is split into */
1656 void set (const char *c, const char *v,
1825 void assert_state::set (const char *c, const char *v, function in class:assert_state
1871 set(&c[1], v, f, l);
2236 * set values rather than generate spaces
2258 * do_centered_image - set a flag such that the next devtag is
2268 * do_right_image - set a flag such that the next devtag is
2278 * do_left_image - set a flag such that the next devtag is
2580 // finally set th
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dlabel.y1111 void int_set::set(int i)
1133 last_name_unambiguous.set(i);

Completed in 327 milliseconds

1234567891011>>