SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::k2_treap_ns::precomp< 8 > Struct Reference

#include <k2_treap_helper.hpp>

Static Public Member Functions

static uint64_t exp (uint8_t l)
 
static uint64_t divexp (uint64_t x, uint8_t l)
 
static uint64_t modexp (uint64_t x, uint8_t l)
 
static uint64_t exp (uint8_t l)
 
static uint64_t divexp (uint64_t x, uint8_t l)
 
static uint64_t modexp (uint64_t x, uint8_t l)
 

Static Public Attributes

static struct sdsl::k2_treap_ns::precomp::impl data
 

Detailed Description

Definition at line 95 of file k2_treap_helper.hpp.

Member Function Documentation

◆ divexp() [1/2]

static uint64_t sdsl::k2_treap_ns::precomp< t_k >::divexp ( uint64_t x,
uint8_t l )
inlinestatic

Definition at line 45 of file k2_treap_helper.hpp.

◆ divexp() [2/2]

static uint64_t sdsl::k2_treap_ns::precomp< 8 >::divexp ( uint64_t x,
uint8_t l )
inlinestatic

Definition at line 102 of file k2_treap_helper.hpp.

◆ exp() [1/2]

static uint64_t sdsl::k2_treap_ns::precomp< t_k >::exp ( uint8_t l)
inlinestatic

Definition at line 40 of file k2_treap_helper.hpp.

◆ exp() [2/2]

static uint64_t sdsl::k2_treap_ns::precomp< 8 >::exp ( uint8_t l)
inlinestatic

Definition at line 97 of file k2_treap_helper.hpp.

◆ modexp() [1/2]

static uint64_t sdsl::k2_treap_ns::precomp< t_k >::modexp ( uint64_t x,
uint8_t l )
inlinestatic

Definition at line 50 of file k2_treap_helper.hpp.

◆ modexp() [2/2]

static uint64_t sdsl::k2_treap_ns::precomp< 8 >::modexp ( uint64_t x,
uint8_t l )
inlinestatic

Definition at line 107 of file k2_treap_helper.hpp.

Member Data Documentation

◆ data

struct sdsl::k2_treap_ns::precomp::impl sdsl::k2_treap_ns::precomp< t_k >::data
static

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