Home
last modified time | relevance | path

Searched refs:negative (Results 1 – 25 of 65) sorted by relevance

123

/haiku/src/system/libroot/posix/glibc/include/
H A Dieee754.h36 unsigned int negative:1; member
43 unsigned int negative:1; member
51 unsigned int negative:1; member
60 unsigned int negative:1; member
76 unsigned int negative:1; member
86 unsigned int negative:1; member
93 unsigned int negative:1; member
102 unsigned int negative:1; member
113 unsigned int negative:1;
121 unsigned int negative:1;
[all …]
H A Dgmp.h21 int negative);
/haiku/src/bin/unzip/
H A Dunzip.c1067 int argc, c, error=FALSE, negative=0; variable
1083 ++negative;
1087 if (negative) { /* negative not allowed with -/ swap */
1097 if (negative) {
1098 uO.aflag = MAX(uO.aflag-negative,0);
1099 negative = 0;
1110 if (negative) {
1112 uO.bflag = MAX(uO.bflag-negative,0);
1114 negative = 0; /* do nothing: "-b" is default */
1128 if (negative)
[all …]
H A Dzipinfo.c438 int argc, c, error=FALSE, negative=0; variable
456 ++negative;
459 if (negative)
460 uO.lflag = -2, negative = 0;
465 if (negative)
466 uO.lflag = -2, negative = 0;
472 if (negative)
473 uO.C_flag = FALSE, negative = 0;
479 if (negative)
480 hflag_2 = hflag_slmv = FALSE, negative = 0;
[all …]
/haiku/src/apps/mediaplayer/support/
H A DDurationToString.cpp15 bool negative = seconds < 0; in duration_to_string() local
16 if (negative) in duration_to_string()
26 B_PRId32, negative ? "-" : "", hours, minutes, seconds); in duration_to_string()
29 negative ? "-" : "", minutes, seconds); in duration_to_string()
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Dmpn2dbl.c29 __mpn_construct_double (mp_srcptr frac_ptr, int expt, int negative) in __mpn_construct_double() argument
33 u.ieee.negative = negative; in __mpn_construct_double()
H A Dmpn2flt.c33 u.ieee.negative = sign; in __mpn_construct_float()
H A Dmpn2ldbl.c34 u.ieee.negative = sign; in __mpn_construct_long_double()
H A Dldbl2mpn.c40 *is_neg = u.ieee.negative; in __mpn_extract_long_double()
H A Ddbl2mpn.c38 *is_neg = u.ieee.negative; in __mpn_extract_double()
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_size.c115 int negative = 0; in printf_size() local
137 negative = 0; in printf_size()
144 negative = fpnum.ldbl.d < 0; in printf_size()
163 negative = 0; in printf_size()
170 negative = fpnum.dbl.d < 0; in printf_size()
184 if (negative || info->showsign || info->space) in printf_size()
191 if (negative) in printf_size()
H A Dprintf_fphex.c205 int negative; in __printf_fphex() local
269 negative = 0; in __printf_fphex()
287 negative = signbit (fpnum.ldbl.d); in __printf_fphex()
308 negative = 0; in __printf_fphex()
326 negative = signbit (fpnum.dbl.d); in __printf_fphex()
334 if (negative || info->showsign || info->space) in __printf_fphex()
341 if (negative) in __printf_fphex()
516 width -= ((negative || info->showsign || info->space) in __printf_fphex()
532 if (negative) in __printf_fphex()
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtod.c152 extern FLOAT MPN2FLOAT (mp_srcptr mpn, int exponent, int negative);
209 round_and_return (mp_limb_t *retval, int exponent, int negative, in round_and_return() argument
292 return negative ? -FLOAT_HUGE_VAL : FLOAT_HUGE_VAL; in round_and_return()
294 return MPN2FLOAT (retval, exponent, negative); in round_and_return()
441 int negative; /* The sign of the number. */ variable
542 negative = 0;
556 negative = 1;
591 return negative ? -FLOAT_HUGE_VAL : FLOAT_HUGE_VAL;
852 result = negative ? -0.0 : 0.0;
858 negative ? -FLOAT_HUGE_VAL : FLOAT_HUGE_VAL);
[all …]
H A Dstrtol.c233 int negative; variable
306 negative = 0;
309 negative = 1;
493 && i > (negative
505 return negative ? STRTOL_LONG_MIN : STRTOL_LONG_MAX;
510 return negative ? -i : i;
H A Derand48_r.c40 temp.ieee.negative = 0;
/haiku/docs/user/app/
H A DMessageRunner.dox68 A negative value indicates that the message will be sent
88 A negative value indicates that the message will be sent
111 A negative value indicates that the message will be sent
135 A negative value indicates that the message will be sent
175 \retval B_BAD_VALUE \a interval was \c 0 or negative, or the message runner
187 A negative value indicates that the message will be sent
193 \retval B_BAD_VALUE \a interval was \c 0 or negative, or the message runner
216 \retval B_BAD_VALUE \a interval was 0 or negative, or the message runner
239 A negative value indicates that the message will be sent
262 A negative value indicates that the message will be sent
/haiku/src/apps/cortex/ValControl/
H A DValControlDigitSegment.cpp104 bool negative) { in setValue() argument
108 m_negative == negative) in setValue()
112 m_negative = negative; in setValue()
H A DValControlDigitSegment.h87 bool negative);
/haiku/src/system/libroot/posix/glibc/arch/ppc/
H A Dldbl2mpn.c40 *is_neg = u.ieee.negative; in __mpn_extract_long_double()
/haiku/src/system/libroot/posix/glibc/arch/x86/
H A Dldbl2mpn.c39 *is_neg = u.ieee.negative; in __mpn_extract_long_double()
/haiku/docs/user/net/
H A DDatagramSocket.dox128 negative error code.
156 \return the number of bytes actually written, or a negative error code.
169 a negative error code.
/haiku/src/bin/
H A Dxres.cpp728 bool negative = false; in parse_resource_id() local
730 negative = true; in parse_resource_id()
746 resourceID.id = (negative ? -id : id); in parse_resource_id()
/haiku/src/bin/rc/tests/
H A Dmessage.rdef88 // Note: negative "what" values are allowed, but the decompiler converts
89 // them to unsigned, just like type codes (which cannot be negative).
/haiku/src/system/kernel/lib/
H A Dkernel_vsprintf.cpp122 sign_symbol(int flags, bool negative) in sign_symbol() argument
127 if (negative) in sign_symbol()
/haiku/build/jam/
H A DHelperRules107 # * none of the negative conditions it contains hold and
112 # A negative condition is an element that starts with a "!". It holds when

123