Searched refs:uo (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/usr.bin/calendar/
H A Dcalendar.c160 double uo; local
173 uo = mm + (100.0 * (ss / 60.0));
174 uo /= 60.0 / 100.0;
175 uo = hh + uo / 100;
177 UTCOffset = uo;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_palisade.c1468 } uo;
1472 uo.u32[0] = ntohl(ui.u32[1]);
1474 uo.u32[1] = ntohl(ui.u32[0]);
1476 return uo.out;
/freebsd-11-stable/usr.sbin/pmcstudy/
H A Dpmcstudy.c561 double br, cl, cl2, cl3, uo, re, un, con, res, is; local
577 uo = uops->vals[pos] * 1.0;
586 uo = uops->sum * 1.0;
591 res = (br/(br + cl + cl2 + cl3) * ((is - uo + con * re) / (con * un)));
607 double br, cl, uo, uo_r, re, con, un, res; local
622 uo = uops->vals[pos] * 1.0;
629 uo = uops->sum * 1.0;
633 res = br / (br + cl) * (uo - uo_r + con * re) / (un * con);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfmul.S378 p0 = dfcmp.uo(A,A) // force exception if enabled
H A Ddfdiv.S461 p0 = dfcmp.uo(B,B) // take possible exception
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_backend_block.c1815 off_t ps, pss, po, pos, us, uss, uo, uos; local
1861 uo = po = 0;
1882 ctl_expand_number(value, &uo);
1884 uos = uo / cbe_lun->blocksize;
1886 ((uss & (uss - 1)) == 0) && (uos * cbe_lun->blocksize == uo)) {
1915 off_t ps, pss, po, pos, us, uss, uo, uos, otmp; local
2027 uo = po;
2048 ctl_expand_number(value, &uo);
2050 uos = uo / cbe_lun->blocksize;
2052 ((uss & (uss - 1)) == 0) && (uos * cbe_lun->blocksize == uo)) {
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp132 UnarySplitter(UnaryOperator &uo) : UO(uo) {} argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2173 CodeGenModule::getMemberPointerConstant(const UnaryOperator *uo) { argument
2175 const MemberPointerType *type = cast<MemberPointerType>(uo->getType());
2176 const ValueDecl *decl = cast<DeclRefExpr>(uo->getSubExpr())->getDecl();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4400 } else if (UnaryOperator *uo = dyn_cast<UnaryOperator>(e)) {
4401 assert(uo->getOpcode() == UO_Extension);
4402 Expr *sub = stripARCUnbridgedCast(uo->getSubExpr());
4405 sub->getObjectKind(), uo->getOperatorLoc(), false);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dbreakpoint.c725 insert_catchpoint (struct ui_out *uo, void *args)
721 insert_catchpoint(struct ui_out *uo, void *args) argument
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh1381 lkmUMHaEHjW1hxMV6EjJ6gwf99xH+uo//fv9ucOXa5/tiIA0TwaSW63S8qiHCcEE

Completed in 189 milliseconds