Searched refs:ulp (Results 1 - 25 of 33) sorted by path

12

/linux-master/arch/m68k/fpsp040/
H A Dsacos.S14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
H A Dsasin.S14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
H A Dsatan.S14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
H A Dsatanh.S15 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
H A Dscosh.S14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
H A Dsetox.S21 | within 0.5001 ulp to 53 bits if the result is subsequently rounded
H A Dslog2.S17 | ulps in 64 significant bit, i.e. within 0.5003 ulp
H A Dssin.S18 | Accuracy and Monotonicity: The returned result is within 1 ulp in
19 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
488 |--we want P+p = W+w but |p| <= half ulp of P
500 |--|r| <= half ulp of R.
H A Dssinh.S14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
H A Dstan.S13 | Accuracy and Monotonicity: The returned result is within 3 ulp in
14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
419 |--we want P+p = W+w but |p| <= half ulp of P
431 |--|r| <= half ulp of R.
H A Dstanh.S14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
H A Dstwotox.S15 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
H A Dslogn.S15 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S4913 # The returned result is within 1 ulp in 64 significant bit, i.e. #
4914 # within 0.5001 ulp to 53 bits if the result is subsequently #
5572 #--we want P+p = W+w but |p| <= half ulp of P
5584 #--|r| <= half ulp of R.
5618 # The returned result is within 3 ulp in 64 significant bit, i.e. #
5619 # within 0.5001 ulp to 53 bits if the result is subsequently #
6003 #--we want P+p = W+w but |p| <= half ulp of P
6015 #--|r| <= half ulp of R.
6049 # i.e. within 0.5001 ulp to 53 bits if the result is subsequently #
6499 # i.e. within 0.5001 ulp t
[all...]
H A Dfpsp.S5019 # The returned result is within 1 ulp in 64 significant bit, i.e. #
5020 # within 0.5001 ulp to 53 bits if the result is subsequently #
5678 #--we want P+p = W+w but |p| <= half ulp of P
5690 #--|r| <= half ulp of R.
5724 # The returned result is within 3 ulp in 64 significant bit, i.e. #
5725 # within 0.5001 ulp to 53 bits if the result is subsequently #
6109 #--we want P+p = W+w but |p| <= half ulp of P
6121 #--|r| <= half ulp of R.
6155 # i.e. within 0.5001 ulp to 53 bits if the result is subsequently #
6605 # i.e. within 0.5001 ulp t
[all...]
/linux-master/drivers/infiniband/
H A DMakefile4 obj-$(CONFIG_INFINIBAND) += ulp/
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3cdev.h66 void *ulp; /* ulp stuff */ member in struct:t3cdev
67 void *ulp_iscsi; /* ulp iscsi */
/linux-master/include/uapi/linux/
H A Dif_hippi.h82 __u8 ulp; /* must contain 4 */
/linux-master/drivers/block/rnbd/
H A DMakefile3 ccflags-y := -I$(srctree)/drivers/infiniband/ulp/rtrs
/linux-master/drivers/clk/imx/
H A DMakefile5 mxc-clk-objs += clk-composite-7ulp.o
/linux-master/drivers/crypto/chelsio/
H A Dchcr_algo.c470 struct ulptx_sgl *ulp)
472 walk->sgl = ulp;
475 walk->pair = ulp->sge;
469 ulptx_walk_init(struct ulptx_walk *walk, struct ulptx_sgl *ulp) argument
/linux-master/drivers/infiniband/hw/ocrdma/
H A Docrdma_sli.h672 } ulp[2]; member in struct:ocrdma_fw_conf_rsp
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ulp.c59 struct bnxt_ulp *ulp; local
66 ulp = edev->ulp_tbl;
67 if (!ulp)
70 ulp->handle = handle;
71 rcu_assign_pointer(ulp->ulp_ops, ulp_ops);
86 struct bnxt_ulp *ulp; local
89 ulp = edev->ulp_tbl;
90 if (ulp->msix_requested)
93 if (ulp->max_async_event_id)
96 RCU_INIT_POINTER(ulp
240 struct bnxt_ulp *ulp = edev->ulp_tbl; local
261 struct bnxt_ulp *ulp = edev->ulp_tbl; local
289 struct bnxt_ulp *ulp; local
358 struct bnxt_ulp *ulp; local
[all...]
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls.h434 } ulp; member in struct:ulp_skb_cb
H A Dchtls_cm.h101 #define skb_ulp_tls_inline(skb) (ULP_SKB_CB(skb)->ulp.tls.ofld)
102 #define skb_ulp_tls_iv_imm(skb) (ULP_SKB_CB(skb)->ulp.tls.iv)

Completed in 1507 milliseconds

12