Loading [MathJax]/extensions/tex2jax.js
libTriton
version 1.0 build 1599
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Classes
Files
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
src
libtriton
includes
triton
softfloat.hpp
Go to the documentation of this file.
1
2
/*
3
** Copyright (C) - Triton
4
**
5
** This program is under the terms of the Apache License 2.0.
6
*/
7
8
#ifndef TRITON_SOFTFLOAT_HPP
9
#define TRITON_SOFTFLOAT_HPP
10
11
#include <cstdint>
12
14
namespace
triton
{
20
namespace
sf {
28
auto
f32_to_f16
(
float
value) -> uint16_t;
29
31
};
20
namespace
sf {
…
}
33
};
34
35
#endif
/* TRITON_SOFTFLOAT_HPP */
triton::sf::f32_to_f16
auto f32_to_f16(float value) -> uint16_t
Cast 32-bit floating point value to 16-bit according to IEEE-754.
Definition
softfloat.cpp:15
triton
The Triton namespace.
Definition
architecture.cpp:25
Generated by
1.10.0