/third_party/ffmpeg/libavcodec/ |
H A D | dct.c | 40 #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 D | SkVx.h | 49 #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 D | instr-a2xx.h | 86 SIN = 48, enumerator
|
H A D | disasm-a2xx.c | 223 INSTR(SIN, 1),
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_opcode_tmp.h | 83 OP11(SIN)
|
/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 | 499 OPC(SIN),
|
/third_party/mesa3d/src/intel/tools/ |
H A D | i965_gram.y | 406 %token <integer> RSQRTM SIN SINCOS SQRT 869 | SIN
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | v3d_compiler.h | 1403 VIR_SFU(SIN)
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_vertprog.c | 660 nvfx_vp_emit(vpc, arith(sat, SCA, SIN, dst, mask, none, none, src[0])); in nvfx_vertprog_parse_instruction()
|
H A D | nvfx_fragprog.c | 702 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 D | ir2_nir.c | 328 [nir_op_fsin] = {SIN, -1}, in instr_create_alu()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3.h | 2317 INSTR1(SIN)
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 766 NV50_IR_OPCODE_CASE(SIN, SIN); in translateOpcode()
|