cppassist  1.0.0.f4fab4f962ff
C++ sanctuary for small but powerful and frequently required, stand alone features.
Classes | Namespaces | Functions
value1.h File Reference
#include <cppassist/simd/value.h>
#include <cppassist/simd/value1.inl>
Include dependency graph for value1.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cppassist::value< float, 1 >
 

Namespaces

 cppassist
 

Functions

auto cppassist::operator+ (const value< float, 1 > &first, const value< float, 1 > &second) -> value< float, 1 >
 
auto cppassist::operator- (const value< float, 1 > &first, const value< float, 1 > &second) -> value< float, 1 >
 
auto cppassist::operator* (const value< float, 1 > &first, const value< float, 1 > &second) -> value< float, 1 >
 
auto cppassist::operator/ (const value< float, 1 > &first, const value< float, 1 > &second) -> value< float, 1 >
 
auto cppassist::operator+ (const value< float, 1 > &first, const value< float, 1 >::primitive_type &scalar) -> value< float, 1 >
 
auto cppassist::operator- (const value< float, 1 > &first, const value< float, 1 >::primitive_type &scalar) -> value< float, 1 >
 
auto cppassist::operator* (const value< float, 1 > &first, const value< float, 1 >::primitive_type &scalar) -> value< float, 1 >
 
auto cppassist::operator/ (const value< float, 1 > &first, const value< float, 1 >::primitive_type &scalar) -> value< float, 1 >
 
auto cppassist::operator+ (const value< float, 1 >::primitive_type &scalar, const value< float, 1 > &other) -> value< float, 1 >
 
auto cppassist::operator- (const value< float, 1 >::primitive_type &scalar, const value< float, 1 > &other) -> value< float, 1 >
 
auto cppassist::operator* (const value< float, 1 >::primitive_type &scalar, const value< float, 1 > &other) -> value< float, 1 >
 
auto cppassist::operator/ (const value< float, 1 >::primitive_type &scalar, const value< float, 1 > &other) -> value< float, 1 >
 
auto cppassist::sqrt (const value< float, 1 > &first) -> value< float, 1 >