Home
last modified time | relevance | path

Searched refs:rawConstruct (Results 1 – 4 of 4) sorted by relevance

/dports/math/frobby/frobby-0.9.1/src/
H A DEulerState.cpp33 EulerState* state = rawConstruct(varCount, capacity, arena); in construct()
48 EulerState* state = rawConstruct(varCount, capacity, arena); in construct()
57 EulerState* EulerState::rawConstruct(size_t varCount, size_t capacity, in rawConstruct() function in EulerState
100 EulerState* subState = rawConstruct(varCount, capacity, _alloc); in inPlaceGenSplit()
161 EulerState* subState = rawConstruct(varCount, capacity, _alloc); in makeSumSubState()
177 EulerState* subState = rawConstruct(varCount, capacity, _alloc); in makeSumSubState()
H A DEulerState.h67 static EulerState* rawConstruct(size_t varCount, size_t capacity,
/dports/sysutils/lnav/lnav-0.10.1/src/base/
H A Dresult.h575 void rawConstruct(U&& val) {
626 void rawConstruct(U&& val) {
664 dst.rawConstruct(std::move(src.template get<T>()));
669 dst.rawConstruct(src.template get<T>());
673 dst.rawConstruct(std::move(src.template get<E>()));
678 dst.rawConstruct(src.template get<E>());
691 dst.rawConstruct(std::move(src.template get<E>()));
696 dst.rawConstruct(src.template get<E>());
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/FIXPP/Source/
H A Dfixpp.h73 friend Fixpoint rawConstruct(int32_t l);
257 inline Fixpoint rawConstruct(int32_t l) { in rawConstruct() function
262 #define f2Fixpoint(x) (rawConstruct((int32_t)((x)*SHIFTMULTIPLIER)))