Home
last modified time | relevance | path

Searched defs:FLT_EPSILON (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/arm64/include/
H A Dfloat.h51 #define FLT_EPSILON 1.19209290E-07F /* b**(1-p) */ macro
/freebsd/sys/arm/include/
H A Dfloat.h53 #define FLT_EPSILON 1.19209290E-07F /* b**(1-p) */ macro
/freebsd/sys/riscv/include/
H A Dfloat.h47 #define FLT_EPSILON 1.19209290E-07F /* b**(1-p) */ macro
/freebsd/sys/powerpc/include/
H A Dfloat.h54 #define FLT_EPSILON 1.19209290E-07F /* b**(1-p) */ macro
/freebsd/sys/x86/include/
H A Dfloat.h53 #define FLT_EPSILON 1.19209290E-07F /* b**(1-p) */ macro
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dfloat.h147 #define FLT_EPSILON __FLT_EPSILON__ macro
H A Dopencl-c-base.h283 #define FLT_EPSILON 0x1.0p-23f macro