Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddct.c40 #define SIN(s, n, x) (s->costab[(n) - (x)]) macro
54 float s = SIN(ctx, n, 2 * i); in dst_calc_I_c()
84 float s = SIN(ctx, n, 2 * i); in dct_calc_I_c()
117 float s = SIN(ctx, n, i); in dct_calc_III_c()
147 float s = SIN(ctx, n, 2 * i + 1); in dct_calc_II_c()
165 float s = SIN(ctx, n, i); in dct_calc_II_c()
/third_party/skia/include/private/
H A DSkVx.h49 #define SIN template <int N > SI macro
592 SIN Vec<N,float> ceil(const Vec<N,float>& x) { return map( ceilf, x); } in ceil()
593 SIN Vec<N,float> floor(const Vec<N,float>& x) { return map(floorf, x); } in floor()
594 SIN Vec<N,float> trunc(const Vec<N,float>& x) { return map(truncf, x); } in trunc()
595 SIN Vec<N,float> round(const Vec<N,float>& x) { return map(roundf, x); } in round()
596 SIN Vec<N,float> sqrt(const Vec<N,float>& x) { return map( sqrtf, x); } in sqrt()
597 SIN Vec<N,float> abs(const Vec<N,float>& x) { return map( fabsf, x); } in abs()
598 SIN Vec<N,float> fma(const Vec<N,float>& x, in fma()
609 SIN Vec<N,int> lrint(const Vec<N,float>& x) { in lrint()
624 SIN Ve
925 #undef SIN global() macro
[all...]
/third_party/mesa3d/src/freedreno/ir2/
H A Dinstr-a2xx.h86 SIN = 48, enumerator
H A Ddisasm-a2xx.c223 INSTR(SIN, 1),
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h83 OP11(SIN)
/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.c499 OPC(SIN),
/third_party/mesa3d/src/intel/tools/
H A Di965_gram.y406 %token <integer> RSQRTM SIN SINCOS SQRT
869 | SIN
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_compiler.h1403 VIR_SFU(SIN)
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c660 nvfx_vp_emit(vpc, arith(sat, SCA, SIN, dst, mask, none, none, src[0])); in nvfx_vertprog_parse_instruction()
H A Dnvfx_fragprog.c702 nvfx_fp_emit(fpc, arith(sat, SIN, dst, mask, src[0], none, none)); in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c328 [nir_op_fsin] = {SIN, -1}, in instr_create_alu()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3.h2317 INSTR1(SIN)
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp766 NV50_IR_OPCODE_CASE(SIN, SIN); in translateOpcode()

Completed in 22 milliseconds