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::ClampedMulFastAsmOp< T, U > Struct Template Reference

#include <safe_math_arm_impl.h>

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

Public Types

using Promotion = typename FastIntegerArithmeticPromotion<T, U>::type

Public Member Functions

template<typename V>
 __attribute__ ((always_inline)) static V Do(T x
return saturated_cast (static_cast< Promotion >(x) *static_cast< Promotion >(y))

Static Public Member Functions

template<typename V>
static constexpr V Do (T, U)

Public Attributes

y

Static Public Attributes

static const bool is_supported

Detailed Description

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

Definition at line 99 of file safe_math_arm_impl.h.

Member Typedef Documentation

◆ Promotion

template<typename T, typename U>
using pdfium::internal::ClampedMulFastAsmOp< T, U >::Promotion = typename FastIntegerArithmeticPromotion<T, U>::type

Definition at line 116 of file safe_math_arm_impl.h.

Member Function Documentation

◆ __attribute__()

template<typename T, typename U>
template<typename V>
pdfium::internal::ClampedMulFastAsmOp< T, U >::__attribute__ ( (always_inline) )

References y.

◆ Do()

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

Definition at line 61 of file safe_math_clang_gcc_impl.h.

◆ saturated_cast()

template<typename T, typename U>
return pdfium::internal::ClampedMulFastAsmOp< T, U >::saturated_cast ( static_cast< Promotion > x) *static_cast< Promotion >(y)

Member Data Documentation

◆ is_supported

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

◆ y


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