Searched refs:float64 (Results 1 - 25 of 64) sorted by relevance

123

/netbsd-current/lib/libc/arch/arm/softfloat/
H A D__aeabi_dcmpeq.c16 int __aeabi_dcmpeq(float64, float64);
19 __aeabi_dcmpeq(float64 a, float64 b)
H A D__aeabi_dcmple.c16 int __aeabi_dcmple(float64, float64);
19 __aeabi_dcmple(float64 a, float64 b)
H A D__aeabi_dcmplt.c16 int __aeabi_dcmplt(float64, float64);
19 __aeabi_dcmplt(float64 a, float64 b)
H A D__aeabi_dcmpun.c16 int __aeabi_dcmpun(float64, float64);
19 __aeabi_dcmpun(float64 a, float64 b)
H A D__aeabi_dcmpge.c16 int __aeabi_dcmpge(float64, float64);
19 __aeabi_dcmpge(float64 a, float64 b)
H A D__aeabi_dcmpgt.c16 int __aeabi_dcmpgt(float64, float64);
19 __aeabi_dcmpgt(float64 a, float64 b)
H A Dsoftfloat.h56 typedef unsigned long long float64; typedef
123 float64 int32_to_float64( int32 );
124 float64 uint32_to_float64( uint32 );
135 float64 int64_to_float64( long long );
158 float64 float32_to_float64( float32 );
193 int float64_to_int32( float64 );
194 int float64_to_int32_round_to_zero( float64 );
196 unsigned int float64_to_uint32_round_to_zero( float64 );
199 long long float64_to_int64( float64 );
200 long long float64_to_int64_round_to_zero( float64 );
[all...]
/netbsd-current/lib/libc/softfloat/
H A Deqdf2.c16 flag __eqdf2(float64, float64);
19 __eqdf2(float64 a, float64 b)
H A Dgedf2.c16 flag __gedf2(float64, float64);
19 __gedf2(float64 a, float64 b)
H A Dgtdf2.c16 flag __gtdf2(float64, float64);
19 __gtdf2(float64 a, float64 b)
H A Dledf2.c16 flag __ledf2(float64, float64);
19 __ledf2(float64 a, float64 b)
H A Dltdf2.c16 flag __ltdf2(float64, float64);
19 __ltdf2(float64 a, float64 b)
H A Dnedf2.c16 flag __nedf2(float64, float64);
19 __nedf2(float64 a, float64 b)
H A Dnegdf2.c16 float64 __negdf2(float64);
18 float64
19 __negdf2(float64 a)
H A Dunorddf2.c16 flag __unorddf2(float64, float64);
19 __unorddf2(float64 a, float64 b)
/netbsd-current/regress/lib/libc/ieeefp/testfloat/include/
H A DtestLoops.h76 void test_a_int32_z_float64( float64 ( int32 ), float64 ( int32 ) );
85 void test_a_int64_z_float64( float64 ( int64 ), float64 ( int64 ) );
98 void test_a_float32_z_float64( float64 ( float32 ), float64 ( float32 ) );
113 void test_a_float64_z_int32( int32 ( float64 ), int32 ( float64 ) );
115 void test_a_float64_z_int64( int64 ( float64 ), int64 ( float64 ) );
[all...]
/netbsd-current/lib/libc/arch/mips/softfloat/
H A Dsoftfloat.h57 typedef unsigned long long float64; typedef
124 float64 int32_to_float64( int32 );
125 float64 uint32_to_float64( uint32 );
136 float64 int64_to_float64( long long );
159 float64 float32_to_float64( float32 );
194 int float64_to_int32( float64 );
195 int float64_to_int32_round_to_zero( float64 );
197 unsigned int float64_to_uint32_round_to_zero( float64 );
200 long long float64_to_int64( float64 );
201 long long float64_to_int64_round_to_zero( float64 );
[all...]
/netbsd-current/sys/lib/libkern/
H A Dsoftfloat.h83 typedef u_int64_t float64; typedef
155 float64 int32_to_float64( int );
164 float64 int64_to_float64( int64_t );
182 float64 float32_to_float64( float32 );
213 int float64_to_int32( float64 );
214 int float64_to_int32_round_to_zero( float64 );
216 int64_t float64_to_int64( float64 );
217 uint64_t float64_to_uint64( float64 );
218 int64_t float64_to_int64_round_to_zero( float64 );
220 float32 float64_to_float32( float64 );
[all...]
/netbsd-current/lib/libc/arch/m68k/softfloat/
H A Dsoftfloat.h57 typedef unsigned long long float64; typedef
124 float64 int32_to_float64( int32 );
125 float64 uint32_to_float64( uint32 );
135 float64 int64_to_float64( long long );
153 float64 float32_to_float64( float32 );
188 int float64_to_int32( float64 );
189 int float64_to_int32_round_to_zero( float64 );
190 unsigned int float64_to_uint32_round_to_zero( float64 );
191 long long float64_to_int64( float64 );
192 long long float64_to_int64_round_to_zero( float64 );
[all...]
/netbsd-current/lib/libc/arch/or1k/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
122 float64 int32_to_float64( int32 );
123 float64 uint32_to_float64( uint32 );
133 float64 int64_to_float64( long long );
151 float64 float32_to_float64( float32 );
186 int float64_to_int32( float64 );
187 int float64_to_int32_round_to_zero( float64 );
188 unsigned int float64_to_uint32_round_to_zero( float64 );
189 long long float64_to_int64( float64 );
190 long long float64_to_int64_round_to_zero( float64 );
[all...]
/netbsd-current/lib/libc/arch/powerpc/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
122 float64 int32_to_float64( int32 );
123 float64 uint32_to_float64( uint32 );
133 float64 int64_to_float64( long long );
151 float64 float32_to_float64( float32 );
186 int float64_to_int32( float64 );
187 int float64_to_int32_round_to_zero( float64 );
188 unsigned int float64_to_uint32_round_to_zero( float64 );
189 long long float64_to_int64( float64 );
190 long long float64_to_int64_round_to_zero( float64 );
[all...]
/netbsd-current/lib/libc/arch/sh3/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
122 float64 int32_to_float64( int32 );
123 float64 uint32_to_float64( uint32 );
134 float64 int64_to_float64( long long );
157 float64 float32_to_float64( float32 );
192 int float64_to_int32( float64 );
193 int float64_to_int32_round_to_zero( float64 );
195 unsigned int float64_to_uint32_round_to_zero( float64 );
198 long long float64_to_int64( float64 );
199 long long float64_to_int64_round_to_zero( float64 );
[all...]
/netbsd-current/lib/libc/arch/sparc64/softfloat/
H A Dsoftfloat.h57 typedef unsigned long long float64; typedef
124 float64 int32_to_float64( int32 );
125 float64 uint32_to_float64( uint32 );
135 float64 int64_to_float64( long long );
153 float64 float32_to_float64( float32 );
186 int float64_to_int32( float64 );
187 int float64_to_int32_round_to_zero( float64 );
188 unsigned int float64_to_uint32_round_to_zero( float64 );
189 long long float64_to_int64( float64 );
190 long long float64_to_int64_round_to_zero( float64 );
[all...]
/netbsd-current/lib/libc/arch/aarch64/softfloat/
H A Dsoftfloat.h58 typedef unsigned long long float64; typedef
129 float64 int32_to_float64( int32 );
130 float64 uint32_to_float64( uint32 );
140 float64 int64_to_float64( long long );
158 float64 float32_to_float64( float32 );
191 int float64_to_int32( float64 );
192 int float64_to_int32_round_to_zero( float64 );
193 unsigned int float64_to_uint32_round_to_zero( float64 );
194 long long float64_to_int64( float64 );
195 long long float64_to_int64_round_to_zero( float64 );
[all...]
/netbsd-current/lib/libc/softfloat/templates/
H A Dsoftfloat.h50 typedef !!!bits64 float64; typedef
115 float64 int32_to_float64( !!!int32 );
123 float64 int64_to_float64( !!!int64 );
140 float64 float32_to_float64( float32 );
173 !!!int32 float64_to_int32( float64 );
174 !!!int32 float64_to_int32_round_to_zero( float64 );
175 !!!int64 float64_to_int64( float64 );
176 !!!int64 float64_to_int64_round_to_zero( float64 );
177 float32 float64_to_float32( float64 );
179 floatx80 float64_to_floatx80( float64 );
[all...]

Completed in 297 milliseconds

123