Home
last modified time | relevance | path

Searched defs:is_signed (Results 1 – 25 of 25) sorted by relevance

/external/eigen/test/
Dinteger_types.cpp24 enum { is_signed = (Scalar(-1) > Scalar(0)) ? 0 : 1 }; in signed_integer_type_tests() enumerator
56 enum { is_signed = (Scalar(-1) > Scalar(0)) ? 0 : 1 }; in integer_type_tests() enumerator
/external/mesa3d/src/compiler/nir/
Dnir_lower_idiv.c44 bool is_signed; in convert_instr() local
/external/mesa3d/src/mesa/main/
Dtexcompress_bptc.c761 bool is_signed) in extract_float_endpoints()
846 bool is_signed) in fetch_rgb_float_from_block()
927 bool is_signed) in fetch_bptc_rgb_float()
1339 clamp_value(float value, bool is_signed) in clamp_value()
1361 bool is_signed) in get_endpoints_float()
1490 get_endpoint_value(float value, bool is_signed) in get_endpoint_value()
1523 bool is_signed) in compress_rgb_float_block()
1561 bool is_signed) in compress_rgb_float()
1588 bool is_signed) in texstore_bptc_rgb_float()
Dglformats.c3408 bool normalized = false, is_float = false, is_signed = false; in _mesa_format_from_format_and_type() local
Dformat_utils.c278 bool normalized, dst_integer, src_integer, is_signed; in _mesa_format_convert() local
/external/google-breakpad/src/common/
Dbyte_cursor.h119 ByteCursor &Read(size_t size, bool is_signed, T *result) { in Read()
Ddwarf_cu_to_module_unittest.cc172 void SetLanguageSigned(bool is_signed) { language_signed_ = is_signed; } in SetLanguageSigned()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir-a2xx.h80 bool is_signed : 1; member
159 enum a2xx_sq_surfaceformat fmt, bool is_signed, int stride) in ir2_instr_create_vtx_fetch()
/external/libchrome/base/numerics/
Dsafe_numerics_unittest.cc85 numeric_limits<Dst>::is_signed, in TestSpecializedArithmetic()
126 static void TestSpecializedArithmetic( in TestSpecializedArithmetic()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_surface_builder.cpp745 const color_u &widths, bool is_signed) in emit_convert_to_integer()
785 const color_u &widths, bool is_signed) in emit_convert_from_scaled()
815 const color_u &widths, bool is_signed) in emit_convert_to_scaled()
Dbrw_vec4_nir.cpp1127 bool is_signed) in emit_find_msb_using_lzd()
Dbrw_reg.h323 brw_int_type(unsigned sz, bool is_signed) in brw_int_type()
Dbrw_fs_nir.cpp507 bool is_signed) in emit_find_msb_using_lzd()
/external/nanopb-c/generator/google/protobuf/
Dtext_format.py628 def ParseInteger(text, is_signed=False, is_long=False): argument
/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.cpp253 bool is_signed = false; in CheckChromeEnum() local
/external/protobuf/python/google/protobuf/
Dtext_format.py1102 def ParseInteger(text, is_signed=False, is_long=False): argument
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp131 #define X(val, is_signed, swapped64, C_32, C1_64, C2_64, C_V, INV_V, NEG_V) \ argument
147 #define X(val, is_signed, swapped64, C_32, C1_64, C2_64, C_V, INV_V, NEG_V) \ argument
170 #define X(val, is_signed, swapped64, C_32, C1_64, C2_64, C_V, INV_V, NEG_V) \ argument
183 #define X(val, is_signed, swapped64, C_32, C1_64, C2_64, C_V, INV_V, NEG_V) \ argument
4746 #define X(val, is_signed, swapped64, C_32, C1_64, C2_64, C_V, INV_V, NEG_V) \ in lowerIcmp() argument
/external/python/cpython2/Objects/
Dlongobject.c525 int little_endian, int is_signed) in _PyLong_FromByteArray()
637 int little_endian, int is_signed) in _PyLong_AsByteArray()
/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c1247 bool is_signed = (util_format_description(surface_fmts[i]) in test_surface_st() local
/external/python/cpython2/Lib/
Ddecimal.py3041 def is_signed(self): member in Decimal
4414 def is_signed(self, a): member in Context
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp154 static bool is_signed(const Context& context, const Type& type) { in is_signed() function
/external/pcre/dist2/src/sljit/
DsljitNativeTILEGX-encoder.c254 unsigned int is_signed : 1; member
/external/clang/test/SemaCXX/
Dtype-traits.cpp1209 void is_signed() in is_signed() function
/external/vixl/src/aarch64/
Dlogic-aarch64.cc2344 bool is_signed, in addlp()
/external/valgrind/VEX/priv/
Dguest_s390_toIR.c5658 s390_irgen_load_and_add32(UChar r1, UChar r3, IRTemp op2addr, Bool is_signed) in s390_irgen_load_and_add32()
5692 s390_irgen_load_and_add64(UChar r1, UChar r3, IRTemp op2addr, Bool is_signed) in s390_irgen_load_and_add64()