Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
Int96.cpp File Reference
#include "modules/bentleyottmann/include/Int96.h"
#include <cstdint>
#include <tuple>

Go to the source code of this file.

Namespaces

namespace  bentleyottmann
 

Functions

bool bentleyottmann::operator== (const Int96 &a, const Int96 &b)
 
bool bentleyottmann::operator< (const Int96 &a, const Int96 &b)
 
Int96 bentleyottmann::operator+ (const Int96 &a, const Int96 &b)
 
Int96 bentleyottmann::multiply (int64_t a, int32_t b)
 
Int96 bentleyottmann::multiply (int32_t a, int64_t b)