Home
last modified time | relevance | path

Searched defs:SignType (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/multiprecision/cpp_int/
Dimport_export.hpp69 inline void resize_to_bit_size(cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>& new… in resize_to_bit_size() argument
81 inline void resize_to_bit_size(cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>& new… in resize_to_bit_size() argument
89 …number<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemplates>& val,… in import_bits_generic() argument
126 …number<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemplates>& val,… in import_bits_fast() argument
142 …number<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemplates>& val,… in import_bits_fast() argument
160 …number<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemplates>& val,… in import_bits() argument
168 …number<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemplates>& val,… in import_bits() argument
208 …const number<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemplates>… in export_bits() argument
Dserialize.hpp193 void serialize(Archive& ar, mp::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>& va… in serialize() argument
Dcomparison.hpp28 eval_eq(const cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>& a, const cpp_int_bac… in eval_eq() argument
/third_party/glib/glib/tests/
Dstrfuncs.c2218 } SignType; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstARM32.cpp87 const char *getVWidthString(Type Ty, InstARM32::FPSign SignType) { in getVWidthString()
225 void InstARM32::emitThreeAddrFP(const char *Opcode, FPSign SignType, in emitThreeAddrFP()
240 void InstARM32::emitFourAddrFP(const char *Opcode, FPSign SignType, in emitFourAddrFP()
DIceInstARM32.h645 void setSignType(InstARM32::FPSign SignType) { this->Sign = SignType; } in setSignType()
858 void setSignType(InstARM32::FPSign SignType) { this->Sign = SignType; } in setSignType()