/third_party/ffmpeg/libavcodec/ |
D | takdec.c | 590 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/ |
D | simulator-loong64.cc | 2118 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/ |
D | simulator-ppc.cc | 1017 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/ |
D | simulator-arm.cc | 1699 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/ |
D | simulator-riscv64.cc | 2813 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/ |
D | simulator-mips.cc | 2311 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/ |
D | simulator-mips64.cc | 2313 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/ |
D | simulator-s390.cc | 2019 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()
|