代码搜索:Finit
找到约 167 项符合「Finit」的源代码
代码结果 167
www.eeworm.com/read/279051/10474630
s fcmovtest.s
# fcmovtest.s - An example of the FCMOVxx instructions
.section .data
value1:
.float 20.5
value2:
.float 10.90
.section .text
.globl _start
_start:
nop
finit
flds value1
flds value2
www.eeworm.com/read/449030/7520003
s fcmovtest.s
# fcmovtest.s - An example of the FCMOVxx instructions
.section .data
value1:
.float 20.5
value2:
.float 10.90
.section .text
.globl _start
_start:
nop
finit
flds value1
flds value2
www.eeworm.com/read/316872/3585046
s vsyscall-syscall.s
#include
__INITDATA
.globl vsyscall_trapa_start, vsyscall_trapa_end
vsyscall_trapa_start:
.incbin "arch/sh/kernel/vsyscall/vsyscall-trapa.so"
vsyscall_trapa_end:
__FINIT
www.eeworm.com/read/389879/2531524
s vsyscall-syscall.s
#include
__INITDATA
.globl vsyscall_trapa_start, vsyscall_trapa_end
vsyscall_trapa_start:
.incbin "arch/sh/kernel/vsyscall/vsyscall-trapa.so"
vsyscall_trapa_end:
__FINIT
www.eeworm.com/read/279052/10474267
s functest1.s
# functest1.s - An example of using functions
.section .data
precision:
.byte 0x7f, 0x00
.section .bss
.lcomm value, 4
.section .text
.globl _start
_start:
nop
finit
fldcw precision
www.eeworm.com/read/279046/10475286
s functest1.s
# functest1.s - An example of using functions
.section .data
precision:
.byte 0x7f, 0x00
.section .bss
.lcomm value, 4
.section .text
.globl _start
_start:
nop
finit
fldcw precision
www.eeworm.com/read/449030/7519979
s functest1.s
# functest1.s - An example of using functions
.section .data
precision:
.byte 0x7f, 0x00
.section .bss
.lcomm value, 4
.section .text
.globl _start
_start:
nop
finit
fldcw precision
www.eeworm.com/read/222279/14698422
xmo testtag.xmo
XMD (Version 2.5.29 Nov 27 2000)
Not using pthread library.
Not using asm("finit"); patch in thread routines.
#
# Test new WRITE COR TAG command
#
box 4 4 4
fill particle 2
fill go
*** Number new
www.eeworm.com/read/202877/15370246
js dateselect.js
function fInit()
{
//初始化时间
initYear('yearfrom'); //设年下拉框
initMonth('monthfrom'); //设月下拉框
this.now = new Date();
this.year = this.now.getFullYear();
this.month = this.now.getMonth
www.eeworm.com/read/389364/8527635
h slaed6.h
#ifdef __cplusplus
extern "C" {
#endif
#include "f2c.h"
int slaed6_(integer *kniter, logical *orgati, real *rho, real *d__, real *z__, real *finit, real *tau, integer *info);
#ifdef __cplusplus