HomeSort by: relevance | last modified time | path
    Searched refs:is_negative (Results 1 - 17 of 17) sorted by relevancy

  /src/tests/lib/libm/
t_bit.c 22 bool is_negative; member in struct:__anon7883
44 bool is_negative; member in struct:__anon7884
68 if (signbit(iterator_f) != values[i].is_negative) {
73 if (signbit(iterator_d) != values[i].is_negative) {
78 if (signbit(iterator_l) != values[i].is_negative) {
87 ldbl_values[i].is_negative) {
  /src/external/bsd/top/dist/
ap_snprintf.c 341 * - is_negative is set to TRUE or FALSE depending on the sign
353 register bool_int *is_negative, char *buf_end,
361 *is_negative = FALSE;
364 *is_negative = (num < 0);
375 if (*is_negative) {
400 register bool_int *is_negative, char *buf_end,
412 return(conv_10( (wide_int)num, is_unsigned, is_negative,
417 *is_negative = FALSE;
420 *is_negative = (num < 0);
431 if (*is_negative) {
461 bool_int is_negative; local
481 bool_int is_negative; local
685 bool_int is_negative; local
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
generic-morestack.c 318 int is_negative; local
324 is_negative = 0;
327 is_negative = 1;
340 if (is_negative)
  /src/external/gpl3/gcc.old/dist/libgcc/
generic-morestack.c 318 int is_negative; local
324 is_negative = 0;
327 is_negative = 1;
340 if (is_negative)
  /src/external/gpl3/gcc/dist/gcc/
double-int.h 169 bool is_negative () const;
401 double_int::is_negative () const
double-int.cc 1483 if (!uns && cst.is_negative ())
1505 if (!uns && val.is_negative ())
fold-const.cc 2293 && temp_trunc.is_negative ()
2300 (temp.is_negative ()
  /src/external/gpl3/gcc.old/dist/gcc/
double-int.h 169 bool is_negative () const;
401 double_int::is_negative () const
double-int.cc 1483 if (!uns && cst.is_negative ())
1505 if (!uns && val.is_negative ())
fold-const.cc 2139 && temp_trunc.is_negative ()
2146 (temp.is_negative ()
  /src/crypto/external/bsd/openssl/dist/crypto/
params.c 69 static int is_negative(const void *number, size_t s) function
141 is_negative(src, src_len) ? 0xff : 0, 1);
155 if (is_negative(src, src_len))
  /src/crypto/external/apache2/openssl/dist/crypto/
params.c 93 static int is_negative(const void *number, size_t s) function
169 is_negative(src, src_len) ? 0xff : 0, 1);
183 if (is_negative(src, src_len)) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h 462 struct is_negative { struct in namespace:llvm::PatternMatch
467 inline cst_pred_ty<is_negative> m_Negative() {
468 return cst_pred_ty<is_negative>();
470 inline api_pred_ty<is_negative> m_Negative(const APInt *&V) {
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++20/
tzdb.cc 410 string z(1, "+-"[t.is_negative()]);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
chrono_io.h 509 __is_neg = __t.is_negative();
1337 __s = _S_plus_minus[__hms.is_negative()];
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc 16056 if (!ival.is_negative())
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc 14848 if (!ival.is_negative())

Completed in 90 milliseconds