Home
last modified time | relevance | path

Searched refs:BigInt (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/CodeGen/ARM/
Djump-table-islands.ll3 %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/
Djump-table-islands.ll3 %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/
Dbigint.rs4 pub struct BigInt { struct
8 impl BigInt { argument
10 BigInt { digits: Vec::new() } in new()
39 impl AddAssign<u8> for BigInt { implementation
54 impl MulAssign<u8> for BigInt { implementation
Dlit.rs927 use crate::bigint::BigInt;
1390 let mut value = BigInt::new(); in parse_lit_int()
/external/flac/test/
Dwrite_iff.pl5 require Math::BigInt;
26 my $bigsamples = new Math::BigInt $samples;
/external/starlark-go/starlark/
Dint_test.go94 bigint := value.BigInt()
Dint.go91 func (i Int) BigInt() *big.Int { func