Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
s_tryPropagateNaNF128M.c File Reference
#include <stdbool.h>
#include <stdint.h>
#include "platform.h"
#include "internals.h"
#include "specialize.h"
Include dependency graph for s_tryPropagateNaNF128M.c:

Go to the source code of this file.

Functions

bool softfloat_tryPropagateNaNF128M (const uint32_t *aWPtr, const uint32_t *bWPtr, uint32_t *zWPtr)
 

Function Documentation

◆ softfloat_tryPropagateNaNF128M()

bool softfloat_tryPropagateNaNF128M ( const uint32_t * aWPtr,
const uint32_t * bWPtr,
uint32_t * zWPtr )

Definition at line 44 of file s_tryPropagateNaNF128M.c.

46{
47
48 if ( softfloat_isNaNF128M( aWPtr ) || softfloat_isNaNF128M( bWPtr ) ) {
49 softfloat_propagateNaNF128M( aWPtr, bWPtr, zWPtr );
50 return true;
51 }
52 return false;
53
54}
void softfloat_propagateNaNF128M(const uint32_t *aWPtr, const uint32_t *bWPtr, uint32_t *zWPtr)
bool softfloat_isNaNF128M(const uint32_t *)
Here is the call graph for this function:
Here is the caller graph for this function: