/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/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/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/mesa3d/src/freedreno/ir2/ |
D | instr-a2xx.h | 86 SIN = 48, enumerator
|
D | disasm-a2xx.c | 223 INSTR(SIN, 1),
|
/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
|
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/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/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/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/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 | 1403 VIR_SFU(SIN) in VIR_A_ALU2()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 328 [nir_op_fsin] = {SIN, -1}, in instr_create_alu()
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_fragment_program.txt | 223 instruction. ARB_fragment_program adds the SIN/COS/SCS 606 RESOLVED: Unlike the individual SIN and COS instructions, SCS 1475 | "SIN" | "SIN_SAT" 1906 POW, POW_SAT, RCP, RCP_SAT, RSQ, RSQ_SAT, SIN, SIN_SAT, SCS, 2632 SIN s ssss sine with reduction to [-PI,PI] 3353 3.11.5.25 SIN: Sine 3355 The SIN instruction approximates the trigonometric sine of the angle 4298 * SCS: sine/cosine. Emulated using the separate SIN and COS 4952 - Added SIN and COS instructions.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_fragment_program.txt | 213 instruction. ARB_fragment_program adds the SIN/COS/SCS 596 RESOLVED: Unlike the individual SIN and COS instructions, SCS 1465 | "SIN" | "SIN_SAT" 1896 POW, POW_SAT, RCP, RCP_SAT, RSQ, RSQ_SAT, SIN, SIN_SAT, SCS, 2622 SIN s ssss sine with reduction to [-PI,PI] 3343 3.11.5.25 SIN: Sine 3345 The SIN instruction approximates the trigonometric sine of the angle 4288 * SCS: sine/cosine. Emulated using the separate SIN and COS 4942 - Added SIN and COS instructions.
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 702 nvfx_fp_emit(fpc, arith(sat, SIN, dst, mask, src[0], none, none)); in nvfx_fragprog_parse_instruction()
|