Searched refs:x0 (Results 126 - 150 of 1220) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/msun/bsdsrc/
H A Db_tgamma.c55 * approximation centered at the minimum (x0+1) to
93 #define x0 .461632144968362356785 /* xmin - 1 */ macro
139 } else if (x >= 1.0 + LEFT + x0)
192 if (y <= 1.0 + (LEFT + x0)) {
193 yy = ratfun_gam(y - x0, 0);
202 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
210 yy = ratfun_gam(y - x0, 0);
216 * Good on (0, 1+x0+LEFT]. Accurate to 1ulp.
224 if (x < x0 + LEFT) {
230 t = (one-x0);
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_round.c40 #define VAL 0x0.7ffffffffffffcp0
41 #define VALF 0x0.7fffff8p0
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddeflex.l63 [0-9][x0-9A-Fa-f]* { yylval.number = strtol (yytext,0,0);
/freebsd-11-stable/contrib/groff/contrib/grap2graph/
H A Dgrap2graph.sh82 convert -trim -crop 0x0 $convert_opts - $tmp/grap2graph.$format \
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211phy.h89 #define AR5211_PHY_MODE_OFDM 0x0 /* bit 0 = 0 for OFDM */
91 #define AR5211_PHY_MODE_RF5GHZ 0x0 /* bit 1 = 0 for 5 GHz */
/freebsd-11-stable/lib/libc/aarch64/gen/
H A Dsigsetjmp.S44 ldr x3, [x0]
/freebsd-11-stable/sys/dev/ic/
H A Dvia6522reg.h53 #define ACR_SR_NONE 0x0 /* Disabled */
71 #define PCR_CNTL_NEDGE 0x0 /* Input - negative active edge */
/freebsd-11-stable/sys/gnu/dts/include/dt-bindings/pinctrl/
H A Ddra.h16 #define MUX_MODE0 0x0
34 #define MUX_VIRTUAL_MODE0 (MODE_SELECT | (0x0 << 4))
/freebsd-11-stable/sys/dev/mc146818/
H A Dmc146818reg.h70 #define MC_SEC 0x0 /* Time of year: seconds (0-59) */
124 #define MC_RATE_NONE 0x0 /* No periodic interrupt */
/freebsd-11-stable/sys/arm64/include/
H A Dpte.h79 #define L0_INVAL 0x0 /* An invalid address */
107 #define L3_INVAL 0x0
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/inet/
H A Dt_inet_network.c59 H_REQUIRE("0", 0x0);
86 H_REQUIRE("0x", 0x0);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_mips64.cpp31 PO_NOP = 0x0, // nop
106 PatchOpcodes::PO_SD, RegNum::RN_SP, RegNum::RN_T9, 0x0);
108 PatchOpcodes::PO_LUI, 0x0, RegNum::RN_T9, HighestTracingHookAddr);
113 PatchOpcodes::PO_DSLL, 0x0, RegNum::RN_T9, RegNum::RN_T9, 0x10);
117 PatchOpcodes::PO_DSLL, 0x0, RegNum::RN_T9, RegNum::RN_T9, 0x10);
121 PatchOpcodes::PO_LUI, 0x0, RegNum::RN_T0, HiFunctionID);
123 PatchOpcodes::PO_JALR, RegNum::RN_T9, 0x0, RegNum::RN_RA, 0X0);
127 PatchOpcodes::PO_LD, RegNum::RN_SP, RegNum::RN_T9, 0x0);
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-thunder.c88 time = cvmx_twsi_read8(CVMX_RTC_DS1374_ADDR, 0x0);
93 sec = cvmx_twsi_read8(CVMX_RTC_DS1374_ADDR, 0x0);
113 rc = cvmx_twsi_write8(CVMX_RTC_DS1374_ADDR, 0x0, time & 0xff);
117 sec = cvmx_twsi_read8(CVMX_RTC_DS1374_ADDR, 0x0);
191 cvmx_dprintf("%d : %02X ", i, cvmx_twsi_read8(CVMX_RTC_DS1374_ADDR, 0x0));
/freebsd-11-stable/sys/dev/smc/
H A Dif_smcreg.h37 /* Bank 0, Offset 0x0: Transmit Control Register */
38 #define TCR 0x0
106 #define RPCR_LED_LINK_ANY 0x0 /* 10baseT or 100baseTX link detected */
114 /* Bank 1, Offset 0x0: Configuration Register */
115 #define CR 0x0
151 /* Bank 2, Offset 0x0: MMU Command Register */
152 #define MMUCR 0x0
208 /* Bank 3, Offset 0x0: Multicast Table Registers */
209 #define MT 0x0
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300template_aphrodite.h36 {0x00,0x03,0x7f,0x0,0x0,0x11}, //mac_addr[6];
72 0x0, // ant_ctrl_common; // 4 idle, t1, t2, b (4 bits per setting)
73 0x0, // ant_ctrl_common2; // 4 ra1l1, ra2l1, ra1l2, ra2l2, ra12
74 {0x0,0x150,0x150}, // ant_ctrl_chain[OSPREY_MAX_CHAINS]; // 6 idle, t, r, rx1, rx12, b (2 bits each)
/freebsd-11-stable/lib/msun/tests/
H A Dnext_test.c170 testboth(0x0.fffffffffffffp-1022, INFINITY, 0x1p-1022, 0, );
171 testboth(0x1p-1022, -INFINITY, 0x0.fffffffffffffp-1022, ex_under, );
175 testboth(0x0.fffffep-126f, INFINITY, 0x1p-126f, 0, f);
176 testboth(0x1p-126f, -INFINITY, 0x0.fffffep-126f, ex_under, f);
183 testboth(0x0.fffffffffffffp-1022L, INFINITY, 0x1p-1022L, 0, l);
184 testboth(0x1p-1022L, -INFINITY, 0x0.fffffffffffffp-1022L, ex_under, l);
190 testboth(0x0.fffffffffffffffep-16382L, INFINITY, 0x1p-16382L, 0, l);
192 0x0.fffffffffffffffep-16382L, ex_under, l);
200 testboth(0x0.ffffffffffffffffffffffffffffp-16382L, INFINITY,
203 0x0
[all...]
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dsave_v2trap.c354 *s++ = 0x0; /* noError */
355 *s++ = 0x0; /* noError */
356 *s++ = 0x0; /* noError */
357 *s++ = 0x0; /* noError */
362 *s++ = 0x0; /* noError */
367 *s++ = 0x0; /* noError */
387 *s++ = 0x0;
388 *s++ = 0x0;
389 *s++ = 0x0;
390 *s++ = 0x0;
[all...]
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_regs_ef10.h84 #define ER_DZ_BIU_INT_ISR_REG_RESET 0x0
98 #define ER_DZ_MC_DB_LWRD_REG_RESET 0x0
112 #define ER_DZ_MC_DB_HWRD_REG_RESET 0x0
128 #define ER_DZ_EVQ_RPTR_REG_RESET 0x0
146 #define ER_DZ_EVQ_TMR_REG_RESET 0x0
164 #define ER_DZ_RX_DESC_UPD_REG_RESET 0x0
180 #define ER_DZ_TX_DESC_UPD_REG_RESET 0x0
/freebsd-11-stable/contrib/unbound/compat/
H A Dchacha_private.h91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
123 x0 = j0;
140 QUARTERROUND( x0, x4, x8,x12)
144 QUARTERROUND( x0, x5,x10,x15)
149 x0 = PLUS(x0,j0);
167 x0 = XOR(x0,U8TO32_LITTLE(m + 0));
191 U32TO8_LITTLE(c + 0,x0);
/freebsd-11-stable/crypto/openssh/
H A Dchacha.c92 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
124 x0 = j0;
141 QUARTERROUND( x0, x4, x8,x12)
145 QUARTERROUND( x0, x5,x10,x15)
150 x0 = PLUS(x0,j0);
167 x0 = XOR(x0,U8TO32_LITTLE(m + 0));
190 U32TO8_LITTLE(c + 0,x0);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dchacha_private.h91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
123 x0 = j0;
140 QUARTERROUND( x0, x4, x8,x12)
144 QUARTERROUND( x0, x5,x10,x15)
149 x0 = PLUS(x0,j0);
167 x0 = XOR(x0,U8TO32_LITTLE(m + 0));
191 U32TO8_LITTLE(c + 0,x0);
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhda_reg.h74 HDA_CMD_VERB_GET_CONN_SELECT_CONTROL, 0x0))
95 HDA_CMD_VERB_GET_PROCESSING_STATE, 0x0))
110 HDA_CMD_VERB_GET_COEFF_INDEX, 0x0))
121 HDA_CMD_VERB_GET_PROCESSING_COEFF, 0x0))
177 HDA_CMD_VERB_GET_CONV_FMT, 0x0))
190 HDA_CMD_VERB_GET_DIGITAL_CONV_FMT1, 0x0))
260 HDA_CMD_VERB_GET_POWER_STATE, 0x0))
295 HDA_CMD_VERB_GET_CONV_STREAM_CHAN, 0x0))
325 HDA_CMD_VERB_GET_INPUT_CONVERTER_SDI_SELECT, 0x0))
336 HDA_CMD_VERB_GET_PIN_WIDGET_CTRL, 0x0))
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Docd.h43 #define OCD_AYT 0x0 /* Are you there? */
78 #define OCD_FLAG_STOP 0x0 /* Stop the target, enter BDM */
86 OCD_TARGET_CPU32 = 0x0, /* Moto cpu32 family */
/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu_mul.c107 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; local
149 x0 = x->fp_mant[0];
156 FPU_ADDC(a0, a0, x0)
/freebsd-11-stable/sys/powerpc/fpu/
H A Dfpu_mul.c107 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; local
162 x0 = x->fp_mant[0];
169 FPU_ADDC(a0, a0, x0)

Completed in 152 milliseconds

1234567891011>>