Searched refs:is_integer (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
| H A D | modf.c | 23 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 D | modff.c | 24 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 D | modff.c | 25 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 D | modf.c | 25 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/clang/lib/Headers/ |
| H A D | __clang_cuda_cmath.h | 220 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 D | limits | 32 static constexpr bool is_integer = false; 148 static _LIBCPP_CONSTEXPR const bool is_integer = false; 205 static _LIBCPP_CONSTEXPR const bool is_integer = true; 256 static _LIBCPP_CONSTEXPR const bool is_integer = true; 301 static _LIBCPP_CONSTEXPR const bool is_integer = false; 358 static _LIBCPP_CONSTEXPR const bool is_integer = false; 415 static _LIBCPP_CONSTEXPR const bool is_integer = false; 476 static _LIBCPP_CONSTEXPR const bool is_integer = __base::is_integer; 531 _LIBCPP_CONSTEXPR const bool numeric_limits<_Tp>::is_integer;
|
| /freebsd/bin/expr/ |
| H A D | expr.y | 52 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.py | 177 is_integer = _is_integer(specimen) 183 if is_integer and _is_integer(element):
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntp_scanner.c | 480 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 D | Bitfields.h | 245 std::numeric_limits<IntegerType>::is_integer,
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObject.cpp | 3171 bool is_integer = GetCompilerType().IsInteger(); in CastToBasicType() local 3204 if (!is_scalar || is_integer) in CastToBasicType() 3222 if (!is_scalar || is_integer) { in CastToBasicType() 3279 if (is_integer) { in CastToBasicType() 3318 bool is_integer = GetCompilerType().IsInteger(); in CastToEnumType() local 3321 if (!is_enum && !is_integer && !is_float) { in CastToEnumType()
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | zarcstat.in | 403 return num.is_integer()
|