Home
last modified time | relevance | path

Searched refs:COS (Results 1 - 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddct.c43 #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 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/freedreno/ir2/
H A Dinstr-a2xx.h87 COS = 49, enumerator
H A Ddisasm-a2xx.c224 INSTR(COS, 1),
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h71 OP11(COS)
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c70 OP(fsqrt, SQRT, X_X_0), OP(fsin, SIN, X_X_0), OP(fcos, COS, X_X_0),
H A Detnaviv_disasm.c500 OPC(COS),
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DLanguageTag.java75 COS("Corsican", "cos"), enum constant
/third_party/mesa3d/src/intel/tools/
H A Di965_gram.y405 %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 Dnvfx_vertprog.c579 nvfx_vp_emit(vpc, arith(sat, SCA, COS, dst, mask, none, none, src[0])); in nvfx_vertprog_parse_instruction()
H A Dnvfx_fragprog.c559 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 Dir2_nir.c327 [nir_op_fcos] = {COS, -1}, in instr_create_alu()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3.h2318 INSTR1(COS)
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp756 NV50_IR_OPCODE_CASE(COS, COS); in translateOpcode()

Completed in 21 milliseconds