Home
last modified time | relevance | path

Searched defs:llx (Results 1 – 6 of 6) sorted by relevance

/third_party/FreeBSD/lib/msun/ld128/
Ds_logl.c457 uint64_t lx, llx; in k_logl() local
570 uint64_t lx, llx; in log1pl() local
Ds_erfl.c195 uint64_t lx, llx; in erfl() local
257 uint64_t lx, llx; in erfcl() local
De_lgammal_r.c226 uint64_t llx,lx; in lgammal_r() local
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc1870 __ llx(second_output, MemOperand(a0, 4)); in AssembleArchInstruction() local
1890 __ llx(i.TempRegister(2), MemOperand(a0, 4)); in AssembleArchInstruction() local
1932 __ llx(oldval_high, MemOperand(i.TempRegister(0), 4)); in AssembleArchInstruction() local
1959 __ llx(oldval_high, MemOperand(i.TempRegister(0), 4)); in AssembleArchInstruction() local
/third_party/python/Lib/
Dturtle.py1069 def setworldcoordinates(self, llx, lly, urx, ury): argument
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.cc2157 void Assembler::llx(Register rd, const MemOperand& rs) { in llx() function in v8::internal::Assembler