Home
last modified time | relevance | path

Searched refs:SIN (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/ffmpeg/libavcodec/
Ddct.c38 #define SIN(s, n, x) (s->costab[(n) - (x)]) macro
52 float s = SIN(ctx, n, 2 * i); in dst_calc_I_c()
82 float s = SIN(ctx, n, 2 * i); in dct_calc_I_c()
115 float s = SIN(ctx, n, i); in dct_calc_III_c()
145 float s = SIN(ctx, n, 2 * i + 1); in dct_calc_II_c()
163 float s = SIN(ctx, n, i); in dct_calc_II_c()
/third_party/skia/include/private/
DSkVx.h49 #define SIN template <int N > SI macro
592 SIN Vec<N,float> ceil(const Vec<N,float>& x) { return map( ceilf, x); }
593 SIN Vec<N,float> floor(const Vec<N,float>& x) { return map(floorf, x); }
594 SIN Vec<N,float> trunc(const Vec<N,float>& x) { return map(truncf, x); }
595 SIN Vec<N,float> round(const Vec<N,float>& x) { return map(roundf, x); }
596 SIN Vec<N,float> sqrt(const Vec<N,float>& x) { return map( sqrtf, x); }
597 SIN Vec<N,float> abs(const Vec<N,float>& x) { return map( fabsf, x); }
598 SIN Vec<N,float> fma(const Vec<N,float>& x,
609 SIN Vec<N,int> lrint(const Vec<N,float>& x) {
624 SIN Vec<N,float> fract(const Vec<N,float>& x) { return x - floor(x); }
[all …]
/third_party/mesa3d/src/mesa/program/
Dprogram_lexer.l226 SIN{sat} { return_opcode(require_ARB_fp, SCALAR_OP, SIN, 3); }
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h83 OP11(SIN)
Dtgsi_info_opcodes.h49 OPCODE(1, 1, REPL, SIN)
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/
DCompositionExclusions.txt77 FB2B # HEBREW LETTER SHIN WITH SIN DOT
79 FB2D # HEBREW LETTER SHIN WITH DAGESH AND SIN DOT
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DCompositionExclusions.txt77 FB2B # HEBREW LETTER SHIN WITH SIN DOT
79 FB2D # HEBREW LETTER SHIN WITH DAGESH AND SIN DOT
/third_party/mesa3d/src/freedreno/ir2/
Dinstr-a2xx.h86 SIN = 48, enumerator
Ddisasm-a2xx.c223 INSTR(SIN, 1),
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/
Drec_parse_graph.h139 {SIN, OperatorType::kRecElmWiseOp},
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c70 OP(fsqrt, SQRT, X_X_0), OP(fsin, SIN, X_X_0), OP(fcos, COS, X_X_0),
Detnaviv_disasm.c499 OPC(SIN),
/third_party/openGLES/extensions/NV/
DNV_vertex_program2_option.txt59 * SIN and COS trigonometry instructions, and
155 | "SIN"
250 RSQ, SEQ, SFL, SGE, SGT, SIN, SLE, SLT, SNE, SUB, SSG, STR, SWZ,
357 SIN[C] s ssss sine
670 - SIN (sine),
904 Section 2.14.5.38, SIN: Sine
906 The SIN instruction approximates the sine of the angle specified by
DNV_vertex_program3.txt195 RCP, RET, RSQ, SEQ, SFL, SGE, SGT, SIN, SLE, SLT, SNE, SUB, SSG,
343 SIN X X s ssss sine
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program2_option.txt59 * SIN and COS trigonometry instructions, and
155 | "SIN"
250 RSQ, SEQ, SFL, SGE, SGT, SIN, SLE, SLT, SNE, SUB, SSG, STR, SWZ,
357 SIN[C] s ssss sine
670 - SIN (sine),
904 Section 2.14.5.38, SIN: Sine
906 The SIN instruction approximates the sine of the angle specified by
DNV_vertex_program3.txt195 RCP, RET, RSQ, SEQ, SFL, SGE, SGT, SIN, SLE, SLT, SNE, SUB, SSG,
343 SIN X X s ssss sine
DNV_vertex_program2.txt91 * COS, SIN: Adds support for high-precision sine and cosine
970 | "SIN" | "SINC"
1474 SIN[C] s ssss sine
2743 Section 2.14.3.33, SIN: Sine
2745 The SIN instruction approximates the sine of the angle specified by the
2771 The SIN instruction is available only in the VP2 execution environment.
3438 31 08/17/03 pbrown Added several overlooked opcodes (RCC, SUB, SIN)
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h350 constexpr char SIN[] = "Sin"; variable
/third_party/mesa3d/src/intel/tools/
Di965_lex.l157 sin { yylval.integer = BRW_MATH_FUNCTION_SIN; return SIN; }
Di965_gram.y406 %token <integer> RSQRTM SIN SINCOS SQRT
869 | SIN
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_auto_parallel.cc143 SIN, SINH, TAN, in IsElementWiseOperator()
170 …EXPM1, LOG1P, SIN, SINH, TAN, RSQRT, INV, RECIPROCAL, ROUND, FLOOR, SIGN, ERF, ERFC, ZEROSLIKE, ON… in IsSplittableOperator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp1505 StructorIdentifierNode *SIN = in demangleFullyQualifiedSymbolName() local
1508 SIN->Class = static_cast<IdentifierNode *>(ClassNode); in demangleFullyQualifiedSymbolName()
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_compiler.h1343 VIR_SFU(SIN) in VIR_A_ALU2()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c325 [nir_op_fsin] = {SIN, -1}, in instr_create_alu()
/third_party/gettext/gettext-runtime/po/
Des.po83 "SIN NINGÚN TIPO DE GARANTÍA, dentro de los límites legales.\n"

1234