Searched refs:uflow (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/ofed/include/rdma/
H A Duverbs_std_types.h165 struct ib_uflow_object *uflow; local
176 uflow = container_of(uobj, typeof(*uflow), uobject);
177 uflow->resources = uflow_res;
/freebsd-current/usr.sbin/sa/
H A Dpdb.c283 int uflow; local
289 uflow = 1;
291 uflow = 0;
354 if (!uflow)
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dsv_pow_1u5.c226 /* 3 types of special cases: tiny (uflow and spurious uflow), huge (oflow)
232 /* Conditions special, uflow and oflow are all expressed as uoflow &&
236 svbool_t uflow = svpfalse_b (); local
241 uflow = svcmpge (pg, svsub_x (pg, abstop, SmallExp), 0x80000000);
242 uflow = svand_z (pg, uoflow, uflow);
245 oflow = svand_z (pg, uoflow, svbic_z (pg, oflow, uflow));
248 special = svbic_z (pg, uoflow, svorr_z (pg, uflow, oflow));
296 z = svsel (uflow, res_spurious_uflo
[all...]
H A Dv_erfc_1u8.c110 /* x >= ~26.54 (into subnormal case and uflow case). Comparison is done in
112 uint64x2_t uflow = vcgeq_s64 (vreinterpretq_s64_f64 (x), local
114 cmp = vorrq_u64 (cmp, uflow);
H A Dv_erfcf_1u7.c98 /* x >= ~9.19 (into subnormal case and uflow case). Comparison is done in
100 uint32x4_t uflow = vcgeq_s32 (vreinterpretq_s32_f32 (x), local
102 cmp = vorrq_u32 (cmp, uflow);
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types.c54 struct ib_uflow_object *uflow = local
63 ib_uverbs_flow_resources_free(uflow->resources);
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h46 virtual int_type uflow();
98 typename __stdinbuf<_CharT>::int_type __stdinbuf<_CharT>::uflow() { function in class:__stdinbuf

Completed in 243 milliseconds