Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::internal_call< FF > Class Template Reference

#include <internal_call.hpp>

Inheritance diagram for bb::avm2::internal_call< FF >:
bb::Relation< internal_callImpl< FF > > bb::avm2::internal_callImpl< FF >

Static Public Member Functions

static std::string get_subrelation_label (size_t index)
 
- Static Public Member Functions inherited from bb::avm2::internal_callImpl< FF >
static bool skip (const AllEntities &in)
 
static void accumulate (ContainerOverSubrelations &evals, const AllEntities &in, const RelationParameters< FF > &, const FF &scaling_factor)
 

Static Public Attributes

static constexpr const std::string_view NAME = "internal_call"
 
static constexpr size_t SR_CALL_ID_STARTS_ONE = 0
 
static constexpr size_t SR_NEW_CALL_ID_ON_CALL = 1
 
static constexpr size_t SR_RESTORE_INTERNAL_ID_ON_RETURN = 2
 
static constexpr size_t SR_DEFAULT_PROPAGATE_CALL_ID = 3
 
static constexpr size_t SR_RET_ID_STARTS_ZERO = 4
 
static constexpr size_t SR_NEW_RETURN_ID_ON_CALL = 5
 
static constexpr size_t SR_DEFAULT_PROPAGATE_RET_ID = 6
 
static constexpr size_t SR_NEXT_CALL_ID_STARTS_TWO = 7
 
static constexpr size_t SR_INCR_NEXT_INT_CALL_ID = 8
 
static constexpr size_t SR_INTERNAL_RET_ERROR = 9
 
- Static Public Attributes inherited from bb::Relation< internal_callImpl< FF > >
static constexpr std::array< size_t, RelationImpl::SUBRELATION_PARTIAL_LENGTHS.size()> SUBRELATION_TOTAL_LENGTHS
 
static constexpr size_t RELATION_LENGTH
 
static constexpr size_t TOTAL_RELATION_LENGTH
 
- Static Public Attributes inherited from bb::avm2::internal_callImpl< FF >
static constexpr std::array< size_t, 10 > SUBRELATION_PARTIAL_LENGTHS
 

Additional Inherited Members

- Public Types inherited from bb::Relation< internal_callImpl< FF > >
using FF = typename RelationImpl::FF
 
using ProtogalaxyTupleOfUnivariatesOverSubrelationsNoOptimisticSkipping = TupleOfUnivariates< FF, compute_composed_subrelation_partial_lengths< NUM_KEYS >(SUBRELATION_TOTAL_LENGTHS)>
 
using ProtogalaxyTupleOfUnivariatesOverSubrelations = TupleOfUnivariatesWithOptimisticSkipping< FF, compute_composed_subrelation_partial_lengths< NUM_KEYS >(SUBRELATION_TOTAL_LENGTHS), NUM_KEYS - 1 >
 
using SumcheckTupleOfUnivariatesOverSubrelations = TupleOfUnivariates< FF, RelationImpl::SUBRELATION_PARTIAL_LENGTHS >
 
using SumcheckArrayOfValuesOverSubrelations = ArrayOfValues< FF, RelationImpl::SUBRELATION_PARTIAL_LENGTHS >
 
using UnivariateAccumulator0 = std::tuple_element_t< 0, SumcheckTupleOfUnivariatesOverSubrelations >
 
using ValueAccumulator0 = std::tuple_element_t< 0, SumcheckArrayOfValuesOverSubrelations >
 
- Public Types inherited from bb::avm2::internal_callImpl< FF >
using FF = FF
 

Detailed Description

template<typename FF>
class bb::avm2::internal_call< FF >

Definition at line 33 of file internal_call.hpp.

Member Function Documentation

◆ get_subrelation_label()

template<typename FF >
static std::string bb::avm2::internal_call< FF >::get_subrelation_label ( size_t  index)
inlinestatic

Definition at line 37 of file internal_call.hpp.

Member Data Documentation

◆ NAME

template<typename FF >
constexpr const std::string_view bb::avm2::internal_call< FF >::NAME = "internal_call"
staticconstexpr

Definition at line 35 of file internal_call.hpp.

◆ SR_CALL_ID_STARTS_ONE

template<typename FF >
constexpr size_t bb::avm2::internal_call< FF >::SR_CALL_ID_STARTS_ONE = 0
staticconstexpr

Definition at line 65 of file internal_call.hpp.

◆ SR_DEFAULT_PROPAGATE_CALL_ID

template<typename FF >
constexpr size_t bb::avm2::internal_call< FF >::SR_DEFAULT_PROPAGATE_CALL_ID = 3
staticconstexpr

Definition at line 68 of file internal_call.hpp.

◆ SR_DEFAULT_PROPAGATE_RET_ID

template<typename FF >
constexpr size_t bb::avm2::internal_call< FF >::SR_DEFAULT_PROPAGATE_RET_ID = 6
staticconstexpr

Definition at line 71 of file internal_call.hpp.

◆ SR_INCR_NEXT_INT_CALL_ID

template<typename FF >
constexpr size_t bb::avm2::internal_call< FF >::SR_INCR_NEXT_INT_CALL_ID = 8
staticconstexpr

Definition at line 73 of file internal_call.hpp.

◆ SR_INTERNAL_RET_ERROR

template<typename FF >
constexpr size_t bb::avm2::internal_call< FF >::SR_INTERNAL_RET_ERROR = 9
staticconstexpr

Definition at line 74 of file internal_call.hpp.

◆ SR_NEW_CALL_ID_ON_CALL

template<typename FF >
constexpr size_t bb::avm2::internal_call< FF >::SR_NEW_CALL_ID_ON_CALL = 1
staticconstexpr

Definition at line 66 of file internal_call.hpp.

◆ SR_NEW_RETURN_ID_ON_CALL

template<typename FF >
constexpr size_t bb::avm2::internal_call< FF >::SR_NEW_RETURN_ID_ON_CALL = 5
staticconstexpr

Definition at line 70 of file internal_call.hpp.

◆ SR_NEXT_CALL_ID_STARTS_TWO

template<typename FF >
constexpr size_t bb::avm2::internal_call< FF >::SR_NEXT_CALL_ID_STARTS_TWO = 7
staticconstexpr

Definition at line 72 of file internal_call.hpp.

◆ SR_RESTORE_INTERNAL_ID_ON_RETURN

template<typename FF >
constexpr size_t bb::avm2::internal_call< FF >::SR_RESTORE_INTERNAL_ID_ON_RETURN = 2
staticconstexpr

Definition at line 67 of file internal_call.hpp.

◆ SR_RET_ID_STARTS_ZERO

template<typename FF >
constexpr size_t bb::avm2::internal_call< FF >::SR_RET_ID_STARTS_ZERO = 4
staticconstexpr

Definition at line 69 of file internal_call.hpp.


The documentation for this class was generated from the following file: