Home
last modified time | relevance | path

Searched refs:tmp_fp (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/support/
H A Dos_helper.py210 tmp_fp, tmp_name = tempfile.mkstemp(dir=tmp_dir)
216 os.setxattr(tmp_fp, b"user.test", b"")
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h3291 DoubleRegister tmp_fp = tmp_s128.fp();
3293 Fmaxv(tmp_fp.S(), src.fp().V4S());
3296 Fmaxp(tmp_fp.D(), src.fp().V2D());
3298 emit_set_if_nan(dst, tmp_fp, lane_kind);
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h3613 DoubleRegister tmp_fp = tmp_s128.fp(); in emit_s128_set_if_nan() local
3615 vfmv_fs(tmp_fp, kSimd128ScratchReg); in emit_s128_set_if_nan()
3617 feq_s(kScratchReg, tmp_fp, tmp_fp); // scratch <- !IsNan(tmp_fp) in emit_s128_set_if_nan()
3620 feq_d(kScratchReg, tmp_fp, tmp_fp); // scratch <- !IsNan(tmp_fp) in emit_s128_set_if_nan()

Completed in 14 milliseconds