Go to the source code of this file.
|
| constexpr u8 | fl::detail::gamma_constexpr::eval (u8 x, u32 gamma_raw) FL_NOEXCEPT |
| |
| constexpr u16 | fl::detail::gamma_constexpr::eval16 (u8 x, u32 gamma_raw) FL_NOEXCEPT |
| |
| constexpr u32 | fl::detail::gamma_constexpr::exp2_fp (i32 x) FL_NOEXCEPT |
| |
| constexpr u64 | fl::detail::gamma_constexpr::exp2_frac (u64 fr) FL_NOEXCEPT |
| |
| constexpr u64 | fl::detail::gamma_constexpr::exp2_h0 (u64 fr) FL_NOEXCEPT |
| |
| constexpr u64 | fl::detail::gamma_constexpr::exp2_h1 (u64 fr) FL_NOEXCEPT |
| |
| constexpr u64 | fl::detail::gamma_constexpr::exp2_h2 (u64 fr) FL_NOEXCEPT |
| |
| constexpr u64 | fl::detail::gamma_constexpr::exp2_h3 (u64 fr) FL_NOEXCEPT |
| |
| constexpr u32 | fl::detail::gamma_constexpr::exp2_neg (u32 pos_val) FL_NOEXCEPT |
| |
| constexpr u32 | fl::detail::gamma_constexpr::exp2_pos (u32 x) FL_NOEXCEPT |
| |
| template<typename Fixed> |
| constexpr u32 | fl::gamma (float g) FL_NOEXCEPT |
| |
| constexpr int | fl::detail::gamma_constexpr::hb_step (u32 v, int r) FL_NOEXCEPT |
| |
| constexpr int | fl::detail::gamma_constexpr::highest_bit (u32 v) FL_NOEXCEPT |
| |
| constexpr i32 | fl::detail::gamma_constexpr::log2_fp (u32 val) FL_NOEXCEPT |
| |
| constexpr i64 | fl::detail::gamma_constexpr::log2_h0 (i64 t) FL_NOEXCEPT |
| |
| constexpr i64 | fl::detail::gamma_constexpr::log2_h1 (i64 t) FL_NOEXCEPT |
| |
| constexpr i64 | fl::detail::gamma_constexpr::log2_h2 (i64 t) FL_NOEXCEPT |
| |
| constexpr i64 | fl::detail::gamma_constexpr::log2_h3 (i64 t) FL_NOEXCEPT |
| |
| constexpr u32 | fl::detail::gamma_constexpr::log2_t (u32 val, int msb) FL_NOEXCEPT |
| |
| constexpr i32 | fl::detail::gamma_constexpr::log2_with_msb (u32 val, int msb) FL_NOEXCEPT |
| |
| template<typename Fn, fl::size... Is> |
| constexpr LutArray< u16, sizeof...(Is)> | fl::detail::make_lut_u16 (fl::index_sequence< Is... >) FL_NOEXCEPT |
| |
| template<typename Fn, fl::size... Is> |
| constexpr LutArray< u8, sizeof...(Is)> | fl::detail::make_lut_u8 (fl::index_sequence< Is... >) FL_NOEXCEPT |
| |
| constexpr u32 | fl::detail::gamma_constexpr::pow_fp (u32 base_raw, u32 exp_raw) FL_NOEXCEPT |
| |
◆ fl::detail::LutArray
| struct fl::detail::LutArray |
| Class Members |
|
T |
values[N] |
|