Home
last modified time | relevance | path

Searched refs:dval1 (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dtakdec.c590 int length2, order_half, filter_order, dval1, dval2; in decorrelate() local
598 dval1 = get_bits1(gb); in decorrelate()
611 if (dval1) { in decorrelate()
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.cc2118 double dval0, dval1; // one or two double parameters in SoftwareInterrupt() local
2122 GetFpArgs(&dval0, &dval1, &ival); in SoftwareInterrupt()
2131 dval0, dval1); in SoftwareInterrupt()
2151 iresult = target(dval0, dval1); in SoftwareInterrupt()
2159 dresult = target(dval0, dval1); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/ppc/
Dsimulator-ppc.cc1017 double dval0, dval1; // one or two double parameters in SoftwareInterrupt() local
1021 GetFpArgs(&dval0, &dval1, &ival); in SoftwareInterrupt()
1030 dval0, dval1); in SoftwareInterrupt()
1056 iresult = target(dval0, dval1); in SoftwareInterrupt()
1063 dresult = target(dval0, dval1); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.cc1699 double dval0, dval1; // one or two double parameters in SoftwareInterrupt() local
1703 GetFpArgs(&dval0, &dval1, &ival); in SoftwareInterrupt()
1712 dval0, dval1); in SoftwareInterrupt()
1737 iresult = target(dval0, dval1); in SoftwareInterrupt()
1748 dresult = target(dval0, dval1); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.cc2813 double dval0, dval1; // one or two double parameters in SoftwareInterrupt() local
2817 GetFpArgs(&dval0, &dval1, &ival); in SoftwareInterrupt()
2827 dval0, dval1); in SoftwareInterrupt()
2849 iresult = target(dval0, dval1); in SoftwareInterrupt()
2857 dresult = target(dval0, dval1); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.cc2311 double dval0, dval1; // one or two double parameters in SoftwareInterrupt() local
2315 GetFpArgs(&dval0, &dval1, &ival); in SoftwareInterrupt()
2324 dval0, dval1); in SoftwareInterrupt()
2344 iresult = target(dval0, dval1); in SoftwareInterrupt()
2352 dresult = target(dval0, dval1); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.cc2313 double dval0, dval1; // one or two double parameters in SoftwareInterrupt() local
2317 GetFpArgs(&dval0, &dval1, &ival); in SoftwareInterrupt()
2326 dval0, dval1); in SoftwareInterrupt()
2346 iresult = target(dval0, dval1); in SoftwareInterrupt()
2354 dresult = target(dval0, dval1); in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/s390/
Dsimulator-s390.cc2019 double dval0, dval1; // one or two double parameters in SoftwareInterrupt() local
2023 GetFpArgs(&dval0, &dval1, &ival); in SoftwareInterrupt()
2032 dval0, dval1); in SoftwareInterrupt()
2058 iresult = target(dval0, dval1); in SoftwareInterrupt()
2065 dresult = target(dval0, dval1); in SoftwareInterrupt()