Searched refs:COS (Results 1 – 9 of 9) sorted by relevance
/linux/arch/m68k/fpsp040/ |
H A D | ssin.S | 13 | 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 D | stf-isp.h | 252 #define COS(n) ((n) << 0) macro
|
H A D | stf-isp-hw-ops.c | 297 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 D | todo.rst | 14 COS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - cosine
|
H A D | netwinder-fpe.rst | 135 COS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - cosine
|
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_qp.c | 624 HINIC_SQ_DB_INFO_SET(cos, COS) | in sq_prepare_db()
|
/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 395 …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 D | fpsp.S | 5234 #--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 D | fplsp.S | 4920 # 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
|