Lines Matching refs:BigInt
19 TNode<IntPtrT> ReadBigIntLength(TNode<BigInt> value) {
25 TNode<Uint32T> ReadBigIntSign(TNode<BigInt> value) {
30 void WriteBigIntSignAndLength(TNode<BigInt> bigint, TNode<Uint32T> sign,
40 void CppAbsoluteAddAndCanonicalize(TNode<BigInt> result, TNode<BigInt> x,
41 TNode<BigInt> y) {
53 void CppAbsoluteSubAndCanonicalize(TNode<BigInt> result, TNode<BigInt> x,
54 TNode<BigInt> y) {
66 TNode<Int32T> CppAbsoluteCompare(TNode<BigInt> x, TNode<BigInt> y) {