代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/272963/4213795
h float.h
/* float.h
Defines implementation specific macros for dealing with
floating point.
Copyright (c) 1987, 1991 by Borland International
All Rights Reserved.
*/
#ifndef __FLOA
www.eeworm.com/read/447738/1696653
s float.s
; Test floating point constants in MRI mode.
dc.d :1234_5678_9abc_def0
dc.s 1.0
dc.s 1e1
dc.s 1_e_1
dc.s 1E2
www.eeworm.com/read/447738/1696659
d float.d
#objcopy: -O srec
#name: MRI floating point constants
#as: -M
# Test MRI floating point constants
S0.*
S113....(123456789ABCDEF03F80000041200000)|(F0DEBC9A785634120000803F00002041).*
S10.....(412000
www.eeworm.com/read/447738/1697009
s float.s
.text
.align 0
mvfe f0, f1
mvfeqe f3, f5
mvfeqd f4, #1.0
mvfs f4, f7
mvfsp f0, f1
mvfdm f3, f4
mvfez f7, f7
adfe f0, f1, #2.0
adfeqe f1, f2, #0.5
adfsm f3, f4, f5
sufd f0, f0, #2.0
sufs
www.eeworm.com/read/447738/1697160
s float.s
.text
foo: .single 0r1.2345e+06
.single 0f3.14159
.double 0r2.718282
www.eeworm.com/read/447738/1697476
s float.s
;; test float numbers and constants
.text
;; Standard GAS syntax
start: ldf 0e0, f0
ldf 0e2.7, f0
ldf 0e2.7e1, f0
ldf 0e2.7e-1, f0
ldf 0e
www.eeworm.com/read/447738/1697478
d float.d
#objdump: -d -z
#name: flonum constants
.*: +file format .*c4x.*
Disassembly of section .text:
00000000 :
0: 07608000.*
1: 076012cd.*
2: 07604580.*
3: 0760e0a4.*
4: 07604a80.*