Searched refs:COS (Results 1 - 14 of 14) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | dct.c | 43 #define COS(s, n, x) (s->costab[x]) macro 85 float c = COS(ctx, n, 2 * i); in dct_calc_I_c() 116 float c = COS(ctx, n, i); in dct_calc_III_c() 164 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/ |
H A 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/freedreno/ir2/ |
H A D | instr-a2xx.h | 87 COS = 49, enumerator
|
H A D | disasm-a2xx.c | 224 INSTR(COS, 1),
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_opcode_tmp.h | 71 OP11(COS)
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A 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),
|
H A D | etnaviv_disasm.c | 500 OPC(COS),
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
H A D | LanguageTag.java | 75 COS("Corsican", "cos"), enum constant
|
/third_party/mesa3d/src/intel/tools/ |
H A 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/nouveau/nv30/ |
H A D | nvfx_vertprog.c | 579 nvfx_vp_emit(vpc, arith(sat, SCA, COS, dst, mask, none, none, src[0])); in nvfx_vertprog_parse_instruction()
|
H A D | nvfx_fragprog.c | 559 nvfx_fp_emit(fpc, arith(sat, COS, dst, mask, src[0], none, none)); in nvfx_fragprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | ir2_nir.c | 327 [nir_op_fcos] = {COS, -1}, in instr_create_alu()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3.h | 2318 INSTR1(COS)
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 756 NV50_IR_OPCODE_CASE(COS, COS); in translateOpcode()
|
Completed in 21 milliseconds