Home
last modified time | relevance | path

Searched refs:COS (Results 1 – 9 of 9) sorted by relevance

/linux/arch/m68k/fpsp040/
H A Dssin.S13 | COS is requested. Otherwise, for SINCOS, sin(X) is returned
16 | Modifies: Fp0 for SIN or COS; both Fp0 and Fp1 for SINCOS.
29 | SIN and COS:
67 | SIN(X) = sgn1 * cos(r) and COS(X) = sgn2*sin(r) where
72 | SIN(X) = sgn1 * sin(r) and COS(X) = sgn1*cos(r) where
78 | 7. (|X|<2**(-40)) SIN(X) = X and COS(X) = 1. Exit.
158 |--COS(X) = 1 FOR DENORMALIZED X
223 |--GET N+ADJN AND SEE IF SIN(R) OR COS(R) IS NEEDED
525 |--SIN AND COS OF X FOR DENORMALIZED X
652 faddx RPRIME(%a6),%fp1 | ...COS(X)
[all …]
/linux/drivers/staging/media/starfive/camss/
H A Dstf-isp.h252 #define COS(n) ((n) << 0) macro
H A Dstf-isp-hw-ops.c297 stf_isp_reg_write(stfcamss, ISP_REG_CS_HUE_F, SIN(0x0) | COS(0x100)); in stf_isp_config_sat()
/linux/Documentation/arch/arm/nwfpe/
H A Dtodo.rst14 COS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - cosine
H A Dnetwinder-fpe.rst135 COS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - cosine
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_qp.c624 HINIC_SQ_DB_INFO_SET(cos, COS) | in sq_prepare_db()
/linux/tools/arch/x86/kcpuid/
H A Dcpuid.csv395 …0x10, 2:1, ecx, 1, l3_cat_cos_infreq_updates, L3_CAT COS updates should be infrequ…
398 …0x10, 2:1, edx, 15:0, cat_cos_max , L3/L2_CAT max COS (Class of Service) s…
/linux/arch/m68k/ifpsp060/src/
H A Dfpsp.S5234 #--THEN WE RETURN SGN*COS(R). SGN*COS(R) IS COMPUTED BY
5333 #--COS(X) = 1 FOR DENORMALIZED X
5457 fadd.x RPRIME(%a6),%fp1 # COS(X)
5530 fadd.s POSNEG1(%a6),%fp1 # COS(X)
5558 #--SIN AND COS OF X FOR DENORMALIZED X
H A Dfplsp.S4920 # SIN and COS: #
4961 # SIN(X) = sgn1 * cos(r) and COS(X) = sgn2*sin(r) where #
4966 # SIN(X) = sgn1 * sin(r) and COS(X) = sgn1*cos(r) where #
4972 # 7. (|X|<2**(-40)) SIN(X) = X and COS(X) = 1. Exit. #
5067 #--GET N+ADJN AND SEE IF SIN(R) OR COS(R) IS NEEDED