代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/358447/2985822
txt float_re.txt
--REAL PARTS
0
3.76775
-8
0.23225
0.5
0.23225
-8
3.76775
--IMAGINARY PARTS
0
-1.06065
-0.5
-1.06065
0
1.06065
0.5
1.06065
Matlab results
Columns 1 through 4
-0.5000
www.eeworm.com/read/358128/3003734
result type_float.result
drop table if exists t1,t2;
SELECT 10,10.0,10.,.1e+2,100.0e-1;
10 10.0 10. .1e+2 100.0e-1
10 10.0 10 10 10
SELECT 6e-05, -6e-05, --6e-05, -6e-05+1.000000;
6e-05 -6e-05 --6e-05 -6e-05+1.000000
6e-05 -6
www.eeworm.com/read/358128/3004508
test type_float.test
# Description
# -----------
# Numeric floating point.
--disable_warnings
drop table if exists t1,t2;
--enable_warnings
SELECT 10,10.0,10.,.1e+2,100.0e-1;
SELECT 6e-05, -6e-05, --6e-05, -6e-05+1.0000
www.eeworm.com/read/353640/3084396
c xdr_float.c
/* xdr_float.c - generic XDR routines implementation */
/* Copyright 1984-1997 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1987 Wind River Systems, Inc.
* Copyright (
www.eeworm.com/read/258653/4353270
c float_altivec.c
/*
* Copyright (c) 2006 Luca Barbato
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Less
www.eeworm.com/read/255221/4378683
c fix_float.c
/*=====================================================================================
File name: FIX_FLOAT.C
Originator: Digital Control Systems Gr
www.eeworm.com/read/162614/5536837
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/162519/5540913
c float3.c
/* Area: ffi_call
Purpose: Check float arguments with different orders.
Limitations: none.
PR: none.
Originator: From the original ffitest.c */
/* { dg-do run } */
#include "ffitest.h"