HomeSort by: relevance | last modified time | path
    Searched defs:is_negative (Results 1 - 7 of 7) 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/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/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/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/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/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) {

Completed in 28 milliseconds