代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/190666/5180435
java float_1.java
/*
Date: 25 Aug 1998 16:04:00 -0000
From: Andrew Haley
To: java-project@cygnus.com
Subject: Help: vtable problem?
My little program:
------------------------------------
www.eeworm.com/read/190341/5185933
xpm icon_float.xpm
/* XPM */
static char * icon_float_xpm[] = {
"10 20 5 1",
" c None",
". c #000000",
"+ c #FFFFFF",
"@ c #CFCFCF",
"# c #797D79",
" ",
" ....... ",
" .++@+@.# ",
" .+@+@@.# ",
" .@@@.## ",
www.eeworm.com/read/190162/5186308
java m_float.java
/*
* Copyright (C) 1997-2001 Id Software, Inc.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the
www.eeworm.com/read/189308/5201461
java float_token.java
package java_cup.runtime;
/** This subclass of token represents symbols that need to maintain one
* float value as an attribute. It maintains that value in the public
* field int_val.
*
www.eeworm.com/read/186388/5233067
h float-vax.h
/* float.h for target with VAX floating point formats */
#ifndef _FLOAT_H_
#define _FLOAT_H_
/* Produced by enquire version 4.3, CWI, Amsterdam */
/* Radix of exponent representation */
#undef FLT
www.eeworm.com/read/186388/5233198
h float-sh.h
/* float.h for target sh3e with optional IEEE 32 bit double format */
#ifndef _FLOAT_H_
#define _FLOAT_H_
/* Produced by enquire version 4.3, CWI, Amsterdam */
/* Radix of exponent representation
www.eeworm.com/read/183495/5256001
h fast_float.h
/* -*- indent-tabs-mode:T; c-basic-offset:8; tab-width:8; -*- vi: set ts=8:
* $Id: fast_float.h,v 1.2 2002/10/04 14:56:51 tramm Exp $
*
* (c) Trammell Hudson
*
* Fast float operations for FPU-les
www.eeworm.com/read/183001/5258767
data float8.data
-39017.848619
17104.680681
-9885.090245
-931.243017
-29740.660628
-14665.622294
46069.995126
2910.093476
7714.560143
1722.339844
-12287.580158
-12735.100679
\N
37831.578771
-2603.424551
-41339.385226
www.eeworm.com/read/183001/5258785
out float4.out
-- float4 check
CREATE TABLE float4tmp (a float4);
\copy float4tmp from 'data/float4.data'
SET enable_seqscan=on;
SELECT count(*) FROM float4tmp WHERE a < -179.0;
count
-------
244
(1 row)
SELE