/third_party/ffmpeg/libavcodec/ |
D | dct.c | 41 #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/ |
D | DWARFFormValue.cpp | 583 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/ |
D | program_lexer.l | 193 COS{sat} { return_opcode(require_ARB_fp, SCALAR_OP, COS, 3); }
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 71 OP11(COS)
|
D | tgsi_info_opcodes.h | 37 OPCODE(1, 1, REPL, COS)
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
D | LanguageTag.java | 75 COS("Corsican", "cos"), enumConstant
|
/third_party/mesa3d/src/freedreno/ir2/ |
D | instr-a2xx.h | 87 COS = 49, enumerator
|
D | disasm-a2xx.c | 224 INSTR(COS, 1),
|
/third_party/openGLES/extensions/NV/ |
D | NV_vertex_program2_option.txt | 59 * 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
|
D | NV_vertex_program3.txt | 192 ABS, ADD, ADDRESS, ALIAS, ARA, ARL, ARR, ATTRIB, BRA, CAL, COS, 315 COS X X s ssss cosine
|
D | NV_vertex_program2.txt | 91 * 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.
|
D | NV_fragment_program_option.txt | 266 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/ |
D | NV_vertex_program2_option.txt | 59 * 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
|
D | NV_vertex_program3.txt | 192 ABS, ADD, ADDRESS, ALIAS, ARA, ARL, ARR, ATTRIB, BRA, CAL, COS, 315 COS X X s ssss cosine
|
D | NV_vertex_program2.txt | 91 * 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.
|
D | NV_fragment_program_option.txt | 266 COS X X - X X s ssss cosine with reduction to [-PI,PI] 1075 <SCALARop> ::= "COS"
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_emit.c | 70 OP(fsqrt, SQRT, X_X_0), OP(fsin, SIN, X_X_0), OP(fcos, COS, X_X_0),
|
D | etnaviv_disasm.c | 500 OPC(COS),
|
/third_party/mesa3d/src/intel/tools/ |
D | i965_lex.l | 135 cos { yylval.integer = BRW_MATH_FUNCTION_COS; return COS; }
|
D | i965_gram.y | 405 %token <integer> COS EXP FDIV INV INVM INTDIV INTDIVMOD INTMOD LOG POW RSQ 857 COS
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 327 [nir_op_fcos] = {COS, -1}, in instr_create_alu()
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_fragment_program.txt | 223 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/ |
D | ARB_fragment_program.txt | 213 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/ |
D | nvfx_fragprog.c | 559 nvfx_fp_emit(fpc, arith(sat, COS, dst, mask, src[0], none, none)); in nvfx_fragprog_parse_instruction()
|
D | nvfx_vertprog.c | 579 nvfx_vp_emit(vpc, arith(sat, SCA, COS, dst, mask, none, none, src[0])); in nvfx_vertprog_parse_instruction()
|