Home
last modified time | relevance | path

Searched refs:exp2 (Results 1 – 10 of 10) sorted by relevance

/linux/arch/x86/math-emu/
H A Dpoly_sin.c204 long int exponent, exp2, echange; in poly_cos() local
293 exp2 = -1; in poly_cos()
300 exp2 -= 16; in poly_cos()
336 shr_Xsig(&accumulator, exp2 - exponent); in poly_cos()
357 exp2 += norm_Xsig(&accumulator); in poly_cos()
359 exp2++; in poly_cos()
360 shr_Xsig(&fix_up, 65 + exp2); in poly_cos()
366 setexponentpos(&result, exp2 + echange); in poly_cos()
/linux/arch/arm64/boot/dts/ti/
H A Dk3-j7200-evm-quad-port-eth-exp.dtso66 reset-gpios = <&exp2 17 GPIO_ACTIVE_LOW>;
85 &exp2 {
H A Dk3-j721e-evm-quad-port-eth-exp.dtso68 reset-gpios = <&exp2 17 GPIO_ACTIVE_LOW>;
87 &exp2 {
H A Dk3-j784s4-evm-quad-port-eth-exp1.dtso78 reset-gpios = <&exp2 17 GPIO_ACTIVE_LOW>;
98 &exp2 {
H A Dk3-j784s4-j742s2-evm-usb0-type-a.dtso17 &exp2 {
/linux/tools/testing/selftests/net/
H A Dlink_netns.py75 for src_net, netns, link_netns, exp1, exp2 in cases:
89 ksft_true(validate_link_netns(tgt_net, "foo", exp2),
/linux/tools/testing/selftests/kvm/x86/
H A Dhyperv_tlb_flush.c182 static inline void post_test(struct test_data *data, u64 exp1, u64 exp2) in post_test() argument
189 set_expected_val((void *)data->test_pages, exp2, WORKER_VCPU_ID_2); in post_test()
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra210-p2597.dtsi1389 exp2: gpio@77 { label
1759 gpio = <&exp2 10 GPIO_ACTIVE_HIGH>;
1779 gpio = <&exp2 9 GPIO_ACTIVE_HIGH>;
H A Dtegra186-p2771-0000.dts2264 exp2: gpio@77 { label
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh1994 local exp2=$4
1999 print_check "mptcp_info ${info1:0:15}=$exp1:$exp2"
2007 if [ "$cnt1" != "$exp1" ] || [ "$cnt2" != "$exp2" ]; then
2008 fail_test "got $cnt1:$cnt2 $info1:$info2 expected $exp1:$exp2"