/haiku/src/system/libroot/posix/glibc/include/ |
H A D | ieee754.h | 36 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 D | gmp.h | 21 int negative);
|
/haiku/src/bin/unzip/ |
H A D | unzip.c | 1067 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 D | zipinfo.c | 438 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 D | DurationToString.cpp | 15 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 D | mpn2dbl.c | 29 __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 D | mpn2flt.c | 33 u.ieee.negative = sign; in __mpn_construct_float()
|
H A D | mpn2ldbl.c | 34 u.ieee.negative = sign; in __mpn_construct_long_double()
|
H A D | ldbl2mpn.c | 40 *is_neg = u.ieee.negative; in __mpn_extract_long_double()
|
H A D | dbl2mpn.c | 38 *is_neg = u.ieee.negative; in __mpn_extract_double()
|
/haiku/src/system/libroot/posix/glibc/stdio-common/ |
H A D | printf_size.c | 115 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 D | printf_fphex.c | 205 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 D | strtod.c | 152 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 D | strtol.c | 233 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 D | erand48_r.c | 40 temp.ieee.negative = 0;
|
/haiku/docs/user/app/ |
H A D | MessageRunner.dox | 68 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 D | ValControlDigitSegment.cpp | 104 bool negative) { in setValue() argument 108 m_negative == negative) in setValue() 112 m_negative = negative; in setValue()
|
H A D | ValControlDigitSegment.h | 87 bool negative);
|
/haiku/src/system/libroot/posix/glibc/arch/ppc/ |
H A D | ldbl2mpn.c | 40 *is_neg = u.ieee.negative; in __mpn_extract_long_double()
|
/haiku/src/system/libroot/posix/glibc/arch/x86/ |
H A D | ldbl2mpn.c | 39 *is_neg = u.ieee.negative; in __mpn_extract_long_double()
|
/haiku/docs/user/net/ |
H A D | DatagramSocket.dox | 128 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 D | xres.cpp | 728 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 D | message.rdef | 88 // 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 D | kernel_vsprintf.cpp | 122 sign_symbol(int flags, bool negative) in sign_symbol() argument 127 if (negative) in sign_symbol()
|
/haiku/build/jam/ |
H A D | HelperRules | 107 # * none of the negative conditions it contains hold and 112 # A negative condition is an element that starts with a "!". It holds when
|