/third_party/rust/crates/rustix/tests/fs/ |
H A D | statfs.rs | 17 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 D | bitfield-large.rs | 116 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 D | i128.rs | 12 pub my_signed: i128,
|
/third_party/rust/crates/serde/test_suite/tests/ |
H A D | test_value.rs | 25 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 D | test_ignored_any.rs | 32 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 D | value.rs | 336 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 D | TargetLoweringBase.cpp | 290 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 D | ValueTypes.cpp | 151 case MVT::i128: return IntegerType::get(Context, 128); in getTypeForEVT()
|
/third_party/rust/crates/libc/src/ |
H A D | fixed_width_ints.rs | 28 // 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 D | value.rs | 158 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 D | ignored_any.rs | 133 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 D | issue-1382-rust-primitive-types.h | 28 int i128; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | MachineValueType.h | 45 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 D | macros.rs | 232 i128 = -42i128, in kv_common_value_types()
|
/third_party/rust/crates/nom/src/number/ |
H A D | streaming.rs | 331 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 D | complete.rs | 351 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 D | to_tokens.rs | 144 i128 => i128_suffixed
|
/third_party/rust/crates/serde/serde/src/ser/ |
H A D | fmt.rs | 55 serialize_i128: i128,
|
H A D | mod.rs | 42 //! - 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 D | lib.rs | 1118 i128_suffixed => i128, 1133 i128_unsuffixed => i128,
|
H A D | fallback.rs | 941 i128_suffixed => i128, 959 i128_unsuffixed => i128,
|
H A D | wrapper.rs | 798 i128_suffixed => i128, 816 i128_unsuffixed => i128,
|
/third_party/rust/crates/serde/serde/src/private/ |
H A D | de.rs | 51 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 D | AArch64ISelLowering.cpp | 286 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 D | LegalizeIntegerTypes.cpp | 2940 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()
|