- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 138 for Jr (0.17 sec)
-
stdlib/LinearAlgebra/src/transpose.jl
length(ir_src)," and ",length(jr_dest),")"))) end @boundscheck checkbounds(B, ir_dest, jr_dest) @boundscheck checkbounds(A, ir_src, jr_src) idest = first(ir_dest) for jsrc in jr_src jdest = first(jr_dest) for isrc in ir_src B[idest,jdest] = A[isrc,jsrc] jdest += step(jr_dest) end idest += step(ir_dest) end
Others - Registered: 2023-03-20 02:21 - Last Modified: 2022-11-08 09:46 - 6K bytes - Viewed (0) -
Zend/asm/make_mips64_n64_elf_gas.S
sd $t9, 144($v0) jr $ra # return pointer to context-data finish: # reload our gp register (needed for la) daddiu $t0, $sp, -160 ld $gp, 136($t0) # call _exit(0) # the previous function should have left the 16 bytes incoming argument # area on the stack which we reuse for calling _exit dla $t9, _exit move $a0, $zero jr $t9 .end make_fcontext
Others - Registered: 2023-03-15 18:37 - Last Modified: 2021-04-26 16:07 - 3.6K bytes - Viewed (0) -
Zend/asm/make_mips32_o32_elf_gas.S
sw $t9, 88($v0) jr $ra # return pointer to context-data finish: # reload our gp register (needed for la) lw $gp, 16($sp) # call _exit(0) # the previous function should have left the 16 bytes incoming argument # area on the stack which we reuse for calling _exit la $t9, _exit move $a0, $zero jr $t9 .end make_fcontext .size make_fcontext, .-make_fcontext
Others - Registered: 2023-03-15 18:37 - Last Modified: 2021-04-26 16:07 - 3.6K bytes - Viewed (0) -
doc/release-notes/release-notes-0.18.1.md
- #16412 Make poll in InterruptibleRecv only filter for POLLIN events (tecnovert) ### Wallet - #15913 Add -ignorepartialspends to list of ignored wallet options (luke-jr) ### RPC and other APIs - #15991 Bugfix: fix pruneblockchain returned prune height (jonasschnelli) - #15899 Document iswitness flag and fix bug in converttopsbt (MarcoFalke)
Plain Text - Registered: 2023-03-14 01:31 - Last Modified: 2019-08-14 11:01 - 4.9K bytes - Viewed (0) -
runtime/compiler/intel.vim
" Vim compiler file " Compiler: Intel C++ 7.1 " Maintainer: David Harrison <david_jr@users.sourceforge.net> " Last Change: 2012 Apr 30 if exists("current_compiler") finish endif let current_compiler = "intel" let s:keepcpo= &cpo set cpo&vim if exists(":CompilerSet") != 2 " older Vim always used :setlocal command -nargs=* CompilerSet setlocal <args> endif CompilerSet errorformat=%E%f(%l):\ error:\ %m,
Plain Text - Registered: 2023-03-13 09:55 - Last Modified: 2012-04-30 13:56 - 595 bytes - Viewed (0) -
runtime/compiler/irix5_cpp.vim
" Vim compiler file " Compiler: SGI IRIX 5.3 CC or NCC " Maintainer: David Harrison <david_jr@users.sourceforge.net> " Last Change: 2012 Apr 30 if exists("current_compiler") finish endif let current_compiler = "irix5_cpp" let s:keepcpo= &cpo set cpo&vim if exists(":CompilerSet") != 2 " older Vim always used :setlocal command -nargs=* CompilerSet setlocal <args> endif CompilerSet errorformat=%E\"%f\"\\,\ line\ %l:\ error(%n):\ ,
Plain Text - Registered: 2023-03-13 09:55 - Last Modified: 2012-04-30 13:56 - 671 bytes - Viewed (0) -
plugins/moment/locale/tg.js
//! moment.js locale configuration //! locale : Tajik [tg] //! author : Orif N. Jr. : https://github.com/orif-jr ;(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' && typeof require === 'function' ? factory(require('../moment')) : typeof define === 'function' && define.amd ? define(['../moment'], factory) : factory(global.moment) }(this, (function (moment) { 'use strict';
JavaScript - Registered: 2023-03-13 07:18 - Last Modified: 2020-11-24 07:16 - 4.3K bytes - Viewed (0) -
doc/release-notes/release-notes-0.14.0.md
- #9156 `a8b2a82` Add compile and link options echo to configure (jonasschnelli) - #9393 `03d85f6` Include cuckoocache header in Makefile (MarcoFalke) - #9420 `bebe369` Fix linker error when configured with --enable-lcov (droark) - #9412 `53442af` Fix 'make deploy' for OSX (jonasschnelli) - #9475 `7014506` Let autoconf detect presence of `EVP_MD_CTX_new` (luke-jr)
Plain Text - Registered: 2023-03-14 01:31 - Last Modified: 2017-03-08 15:23 - 46.7K bytes - Viewed (1) -
runtime/compiler/irix5_c.vim
" Vim compiler file " Compiler: SGI IRIX 5.3 cc " Maintainer: David Harrison <david_jr@users.sourceforge.net> " Last Change: 2012 Apr 30 if exists("current_compiler") finish endif let current_compiler = "irix5_c" let s:keepcpo= &cpo set cpo&vim if exists(":CompilerSet") != 2 " older Vim always used :setlocal command -nargs=* CompilerSet setlocal <args> endif CompilerSet errorformat=\%Ecfe:\ Error:\ %f\\,\ line\ %l:\ %m,
Plain Text - Registered: 2023-03-13 09:55 - Last Modified: 2012-04-30 13:56 - 662 bytes - Viewed (0) -
runtime/compiler/mipspro_cpp.vim
" Vim compiler file " Compiler: SGI IRIX 6.5 MIPSPro C++ (CC) " Maintainer: David Harrison <david_jr@users.sourceforge.net> " Last Change: 2012 Apr 30 if exists("current_compiler") finish endif let current_compiler = "mipspro_cpp" let s:keepcpo= &cpo set cpo&vim if exists(":CompilerSet") != 2 " older Vim always used :setlocal command -nargs=* CompilerSet setlocal <args> endif
Plain Text - Registered: 2023-03-13 09:55 - Last Modified: 2012-04-30 13:56 - 701 bytes - Viewed (0)