Wire Sysio
Wire Sysion 1.0.0
Loading...
Searching...
No Matches
f128_isnan.c
Go to the documentation of this file.
1
#include "
include/softfloat.h
"
2
#include "
include/internals.h
"
3
4
bool
isNaNF128
(
const
float128_t
*
f
) {
5
const
uint32_t
* wptr = (
const
uint32_t
*)
f
;
6
return
softfloat_isNaNF128M
( wptr );
7
}
f
foo f
Definition
X02-DisabledMacros.cpp:25
isNaNF128
bool isNaNF128(const float128_t *f)
Definition
f128_isnan.c:4
internals.h
softfloat_isNaNF128M
bool softfloat_isNaNF128M(const uint32_t *)
Definition
s_isNaNF128M.c:44
softfloat.h
uint32_t
unsigned int uint32_t
Definition
stdint.h:126
float128_t
Definition
softfloat_types.h:53
libraries
softfloat
source
f128_isnan.c
Generated by
1.12.0