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

  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_lib.c 432 endianness_t endianness, signedness_t signedness)
477 /* Take note of the signedness of the input bytes*/
478 if (signedness == SIGNED) {
544 endianness_t endianness, signedness_t signedness)
560 /* Take note of the signedness of the bignum */
561 if (signedness == SIGNED) {
568 * correspond to the signedness of the bignum with regards
  /src/external/gpl3/gcc/dist/gcc/
poly-int.h 51 - poly_coeff_traits<T>::signedness is:
73 static const int signedness = (T (0) >= T (-1)); member in struct:poly_coeff_traits
75 static const T max_value = (signedness
79 static const int rank = sizeof (T) * 2 + !signedness;
90 static const int signedness = -1; member in struct:poly_coeff_traits
104 static const int signedness = 1; member in struct:poly_coeff_traits
118 static const int signedness = 1; member in struct:poly_coeff_traits
134 - T1 should be a type with the same signedness as T2 and no less
144 static const bool lossless_p = (poly_coeff_traits<T1>::signedness
145 == poly_coeff_traits<T2>::signedness
    [all...]
dwarf2ctf.cc 736 unsigned int signedness = get_AT_unsigned (enumeration, DW_AT_encoding); local
761 (signedness == DW_ATE_unsigned),
dumpfile.cc 1038 STATIC_ASSERT (poly_coeff_traits<C>::signedness >= 0);
1039 signop sgn = poly_coeff_traits<C>::signedness ? SIGNED : UNSIGNED;
  /src/external/gpl3/gcc.old/dist/gcc/
poly-int.h 52 - poly_coeff_traits<T>::signedness is:
70 static const int signedness = (T (0) >= T (-1)); member in struct:poly_coeff_traits
72 static const T max_value = (signedness
76 static const int rank = sizeof (T) * 2 + !signedness;
84 static const int signedness = -1; member in struct:poly_coeff_traits
95 static const int signedness = 1; member in struct:poly_coeff_traits
108 - T1 should be a type with the same signedness as T2 and no less
118 static const bool lossless_p = (poly_coeff_traits<T1>::signedness
119 == poly_coeff_traits<T2>::signedness
122 : (poly_coeff_traits<T1>::signedness ==
    [all...]
dumpfile.cc 1041 STATIC_ASSERT (poly_coeff_traits<C>::signedness >= 0);
1042 signop sgn = poly_coeff_traits<C>::signedness ? SIGNED : UNSIGNED;
  /src/external/gpl3/binutils/dist/gas/config/
tc-wasm32.c 62 #define WASM_OPCODE(opcode, name, intype, outtype, class, signedness) \
  /src/external/gpl3/binutils/dist/opcodes/
wasm32-dis.c 97 #define WASM_OPCODE(opcode, name, intype, outtype, clas, signedness) \
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-wasm32.c 62 #define WASM_OPCODE(opcode, name, intype, outtype, class, signedness) \
  /src/external/gpl3/binutils.old/dist/opcodes/
wasm32-dis.c 97 #define WASM_OPCODE(opcode, name, intype, outtype, clas, signedness) \
  /src/external/gpl3/gdb.old/dist/opcodes/
wasm32-dis.c 97 #define WASM_OPCODE(opcode, name, intype, outtype, clas, signedness) \
  /src/external/gpl3/gdb/dist/opcodes/
wasm32-dis.c 97 #define WASM_OPCODE(opcode, name, intype, outtype, clas, signedness) \
  /src/lib/libc/time/
Makefile 379 -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation \
  /src/external/public-domain/tz/dist/
Makefile 379 -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation \

Completed in 24 milliseconds