Home
last modified time | relevance | path

Searched refs:i128 (Results 1 - 25 of 49) sorted by relevance

12

/third_party/rust/crates/rustix/tests/fs/
H A Dstatfs.rs17 i128::from(PROC_SUPER_MAGIC), in test_statfs_abi()
18 i128::from(libc::PROC_SUPER_MAGIC) in test_statfs_abi()
21 i128::from(NFS_SUPER_MAGIC), in test_statfs_abi()
22 i128::from(libc::NFS_SUPER_MAGIC) in test_statfs_abi()
29 i128::from(PROC_SUPER_MAGIC), in test_statfs_abi()
30 i128::from(linux_raw_sys::general::PROC_SUPER_MAGIC) in test_statfs_abi()
33 i128::from(NFS_SUPER_MAGIC), in test_statfs_abi()
34 i128::from(linux_raw_sys::general::NFS_SUPER_MAGIC) in test_statfs_abi()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dbitfield-large.rs116 pub fn x(&self) -> i128 { in x()
122 pub fn set_x(&mut self, val: i128) { in set_x()
129 pub fn new_bitfield_1(x: i128) -> __BindgenBitfieldUnit<[u8; 16usize]> { in new_bitfield_1()
161 pub fn x(&self) -> i128 { in x()
167 pub fn set_x(&mut self, val: i128) { in set_x()
174 pub fn y(&self) -> i128 { in y()
180 pub fn set_y(&mut self, val: i128) { in set_y()
188 x: i128, in new_bitfield_1()
189 y: i128, in new_bitfield_1()
H A Di128.rs12 pub my_signed: i128,
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_value.rs25 let de_i128 = IntoDeserializer::<value::Error>::into_deserializer(1i128); in test_integer128()
30 // u128 to i128 in test_integer128()
31 assert_eq!(1i128, i128::deserialize(de_u128).unwrap()); in test_integer128()
33 // i128 to u128 in test_integer128()
36 // i128 to i128 in test_integer128()
37 assert_eq!(1i128, i128::deserialize(de_i128).unwrap()); in test_integer128()
H A Dtest_ignored_any.rs32 bool i8 i16 i32 i64 i128 u8 u16 u32 u64 u128 f32 f64 char str string
/third_party/rust/crates/log/src/kv/
H A Dvalue.rs336 fn visit_i128(&mut self, value: i128) -> Result<(), value_bag::Error> { in visit_i128()
450 impl ToValue for i128 {
480 impl<'v> From<&'v i128> for Value<'v> { in from()
481 fn from(value: &'v i128) -> Self { in from()
495 // SAFETY: `NonZeroI128` and `i128` have the same ABI in from()
496 Value::from_value_bag(unsafe { std::mem::transmute::<&std::num::NonZeroI128, &i128>(v) }) in from()
582 #[doc = "Try convert this value into a `i128`."]
583 to_i128 -> i128,
672 fn visit_i128(&mut self, value: i128) -> Result<(), Error> { in visit_i128()
738 fn visit_i128(&mut self, value: i128)
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp290 if (RetVT == MVT::i128) in getFPTOSINT()
297 if (RetVT == MVT::i128) in getFPTOSINT()
304 if (RetVT == MVT::i128) in getFPTOSINT()
311 if (RetVT == MVT::i128) in getFPTOSINT()
318 if (RetVT == MVT::i128) in getFPTOSINT()
332 if (RetVT == MVT::i128) in getFPTOUINT()
339 if (RetVT == MVT::i128) in getFPTOUINT()
346 if (RetVT == MVT::i128) in getFPTOUINT()
353 if (RetVT == MVT::i128) in getFPTOUINT()
360 if (RetVT == MVT::i128) in getFPTOUINT()
[all...]
H A DValueTypes.cpp151 case MVT::i128: return IntegerType::get(Context, 128); in getTypeForEVT()
/third_party/rust/crates/libc/src/
H A Dfixed_width_ints.rs28 // Rust does not guarantee u128/i128 are sound for FFI, and its
54 pub type __int128 = i128;
58 pub type __int128_t = i128;
/third_party/rust/crates/serde/serde/src/de/
H A Dvalue.rs158 bool i8 i16 i32 i64 i128 u8 u16 u32 u64 u128 f32 f64 char str string
222 bool i8 i16 i32 i64 i128 u8 u16 u32 u64 u128 f32 f64 char str string
269 bool i8 i16 i32 i64 i128 u8 u16 u32 u64 u128 f32 f64 char str
298 primitive_deserializer!(i128, "an `i128`.", I128Deserializer, visit_i128);
345 bool i8 i16 i32 i64 i128 u8 u16 u32 u64 u128 f32 f64 char str string
455 bool i8 i16 i32 i64 i128 u8 u16 u32 u64 u128 f32 f64 char str string
534 bool i8 i16 i32 i64 i128 u8 u16 u32 u64 u128 f32 f64 char str string
637 bool i8 i16 i32 i64 i128 u8 u16 u32 u64 u128 f32 f64 char str string
745 bool i8 i16 i32 i64 i128 u
[all...]
H A Dignored_any.rs133 fn visit_i128<E>(self, x: i128) -> Result<Self::Value, E> { in visit_i128()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dissue-1382-rust-primitive-types.h28 int i128; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DMachineValueType.h45 i128 = 7, // This is a 128 bit integer value
48 LAST_INTEGER_VALUETYPE = i128,
114 v1i128 = 63, // 1 x i128
507 case v1i128: return i128; in getVectorElementType()
757 case i128: in getSizeInBits()
914 return MVT::i128; in getIntegerVT()
981 case MVT::i128: in getVectorVT()
/third_party/rust/crates/log/tests/
H A Dmacros.rs232 i128 = -42i128, in kv_common_value_types()
/third_party/rust/crates/nom/src/number/
H A Dstreaming.rs331 pub fn be_i128<I, E: ParseError<I>>(input: I) -> IResult<I, i128, E> in be_i128()
335 be_u128.map(|x| x as i128).parse(input) in be_i128()
667 pub fn le_i128<I, E: ParseError<I>>(input: I) -> IResult<I, i128, E> in le_i128()
671 le_u128.map(|x| x as i128).parse(input) in le_i128()
1083 /// If the parameter is `nom::number::Endianness::Big`, parse a big endian i128 integer,
1084 /// otherwise if `nom::number::Endianness::Little` parse a little endian i128 integer.
1089 /// use nom::number::streaming::i128;
1092 /// i128::<_, (_, ErrorKind)>(nom::number::Endianness::Big)(s)
1099 /// i128::<_, (_, ErrorKind)>(nom::number::Endianness::Little)(s)
1106 pub fn i128< functions
[all...]
H A Dcomplete.rs351 pub fn be_i128<I, E: ParseError<I>>(input: I) -> IResult<I, i128, E> in be_i128()
355 be_u128.map(|x| x as i128).parse(input) in be_i128()
693 pub fn le_i128<I, E: ParseError<I>>(input: I) -> IResult<I, i128, E> in le_i128()
697 le_u128.map(|x| x as i128).parse(input) in le_i128()
1109 /// If the parameter is `nom::number::Endianness::Big`, parse a big endian i128 integer,
1110 /// otherwise if `nom::number::Endianness::Little` parse a little endian i128 integer.
1115 /// use nom::number::complete::i128;
1118 /// i128(nom::number::Endianness::Big)(s)
1125 /// i128(nom::number::Endianness::Little)(s)
1132 pub fn i128< functions
[all...]
/third_party/rust/crates/quote/src/
H A Dto_tokens.rs144 i128 => i128_suffixed
/third_party/rust/crates/serde/serde/src/ser/
H A Dfmt.rs55 serialize_i128: i128,
H A Dmod.rs42 //! - i8, i16, i32, i64, i128, isize
270 /// - i8, i16, i32, i64, i128
491 /// Serialize an `i128` value.
498 /// impl Serialize for i128 {
509 fn serialize_i128(self, v: i128) -> Result<Self::Ok, Self::Error> { in serialize_i128()
511 Err(Error::custom("i128 is not supported")) in serialize_i128()
/third_party/rust/crates/proc-macro2/src/
H A Dlib.rs1118 i128_suffixed => i128,
1133 i128_unsuffixed => i128,
H A Dfallback.rs941 i128_suffixed => i128,
959 i128_unsuffixed => i128,
H A Dwrapper.rs798 i128_suffixed => i128,
816 i128_unsuffixed => i128,
/third_party/rust/crates/serde/serde/src/private/
H A Dde.rs51 bool i8 i16 i32 i64 i128 u8 u16 u32 u64 u128 f32 f64 char str string in missing_field()
2240 bool i8 i16 i32 i64 i128 u8 u16 u32 u64 u128 f32 f64 char str string
2340 bool i8 i16 i32 i64 i128 u8 u16 u32 u64 u128 f32 f64 char str string
2508 bool i8 i16 i32 i64 i128 u8 u16 u32 u64 u128 f32 f64 char str string
2533 bool i8 i16 i32 i64 i128 u8 u16 u32 u64 u128 f32 f64 char str string
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp286 setOperationAction(ISD::FP_TO_SINT, MVT::i128, Custom); in AArch64TargetLowering()
289 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::i128, Custom); in AArch64TargetLowering()
292 setOperationAction(ISD::FP_TO_UINT, MVT::i128, Custom); in AArch64TargetLowering()
295 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::i128, Custom); in AArch64TargetLowering()
298 setOperationAction(ISD::SINT_TO_FP, MVT::i128, Custom); in AArch64TargetLowering()
301 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i128, Custom); in AArch64TargetLowering()
304 setOperationAction(ISD::UINT_TO_FP, MVT::i128, Custom); in AArch64TargetLowering()
307 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i128, Custom); in AArch64TargetLowering()
540 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i128, Custom); in AArch64TargetLowering()
547 setOperationAction(ISD::LOAD, MVT::i128, Custo in AArch64TargetLowering()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2940 else if (VT == MVT::i128) in ExpandIntRes_MUL()
3301 else if (VT == MVT::i128) in ExpandIntRes_SDIV()
3379 else if (VT == MVT::i128) in ExpandIntRes_Shift()
3389 else if (VT == MVT::i128) in ExpandIntRes_Shift()
3400 else if (VT == MVT::i128) in ExpandIntRes_Shift()
3492 else if (VT == MVT::i128) in ExpandIntRes_SREM()
3582 else if (VT == MVT::i128) in ExpandIntRes_XMULO()
3650 else if (VT == MVT::i128) in ExpandIntRes_UDIV()
3677 else if (VT == MVT::i128) in ExpandIntRes_UREM()

Completed in 41 milliseconds

12