代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/376006/2718029
out float4.out
--
-- FLOAT4
--
CREATE TABLE FLOAT4_TBL (f1 float4);
INSERT INTO FLOAT4_TBL(f1) VALUES (' 0.0');
INSERT INTO FLOAT4_TBL(f1) VALUES ('1004.30 ');
INSERT INTO FLOAT4_TBL(f1) VALUES (' -34.84
www.eeworm.com/read/376006/2718126
out float8.out
--
-- FLOAT8
--
CREATE TABLE FLOAT8_TBL(f1 float8);
INSERT INTO FLOAT8_TBL(f1) VALUES (' 0.0 ');
INSERT INTO FLOAT8_TBL(f1) VALUES ('1004.30 ');
INSERT INTO FLOAT8_TBL(f1) VALUES (' -34.84');
www.eeworm.com/read/376006/2718203
sql float4.sql
--
-- FLOAT4
--
CREATE TABLE FLOAT4_TBL (f1 float4);
INSERT INTO FLOAT4_TBL(f1) VALUES (' 0.0');
INSERT INTO FLOAT4_TBL(f1) VALUES ('1004.30 ');
INSERT INTO FLOAT4_TBL(f1) VALUES (' -34.84
www.eeworm.com/read/376006/2718214
sql float8.sql
--
-- FLOAT8
--
CREATE TABLE FLOAT8_TBL(f1 float8);
INSERT INTO FLOAT8_TBL(f1) VALUES (' 0.0 ');
INSERT INTO FLOAT8_TBL(f1) VALUES ('1004.30 ');
INSERT INTO FLOAT8_TBL(f1) VALUES (' -34.84')
www.eeworm.com/read/375613/2723624
h ieee_float.h
/*
libc/ieee_float/ieee_float.h
Created: Oct 14, 1993 by Philip Homburg
Define structures and macros for manipulating IEEE floats
*/
#ifndef IEEE_FLOAT_H
#define IEEE_FLOAT_H
#de
www.eeworm.com/read/375421/2724633
c fix_float.c
/*=====================================================================================
File name: FIX_FLOAT.C
Originator: Digital Control Systems Gr
www.eeworm.com/read/375386/2725146
h quad_float.h
#ifndef NTL_quad_float__H
#define NTL_quad_float__H
/*
Copyright (C) 1997, 1998, 1999, 2000 Victor Shoup
This program is free software; you can redistribute it and/or
modify it under the
www.eeworm.com/read/375190/2730393
hpp hash_float.hpp
// Copyright 2005-2008 Daniel James.
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// Base
www.eeworm.com/read/375190/2730395
hpp float_functions.hpp
// Copyright 2005-2008 Daniel James.
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#if !def
www.eeworm.com/read/375190/2735168
cpp is_float_test.cpp
// (C) Copyright John Maddock 2000.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http:/