Searched refs:BigInt (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/CodeGen/ARM/ |
D | jump-table-islands.ll | 3 %BigInt = type i5500 5 define %BigInt @test_moved_jumptable(i1 %tst, i32 %sw, %BigInt %l) { 29 ret %BigInt 0 36 %val = phi %BigInt [ %l, %complex ], [ -1, %simple ] 37 ret %BigInt %val
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | jump-table-islands.ll | 3 %BigInt = type i5500 5 define %BigInt @test_moved_jumptable(i1 %tst, i32 %sw, %BigInt %l) { 29 ret %BigInt 0 36 %val = phi %BigInt [ %l, %complex ], [ -1, %simple ] 37 ret %BigInt %val
|
/external/rust/crates/syn/src/ |
D | bigint.rs | 4 pub struct BigInt { struct 8 impl BigInt { impl 10 BigInt { digits: Vec::new() } in new() 39 impl AddAssign<u8> for BigInt { implementation 54 impl MulAssign<u8> for BigInt { implementation
|
D | lit.rs | 927 use crate::bigint::BigInt; 1390 let mut value = BigInt::new(); in parse_lit_int()
|
/external/flac/test/ |
D | write_iff.pl | 5 require Math::BigInt; 26 my $bigsamples = new Math::BigInt $samples;
|
/external/starlark-go/starlark/ |
D | int_test.go | 94 bigint := value.BigInt()
|
D | int.go | 91 func (i Int) BigInt() *big.Int { func
|