Home
last modified time | relevance | path

Searched refs:llx (Results 1 - 9 of 9) sorted by relevance

/third_party/FreeBSD/lib/msun/ld128/
H A Ds_logl.c457 uint64_t lx, llx; in k_logl() local
461 EXTRACT_LDBL128_WORDS(hx, lx, llx, x); in k_logl()
468 if (((hx & 0x7fff) | lx | llx) == 0) in k_logl()
474 EXTRACT_LDBL128_WORDS(hx, lx, llx, x); in k_logl()
521 llx & 0xffffffffff000000ULL); in k_logl()
570 uint64_t lx, llx; in log1pl() local
575 EXTRACT_LDBL128_WORDS(hx, lx, llx, x); in log1pl()
579 if (ax == 0x3fff && (lx | llx) == 0) in log1pl()
603 EXTRACT_LDBL128_WORDS(hx, lx, llx, x); in log1pl()
634 llx in log1pl()
[all...]
H A De_lgammal_r.c226 uint64_t llx,lx; in lgammal_r() local
230 EXTRACT_LDBL128_WORDS(hx,lx,llx,x); in lgammal_r()
240 if((ix|lx|llx)==0) in lgammal_r()
258 if((ix==0x3fff || ix==0x4000) && (lx|llx)==0) r = 0; in lgammal_r()
H A Ds_erfl.c195 uint64_t lx, llx; in erfl() local
199 EXTRACT_LDBL128_WORDS(hx, lx, llx, x); in erfl()
257 uint64_t lx, llx; in erfcl() local
260 EXTRACT_LDBL128_WORDS(hx, lx, llx, x); in erfcl()
/third_party/python/Lib/
H A Dturtle.py1069 def setworldcoordinates(self, llx, lly, urx, ury):
1073 llx -- a number, x-coordinate of lower left corner of canvas
1093 xspan = float(urx - llx)
1100 srx1 = llx * self.xscale
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc357 __ llx(oldval_high, MemOperand(i.TempRegister(0), 4)); \
386 __ llx(oldval_high, MemOperand(i.TempRegister(0), 4)); \
1870 __ llx(second_output, MemOperand(a0, 4)); in AssembleArchInstruction()
1890 __ llx(i.TempRegister(2), MemOperand(a0, 4)); in AssembleArchInstruction()
1932 __ llx(oldval_high, MemOperand(i.TempRegister(0), 4)); in AssembleArchInstruction()
1959 __ llx(oldval_high, MemOperand(i.TempRegister(0), 4)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/diagnostics/mips/
H A Ddisasm-mips.cc1636 Format(instr, "llx 'rt, 'imm9s('rs)"); in DecodeTypeImmediateSPECIAL3()
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.h557 void llx(Register rd, const MemOperand& rs);
H A Dassembler-mips.cc2157 void Assembler::llx(Register rd, const MemOperand& rs) { in llx() function in v8::internal::Assembler
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 159 milliseconds