Searched refs:R2D (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.cpp15 SystemZ::R2D, SystemZ::R3D, SystemZ::R4D, SystemZ::R5D, SystemZ::R6D
H A DSystemZLDCleanup.cpp120 TII->get(TargetOpcode::COPY), SystemZ::R2D)
141 .addReg(SystemZ::R2D);
H A DSystemZFrameLowering.cpp27 { SystemZ::R2D, 0x10 },
H A DSystemZISelLowering.cpp3030 Chain = DAG.getCopyToReg(Chain, DL, SystemZ::R2D, GOTOffset, Glue);
3042 Ops.push_back(DAG.getRegister(SystemZ::R2D, PtrVT));
3061 return DAG.getCopyFromReg(Chain, DL, SystemZ::R2D, PtrVT, Glue);
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_palisade.h153 #define R2D (180.0/GPS_PI) macro
H A Drefclock_ripencc.c76 #define R2D (180.0/GPS_PI) macro
1640 lat = bGetDouble(&buf[42]) * R2D;
1641 lon = bGetDouble(&buf[50]) * R2D;
1802 elevation = bGetSingle(&buf[12]) * R2D;
1803 azinuth = bGetSingle(&buf[16]) * R2D;
3578 lat *= (float)R2D;
3588 lon *= (float)R2D;
3672 pbuf += sprintf(pbuf, "\n Elevation mask = %.2f", el_mask * R2D);
4214 elev*R2D, azim*R2D);
[all...]
H A Drefclock_palisade.c608 lat = getdbl((u_char *) &mb(42)) * R2D;
609 lon = getdbl((u_char *) &mb(50)) * R2D;
750 lat = getdbl((u_char *) &mb(36)) * R2D;
751 lon = getdbl((u_char *) &mb(44)) * R2D;
/freebsd-12-stable/usr.bin/calendar/
H A Dsunpos.c48 #define R2D(m) ((m) * 180 / M_PI) macro
53 #define ASIN(x) (R2D(asin(x)))
54 #define ATAN(x) (R2D(atan(x)))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp46 SystemZ::R0D, SystemZ::R1D, SystemZ::R2D, SystemZ::R3D,

Completed in 264 milliseconds