Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavcodec/
Ddct.c41 #define COS(s, n, x) (s->costab[x]) macro
83 float c = COS(ctx, n, 2 * i); in dct_calc_I_c()
114 float c = COS(ctx, n, i); in dct_calc_III_c()
162 float c = COS(ctx, n, i); in dct_calc_II_c()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp583 auto COS = WithColor(OS, HighlightColor::String); in dumpString() local
584 COS.get() << '"'; in dumpString()
585 COS.get().write_escaped(DbgStr.getValue()); in dumpString()
586 COS.get() << '"'; in dumpString()
/third_party/mesa3d/src/mesa/program/
Dprogram_lexer.l193 COS{sat} { return_opcode(require_ARB_fp, SCALAR_OP, COS, 3); }
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h71 OP11(COS)
Dtgsi_info_opcodes.h37 OPCODE(1, 1, REPL, COS)
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DLanguageTag.java75 COS("Corsican", "cos"), enumConstant
/third_party/mesa3d/src/freedreno/ir2/
Dinstr-a2xx.h87 COS = 49, enumerator
Ddisasm-a2xx.c224 INSTR(COS, 1),
/third_party/openGLES/extensions/NV/
DNV_vertex_program2_option.txt59 * SIN and COS trigonometry instructions, and
153 <SCALARop> ::= "COS"
247 ABS, ADD, ADDRESS, ALIAS, ARA, ARL, ARR, ATTRIB, BRA, CAL, COS,
331 COS[C] s ssss cosine
665 - COS (cosine),
803 Section 2.14.5.32, COS: Cosine
805 The COS instruction approximates the cosine of the angle specified
DNV_vertex_program3.txt192 ABS, ADD, ADDRESS, ALIAS, ARA, ARL, ARR, ATTRIB, BRA, CAL, COS,
315 COS X X s ssss cosine
DNV_vertex_program2.txt91 * COS, SIN: Adds support for high-precision sine and cosine
962 <vp2-SCALARop> ::= "COS" | "COSC"
1449 COS[C] s ssss cosine
2087 Section 2.14.3.8, COS: Cosine
2089 The COS instruction approximates the cosine of the angle specified by the
2114 The COS instruction is available only in the VP2 execution environment.
DNV_fragment_program_option.txt266 COS X X - X X s ssss cosine with reduction to [-PI,PI]
1075 <SCALARop> ::= "COS"
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program2_option.txt59 * SIN and COS trigonometry instructions, and
153 <SCALARop> ::= "COS"
247 ABS, ADD, ADDRESS, ALIAS, ARA, ARL, ARR, ATTRIB, BRA, CAL, COS,
331 COS[C] s ssss cosine
665 - COS (cosine),
803 Section 2.14.5.32, COS: Cosine
805 The COS instruction approximates the cosine of the angle specified
DNV_vertex_program3.txt192 ABS, ADD, ADDRESS, ALIAS, ARA, ARL, ARR, ATTRIB, BRA, CAL, COS,
315 COS X X s ssss cosine
DNV_vertex_program2.txt91 * COS, SIN: Adds support for high-precision sine and cosine
962 <vp2-SCALARop> ::= "COS" | "COSC"
1449 COS[C] s ssss cosine
2087 Section 2.14.3.8, COS: Cosine
2089 The COS instruction approximates the cosine of the angle specified by the
2114 The COS instruction is available only in the VP2 execution environment.
DNV_fragment_program_option.txt266 COS X X - X X s ssss cosine with reduction to [-PI,PI]
1075 <SCALARop> ::= "COS"
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c70 OP(fsqrt, SQRT, X_X_0), OP(fsin, SIN, X_X_0), OP(fcos, COS, X_X_0),
Detnaviv_disasm.c500 OPC(COS),
/third_party/mesa3d/src/intel/tools/
Di965_lex.l135 cos { yylval.integer = BRW_MATH_FUNCTION_COS; return COS; }
Di965_gram.y405 %token <integer> COS EXP FDIV INV INVM INTDIV INTDIVMOD INTMOD LOG POW RSQ
857 COS
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c327 [nir_op_fcos] = {COS, -1}, in instr_create_alu()
/third_party/openGLES/extensions/ARB/
DARB_fragment_program.txt223 instruction. ARB_fragment_program adds the SIN/COS/SCS
606 RESOLVED: Unlike the individual SIN and COS instructions, SCS
1470 <SCALARop> ::= "COS" | "COS_SAT"
1901 ABS, ABS_SAT, ADD, ADD_SAT, ALIAS, ATTRIB, CMP, CMP_SAT, COS,
2610 COS s ssss cosine with reduction to [-PI,PI]
2971 3.11.5.4 COS: Cosine
2973 The COS instruction approximates the trigonometric cosine of the
4298 * SCS: sine/cosine. Emulated using the separate SIN and COS
4952 - Added SIN and COS instructions.
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_fragment_program.txt213 instruction. ARB_fragment_program adds the SIN/COS/SCS
596 RESOLVED: Unlike the individual SIN and COS instructions, SCS
1460 <SCALARop> ::= "COS" | "COS_SAT"
1891 ABS, ABS_SAT, ADD, ADD_SAT, ALIAS, ATTRIB, CMP, CMP_SAT, COS,
2600 COS s ssss cosine with reduction to [-PI,PI]
2961 3.11.5.4 COS: Cosine
2963 The COS instruction approximates the trigonometric cosine of the
4288 * SCS: sine/cosine. Emulated using the separate SIN and COS
4942 - Added SIN and COS instructions.
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c559 nvfx_fp_emit(fpc, arith(sat, COS, dst, mask, src[0], none, none)); in nvfx_fragprog_parse_instruction()
Dnvfx_vertprog.c579 nvfx_vp_emit(vpc, arith(sat, SCA, COS, dst, mask, none, none, src[0])); in nvfx_vertprog_parse_instruction()

12