Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dcosf.c27 #define RangeVal 0x49800000 /* asuint32(0x1p20f). */ macro
H A Dcos.c27 #define RangeVal 0x4160000000000000 /* asuint64 (0x1p23). */ macro
H A Dsinf.c32 #define RangeVal 0x49800000 /* asuint32 (0x1p20f). */ macro
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dtan.c36 #define RangeVal 0x4160000000000000 /* asuint64(0x1p23). */ macro
H A Dtanf.c34 #define RangeVal v_u32 (0x47000000) /* asuint32(0x1p15f). */ macro
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dtanf_3u3.c17 #define RangeVal (0x1p17f) macro
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2979 LangOptions::ComplexRangeKind RangeVal; in RenderFloatingPointOptions() local