#include <stdbool.h>
#include <stdint.h>
#include "platform.h"
#include "internals.h"
#include "softfloat.h"
Go to the source code of this file.
◆ f32_sub()
Definition at line 43 of file f32_sub.c.
44{
49#if ! defined INLINE_LEVEL || (INLINE_LEVEL < 1)
51#endif
52
54 uiA = uA.ui;
55 uB.f = b;
56 uiB = uB.ui;
57#if defined INLINE_LEVEL && (1 <= INLINE_LEVEL)
60 } else {
62 }
63#else
64 magsFuncPtr =
66 return (*magsFuncPtr)( uiA, uiB );
67#endif
68
69}
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
float32_t softfloat_addMagsF32(uint_fast32_t, uint_fast32_t)
float32_t softfloat_subMagsF32(uint_fast32_t, uint_fast32_t)