Searched refs:llx (Results 1 - 9 of 9) sorted by relevance
/third_party/FreeBSD/lib/msun/ld128/ |
H A D | s_logl.c | 457 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 D | e_lgammal_r.c | 226 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 D | s_erfl.c | 195 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 D | turtle.py | 1069 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 D | code-generator-mips.cc | 357 __ 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 D | disasm-mips.cc | 1636 Format(instr, "llx 'rt, 'imm9s('rs)"); in DecodeTypeImmediateSPECIAL3()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.h | 557 void llx(Register rd, const MemOperand& rs);
|
H A D | assembler-mips.cc | 2157 void Assembler::llx(Register rd, const MemOperand& rs) { in llx() function in v8::internal::Assembler
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | [all...] |
Completed in 159 milliseconds