代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/395929/2429362
s float.s
.text
.align 0
mvfe f0, f1
mvfeqe f3, f5
mvfeqd f4, #1.0
mvfs f4, f7
mvfsp s0, s1
mvfdm s3, s4
mvfez s7, s7
adfe f0, f1, #2.0
adfeqe f1, s2, #0.5
adfsm f3, f4, s5
sufd d0, f0, #2.0
sufs
www.eeworm.com/read/395929/2429480
s float.s
.text
foo: .single 0r1.2345e+06
.single 0f3.14159
.double 0r2.718282
www.eeworm.com/read/395929/2429750
lst float.lst
MVP MP Macro Assembler Version 1.13 Wed Feb 26 22:09:09 1997
Copyright (c) 1993-1995 Texas Instruments Incorporated
float.s PA
www.eeworm.com/read/395929/2429765
s float.s
fadd.sdd 0f1.0E23,r6,r10 ; Immediate form
fadd.ssd 0f-1.0E23,r6,r10 ; Immediate form
fadd.sss 0f1.0E-23,r6,r10 ; Immediate form
fcmp.sd 0f-1.0E-23,r8,r10 ; Immediate form
fcmp.ss 0f0.0,r8,r10 ;
www.eeworm.com/read/395929/2429773
d float.d
#objdump: -d
#name: TIc80 simple floating point operands
.*: +file format .*tic80.*
Disassembly of section .text:
00000000 :
0: 80 12 be 51 16 68 a9 65.*
8: 00 12 be 51 16 68 a9 e5.*
www.eeworm.com/read/395929/2429796
l float.l
.*: Assembler messages:
.*:3: Warning:.*faddp.*
.*:14: Warning:.*fsubp.*
.*:25: Warning:.*fsubrp.*
.*:36: Warning:.*fmulp.*
.*:47: Warning:.*fdivp.*
.*:58: Warning:.*fdivrp.*
1 [ ]*.psize 0
2 [
www.eeworm.com/read/395929/2429805
s float.s
.psize 0
.text
fadd
fadd %st(3)
fadd %st(3),%st
fadd %st,%st(3)
fadds (%ebx)
faddl (%ebx)
fiadds (%ebx)
fiaddl (%ebx)
faddp
faddp %st(3)
faddp %st,%st(3)
fsub
fsub %st(3)
fsub %st(3),%st
www.eeworm.com/read/395929/2430548
h float.h
/*
* float.h
* Characteristics of floating types.
* ANSI/ISO 9899-1990, Section 5.2.4.2.2.
*/
#ifndef __FLOAT_H__
#define __FLOAT_H__
#if defined(__cplusplus)
extern "C" {
#endif /* defined(__cpl
www.eeworm.com/read/395929/2430707
h float.h
#ifndef __FLOAT
#define __FLOAT
#define FLT_ROUNDS 1
#define FLT_RADIX 2
#define FLT_DIG 6
#define FLT_EPSILON 1.19209289550781250000e-07
#define FLT_MANT_DIG 24
#define FLT_MAX 3.4028234663852886
www.eeworm.com/read/395929/2430713
h float.h
#ifndef __FLOAT
#define __FLOAT
#define FLT_ROUNDS (__flt_rounds())
#define FLT_RADIX 2
#define FLT_DIG 6
#define FLT_EPSILON 1.19209289550781250000e-07
#define FLT_MANT_DIG 24
#define FLT_MAX 3.4