Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
pdfium::internal::CheckedMulFastAsmOp< T, U > Struct Template Reference

#include <safe_math_arm_impl.h>

Collaboration diagram for pdfium::internal::CheckedMulFastAsmOp< T, U >:

Static Public Member Functions

template<typename V>
static constexpr bool Do (T x, U y, V *result)
template<typename V>
static constexpr bool Do (T, U, V *)

Static Public Attributes

static const bool is_supported

Detailed Description

template<typename T, typename U>
struct pdfium::internal::CheckedMulFastAsmOp< T, U >

Definition at line 17 of file safe_math_arm_impl.h.

Member Function Documentation

◆ Do() [1/2]

template<typename T, typename U>
template<typename V>
constexpr bool pdfium::internal::CheckedMulFastAsmOp< T, U >::Do ( T x,
U y,
V * result )
inlinestaticconstexpr

Definition at line 34 of file safe_math_arm_impl.h.

◆ Do() [2/2]

template<typename T, typename U>
template<typename V>
constexpr bool pdfium::internal::CheckedMulFastAsmOp< T, U >::Do ( T ,
U ,
V *  )
inlinestaticconstexpr

Definition at line 31 of file safe_math_clang_gcc_impl.h.

Member Data Documentation

◆ is_supported

template<typename T, typename U>
const bool pdfium::internal::CheckedMulFastAsmOp< T, U >::is_supported
static

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