Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dtan.c36 #define RangeVal 0x4160000000000000 /* asuint64(0x1p23). */ macro
121 TEST_SYM_INTERVAL (V_NAME_D1 (tan), TinyBound, RangeVal, 100000)
122 TEST_SYM_INTERVAL (V_NAME_D1 (tan), RangeVal, inf, 5000)
H A Dtanf.c34 #define RangeVal v_u32 (0x47000000) /* asuint32(0x1p15f). */ macro
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dcosf.c27 #define RangeVal 0x49800000 /* asuint32(0x1p20f). */ macro
45 svbool_t oob = svcmpge (pg, svreinterpret_u32 (r), RangeVal); in SV_NAME_F1()
H A Dcos.c27 #define RangeVal 0x4160000000000000 /* asuint64 (0x1p23). */ macro
45 svbool_t oob = svcmpge (pg, svreinterpret_u64 (r), RangeVal); in SV_NAME_D1()
H A Dsinf.c32 #define RangeVal 0x49800000 /* asuint32 (0x1p20f). */ macro
53 svbool_t cmp = svcmpge (pg, svreinterpret_u32 (ax), RangeVal); in SV_NAME_F1()
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dtanf_3u3.c17 #define RangeVal (0x1p17f) macro
130 else if (ia12 < top12 (RangeVal)) in tanf()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2979 LangOptions::ComplexRangeKind RangeVal; in RenderFloatingPointOptions() local
2982 RangeVal = LangOptions::ComplexRangeKind::CX_Full; in RenderFloatingPointOptions()
2984 RangeVal = LangOptions::ComplexRangeKind::CX_Improved; in RenderFloatingPointOptions()
2986 RangeVal = LangOptions::ComplexRangeKind::CX_Promoted; in RenderFloatingPointOptions()
2988 RangeVal = LangOptions::ComplexRangeKind::CX_Basic; in RenderFloatingPointOptions()
2997 if (RangeVal != LangOptions::ComplexRangeKind::CX_Improved) in RenderFloatingPointOptions()
2999 ComplexArithmeticStr(RangeVal)); in RenderFloatingPointOptions()
3002 ComplexArithmeticStr(RangeVal)); in RenderFloatingPointOptions()
3005 if (RangeVal != LangOptions::ComplexRangeKind::CX_Basic) in RenderFloatingPointOptions()
3007 ComplexArithmeticStr(RangeVal)); in RenderFloatingPointOptions()
[all …]