/third_party/ffmpeg/libavcodec/ |
D | dct.c | 38 #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/ |
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); } 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/ |
D | program_lexer.l | 226 SIN{sat} { return_opcode(require_ARB_fp, SCALAR_OP, SIN, 3); }
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 83 OP11(SIN)
|
D | tgsi_info_opcodes.h | 49 OPCODE(1, 1, REPL, SIN)
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/ |
D | CompositionExclusions.txt | 77 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/ |
D | CompositionExclusions.txt | 77 FB2B # HEBREW LETTER SHIN WITH SIN DOT 79 FB2D # HEBREW LETTER SHIN WITH DAGESH AND SIN DOT
|
/third_party/mesa3d/src/freedreno/ir2/ |
D | instr-a2xx.h | 86 SIN = 48, enumerator
|
D | disasm-a2xx.c | 223 INSTR(SIN, 1),
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/ |
D | rec_parse_graph.h | 139 {SIN, OperatorType::kRecElmWiseOp},
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
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),
|
D | etnaviv_disasm.c | 499 OPC(SIN),
|
/third_party/openGLES/extensions/NV/ |
D | NV_vertex_program2_option.txt | 59 * 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
|
D | NV_vertex_program3.txt | 195 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/ |
D | NV_vertex_program2_option.txt | 59 * 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
|
D | NV_vertex_program3.txt | 195 RCP, RET, RSQ, SEQ, SFL, SGE, SGT, SIN, SLE, SLT, SNE, SUB, SSG, 343 SIN X X s ssss sine
|
D | NV_vertex_program2.txt | 91 * 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/ |
D | ops_utils.h | 350 constexpr char SIN[] = "Sin"; variable
|
/third_party/mesa3d/src/intel/tools/ |
D | i965_lex.l | 157 sin { yylval.integer = BRW_MATH_FUNCTION_SIN; return SIN; }
|
D | i965_gram.y | 406 %token <integer> RSQRTM SIN SINCOS SQRT 869 | SIN
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ |
D | step_auto_parallel.cc | 143 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/ |
D | MicrosoftDemangle.cpp | 1505 StructorIdentifierNode *SIN = in demangleFullyQualifiedSymbolName() local 1508 SIN->Class = static_cast<IdentifierNode *>(ClassNode); in demangleFullyQualifiedSymbolName()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | v3d_compiler.h | 1343 VIR_SFU(SIN) in VIR_A_ALU2()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 325 [nir_op_fsin] = {SIN, -1}, in instr_create_alu()
|
/third_party/gettext/gettext-runtime/po/ |
D | es.po | 83 "SIN NINGÚN TIPO DE GARANTÍA, dentro de los límites legales.\n"
|