/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_ssim.asm | 191 ; m1 = fs1, m2 = fs2, m3 = fss, m4 = fs12 194 pmulld m5, m1, m2 ; fs1 * fs2 196 pmulld m2, m2 ; fs2 * fs2 201 ; m1 = fs1 * fs1, m2 = fs2 * fs2, m3 = variance, m4 = covariance, m5 = fs1 * fs2 203 paddd m5, m5 ; 2 * fs1 * fs2 204 paddd m1, m2 ; fs1 * fs1 + fs2 * fs2 [all...] |
/third_party/ffmpeg/tests/ |
H A D | tiny_ssim.c | 90 type fs2 = s2; in ssim_end1() local 93 type vars = fss*64 - fs1*fs1 - fs2*fs2; in ssim_end1() 94 type covar = fs12*64 - fs1*fs2; in ssim_end1() 95 return (float)(2*fs1*fs2 + ssim_c1) * (float)(2*covar + ssim_c2) in ssim_end1() 96 / ((float)(fs1*fs1 + fs2*fs2 + ssim_c1) * (float)(vars + ssim_c2)); in ssim_end1()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_ssim.c | 168 int64_t fs2 = s2; in ssim_end1x() local 171 int64_t vars = fss * 64 - fs1 * fs1 - fs2 * fs2; in ssim_end1x() 172 int64_t covar = fs12 * 64 - fs1 * fs2; in ssim_end1x() 174 return (float)(2 * fs1 * fs2 + ssim_c1) * (float)(2 * covar + ssim_c2) in ssim_end1x() 175 / ((float)(fs1 * fs1 + fs2 * fs2 + ssim_c1) * (float)(vars + ssim_c2)); in ssim_end1x() 184 int fs2 = s2; in ssim_end1() local 187 int vars = fss * 64 - fs1 * fs1 - fs2 * fs2; in ssim_end1() [all...] |
/third_party/node/deps/v8/src/diagnostics/riscv64/ |
H A D | disasm-riscv64.cc | 1078 Format(instr, "fadd.s 'fd, 'fs1, 'fs2"); in DecodeRFPType() 1081 Format(instr, "fsub.s 'fd, 'fs1, 'fs2"); in DecodeRFPType() 1084 Format(instr, "fmul.s 'fd, 'fs1, 'fs2"); in DecodeRFPType() 1087 Format(instr, "fdiv.s 'fd, 'fs1, 'fs2"); in DecodeRFPType() 1098 Format(instr, "fsgnj.s 'fd, 'fs1, 'fs2"); in DecodeRFPType() 1104 Format(instr, "fsgnjn.s 'fd, 'fs1, 'fs2"); in DecodeRFPType() 1110 Format(instr, "fsgnjx.s 'fd, 'fs1, 'fs2"); in DecodeRFPType() 1120 Format(instr, "fmin.s 'fd, 'fs1, 'fs2"); in DecodeRFPType() 1123 Format(instr, "fmax.s 'fd, 'fs1, 'fs2"); in DecodeRFPType() 1170 Format(instr, "feq.s 'rd, 'fs1, 'fs2"); in DecodeRFPType() [all...] |
/third_party/musl/src/setjmp/riscv64/ |
H A D | longjmp.S | 28 fld fs2, 128(a0)
|
H A D | setjmp.S | 28 fsd fs2, 128(a0)
|
/third_party/musl/src/setjmp/riscv32/ |
H A D | longjmp.S | 28 fld fs2, 72(a0)
|
H A D | setjmp.S | 28 fsd fs2, 72(a0)
|
/third_party/musl/src/setjmp/loongarch64/ |
H A D | setjmp.S | 26 fst.d $fs2, $a0, 120
|
H A D | longjmp.S | 23 fld.d $fs2, $a0, 120
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | reglist-riscv64.h | 40 const DoubleRegList kCalleeSavedFPU = {fs0, fs1, fs2, fs3, fs4, fs5,
|
H A D | register-riscv64.h | 47 V(fa6) V(fa7) V(fs2) V(fs3) V(fs4) V(fs5) V(fs6) V(fs7) \
|
/third_party/libunwind/libunwind/src/riscv/ |
H A D | setcontext.S | 44 LOAD_FP fs2, FREG(18)
|
H A D | getcontext.S | 68 STORE_FP fs2, FREG(18)
|
/third_party/skia/tests/ |
H A D | SkNxTest.cpp | 251 auto fs2 = Sk2f(0.4f, -0.4f).floor(); in DEF_TEST() local 252 REPORTER_ASSERT(r, fs2[0] == 0.0f); in DEF_TEST() 253 REPORTER_ASSERT(r, fs2[1] == -1.0f); in DEF_TEST()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | c-linkage.cc | 129 fs0, fs1, fs2, fs3, fs4, fs5, fs6, fs7, fs8, fs9, fs10, fs11
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcUniformBlockTests.cpp | 604 std::string fs2("precision highp float;\n" in iterate() 612 if (!Link(vs1, fs1) || !Link(vs2, fs2)) in iterate() 715 std::string fs2("precision highp float;\n" in iterate() 723 if (!Test(vs2, fs2, GL_TRUE)) in iterate()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_exif.cpp | 4243 real64 fs2 = fLensInfo [3].As_real64 (); in PostParse() local 4245 if (fs1 >= 1.0 && fs2 >= 1.0 && fs2 >= fs1) in PostParse() 4249 real64 av2 = FNumberToApertureValue (fs2); in PostParse()
|
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.h | 291 fs2, enumerator
|
H A D | simulator-riscv64.cc | 6631 float fs2 = Rvvelt<float>(rvv_vs2_reg(), 0); 6632 set_fpu_register_float(rd_reg(), fs2); 6636 double fs2 = Rvvelt<double>(rvv_vs2_reg(), 0); 6637 set_fpu_register_double(rd_reg(), fs2);
|
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | 50 var fs2, nodePath; 52 fs2 = require("fs"); 61 return fs2.readFileSync(filename, binary ? void 0 : "utf8"); 76 fs2.readFile(filename, function(err2, data) { [all...] |
/third_party/elfutils/tests/ |
H A D | run-allregs.sh | 2892 50: fs2 (fs2), float 64 bits
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderStorageBufferObjectTests.cpp | 5240 std::string fs2("buffer Buf { float x; };\n" in Run() 5245 if (!Link(vs2, fs2)) in Run()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cShaderStorageBufferObjectTests.cpp | 4982 std::string fs2("buffer Buf { float x; };\n" in Run() 4987 if (!Link(vs2, fs2)) in Run()
|