代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/281683/4113455
java float.java
package java.lang;
/**
* Minimal Float implementation that supports
* floatToIntBits and intBitsToFloat
*
* @author Lawrie Griffiths
*/
public final class Float {
private Float() {
}
www.eeworm.com/read/281166/4118080
java float.java
package com.ultrapower.math;
import java.lang.*;
/**
* Title: Class for float-point calculations in J2ME applications (MIDP 1.0/CLDC 1.0 where float or double types are not available)
*
www.eeworm.com/read/279968/4128723
c float.c
#include
main()
{
float a,b,c;
a = 0.11;
b = 3.12;
c = a+b;
printf ("Print float, result with 'f' = %f\n", c);
printf ("Print float, result with 'e' = %e\n", c);
printf ("Pr
www.eeworm.com/read/278867/4141021
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/278867/4141034
s float.s
.text
foo: .single 0r1.2345e+06
.single 0f3.14159
.double 0r2.718282
www.eeworm.com/read/275471/4176344
h float.h
/*--------------------------------------------------------------------------
FLOAT.H
Limits for floating point types.
Copyright (c) 1988-2001 Keil Elektronik GmbH and Keil Software, Inc.
All rig
www.eeworm.com/read/275152/4179674
h float.h
/*--------------------------------------------------------------------------
FLOAT.H
Limits for floating point types.
Copyright (c) 1988-2001 Keil Elektronik GmbH and Keil Software, Inc.
All rig
www.eeworm.com/read/274140/4188595
h float.h
/* libFLAC - Free Lossless Audio Codec library
* Copyright (C) 2004,2005 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted prov
www.eeworm.com/read/274140/4188637
c float.c
/* libFLAC - Free Lossless Audio Codec library
* Copyright (C) 2004,2005 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted prov