Home
last modified time | relevance | path

Searched refs:is_integer (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dmodf.c23 uint64x2_t is_integer = vceqq_f64 (x, rounded); in V_NAME_D1_L1() local
24 return vreinterpretq_f64_u64 (vbicq_u64 (remaining, is_integer)); in V_NAME_D1_L1()
H A Dmodff.c24 uint32x4_t is_integer = vceqq_f32 (x, rounded); in V_NAME_F1_L1() local
25 return vreinterpretq_f32_u32 (vbicq_u32 (remaining, is_integer)); in V_NAME_F1_L1()
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dmodff.c25 svbool_t is_integer = svcmpeq (pg, x, fint_comp); in SV_NAME_F1_L1() local
26 return svsel (is_integer, sv_f32 (0), remaining); in SV_NAME_F1_L1()
H A Dmodf.c25 svbool_t is_integer = svcmpeq (pg, x, fint_comp); in SV_NAME_D1_L1() local
26 return svsel (is_integer, sv_f64 (0), remaining); in SV_NAME_D1_L1()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dlimits32 static constexpr bool is_integer = false;
144 static const bool is_integer = false;
201 static const bool is_integer = true;
252 static const bool is_integer = true;
297 static const bool is_integer = false;
346 static const bool is_integer = false;
395 static const bool is_integer = false;
448 static const bool is_integer = __base::is_integer;
491 const bool numeric_limits<_Tp>::is_integer;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h220 typename __clang_cuda_enable_if<std::numeric_limits<__T>::is_integer, \
318 __DEVICE__ typename __clang_cuda_enable_if<std::numeric_limits<__T>::is_integer,
325 __DEVICE__ typename __clang_cuda_enable_if<std::numeric_limits<__T>::is_integer,
341 __DEVICE__ typename __clang_cuda_enable_if<std::numeric_limits<__T>::is_integer,
348 __DEVICE__ typename __clang_cuda_enable_if<std::numeric_limits<__T>::is_integer,
/freebsd/contrib/llvm-project/libcxx/include/
H A Dlimits32 static constexpr bool is_integer = false;
150 static _LIBCPP_CONSTEXPR const bool is_integer = false;
197 static _LIBCPP_CONSTEXPR const bool is_integer = true;
246 static _LIBCPP_CONSTEXPR const bool is_integer = true;
291 static _LIBCPP_CONSTEXPR const bool is_integer = false;
348 static _LIBCPP_CONSTEXPR const bool is_integer = false;
405 static _LIBCPP_CONSTEXPR const bool is_integer = false;
466 static inline _LIBCPP_CONSTEXPR const bool is_integer = __base::is_integer;
/freebsd/bin/expr/
H A Dexpr.y52 int is_integer(const char *);
140 if (is_integer(s)) in make_str()
207 is_integer(const char *s) in is_integer() function
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_nvlist.py177 is_integer = _is_integer(specimen)
183 if is_integer and _is_integer(element):
/freebsd/contrib/ntp/ntpd/
H A Dntp_scanner.c480 is_integer( in is_integer() function
515 /* U_int -- assumes is_integer() has returned FALSE */
812 } else if (is_integer(yytext)) { in yylex()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitfields.h245 std::numeric_limits<IntegerType>::is_integer,
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp3133 bool is_integer = GetCompilerType().IsInteger(); in CastToBasicType() local
3168 if (!is_scalar || is_integer) in CastToBasicType()
3186 if (!is_scalar || is_integer) { in CastToBasicType()
3243 if (is_integer) { in CastToBasicType()
3285 bool is_integer = GetCompilerType().IsInteger(); in CastToEnumType() local
3289 if (!is_enum && !is_integer && !is_float) in CastToEnumType()
/freebsd/sys/contrib/openzfs/cmd/
H A Dzarcstat.in403 return num.is_integer()