OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:float32
(Results
1 - 11
of
11
) sorted by relevancy
/src/lib/libc/arch/aarch64/softfloat/
softfloat.h
57
typedef unsigned int
float32
;
typedef in typeref:typename:unsigned int
127
float32
int32_to_float32( int32 );
128
float32
uint32_to_float32( uint32 );
139
float32
int64_to_float32( long long );
153
int float32_to_int32(
float32
);
154
int float32_to_int32_round_to_zero(
float32
);
155
unsigned int float32_to_uint32_round_to_zero(
float32
);
156
long long float32_to_int64(
float32
);
157
long long float32_to_int64_round_to_zero(
float32
);
158
float64 float32_to_float64(
float32
);
[
all
...]
/src/lib/libc/arch/arm/softfloat/
softfloat.h
55
typedef unsigned int
float32
;
typedef in typeref:typename:unsigned int
121
float32
int32_to_float32( int32 );
122
float32
uint32_to_float32( uint32 );
134
float32
int64_to_float32( long long );
149
int float32_to_int32(
float32
);
150
int float32_to_int32_round_to_zero(
float32
);
152
unsigned int float32_to_uint32_round_to_zero(
float32
);
155
long long float32_to_int64(
float32
);
156
long long float32_to_int64_round_to_zero(
float32
);
158
float64 float32_to_float64(
float32
);
[
all
...]
/src/lib/libc/arch/mips/softfloat/
softfloat.h
56
typedef unsigned int
float32
;
typedef in typeref:typename:unsigned int
122
float32
int32_to_float32( int32 );
123
float32
uint32_to_float32( uint32 );
135
float32
int64_to_float32( long long );
150
int float32_to_int32(
float32
);
151
int float32_to_int32_round_to_zero(
float32
);
153
unsigned int float32_to_uint32_round_to_zero(
float32
);
156
long long float32_to_int64(
float32
);
157
long long float32_to_int64_round_to_zero(
float32
);
159
float64 float32_to_float64(
float32
);
[
all
...]
/src/lib/libc/arch/or1k/softfloat/
softfloat.h
54
typedef unsigned int
float32
;
typedef in typeref:typename:unsigned int
120
float32
int32_to_float32( int32 );
121
float32
uint32_to_float32( uint32 );
132
float32
int64_to_float32( long long );
146
int float32_to_int32(
float32
);
147
int float32_to_int32_round_to_zero(
float32
);
148
unsigned int float32_to_uint32_round_to_zero(
float32
);
149
long long float32_to_int64(
float32
);
150
long long float32_to_int64_round_to_zero(
float32
);
151
float64 float32_to_float64(
float32
);
[
all
...]
/src/lib/libc/arch/powerpc/softfloat/
softfloat.h
54
typedef unsigned int
float32
;
typedef in typeref:typename:unsigned int
120
float32
int32_to_float32( int32 );
121
float32
uint32_to_float32( uint32 );
132
float32
int64_to_float32( long long );
146
int float32_to_int32(
float32
);
147
int float32_to_int32_round_to_zero(
float32
);
148
unsigned int float32_to_uint32_round_to_zero(
float32
);
149
long long float32_to_int64(
float32
);
150
long long float32_to_int64_round_to_zero(
float32
);
151
float64 float32_to_float64(
float32
);
[
all
...]
/src/lib/libc/arch/sh3/softfloat/
softfloat.h
54
typedef unsigned int
float32
;
typedef in typeref:typename:unsigned int
120
float32
int32_to_float32( int32 );
121
float32
uint32_to_float32( uint32 );
133
float32
int64_to_float32( long long );
148
int float32_to_int32(
float32
);
149
int float32_to_int32_round_to_zero(
float32
);
151
unsigned int float32_to_uint32_round_to_zero(
float32
);
154
long long float32_to_int64(
float32
);
155
long long float32_to_int64_round_to_zero(
float32
);
157
float64 float32_to_float64(
float32
);
[
all
...]
/src/lib/libc/arch/sparc64/softfloat/
softfloat.h
56
typedef unsigned int
float32
;
typedef in typeref:typename:unsigned int
122
float32
int32_to_float32( int32 );
123
float32
uint32_to_float32( uint32 );
134
float32
int64_to_float32( long long );
148
int float32_to_int32(
float32
);
149
int float32_to_int32_round_to_zero(
float32
);
150
unsigned int float32_to_uint32_round_to_zero(
float32
);
151
long long float32_to_int64(
float32
);
152
long long float32_to_int64_round_to_zero(
float32
);
153
float64 float32_to_float64(
float32
);
[
all
...]
/src/regress/lib/libc/ieeefp/testfloat/include/
softfloat.h
85
typedef uint32_t
float32
;
typedef in typeref:typename:uint32_t
155
float32
int32_to_float32( int );
164
float32
int64_to_float32( int64_t );
179
int float32_to_int32(
float32
);
180
int float32_to_int32_round_to_zero(
float32
);
182
int64_t float32_to_int64(
float32
);
183
int64_t float32_to_int64_round_to_zero(
float32
);
185
float64 float32_to_float64(
float32
);
187
floatx80 float32_to_floatx80(
float32
);
190
float128 float32_to_float128(
float32
);
[
all
...]
/src/sys/lib/libkern/
softfloat.h
82
typedef u_int32_t
float32
;
typedef in typeref:typename:u_int32_t
154
float32
int32_to_float32( int );
163
float32
int64_to_float32( int64_t );
176
int float32_to_int32(
float32
);
177
int float32_to_int32_round_to_zero(
float32
);
179
int64_t float32_to_int64(
float32
);
180
int64_t float32_to_int64_round_to_zero(
float32
);
182
float64 float32_to_float64(
float32
);
184
floatx80 float32_to_floatx80(
float32
);
187
float128 float32_to_float128(
float32
);
[
all
...]
/src/lib/libc/arch/m68k/softfloat/
softfloat.h
56
typedef unsigned int
float32
;
typedef in typeref:typename:unsigned int
124
float32
int32_to_float32( int32 );
125
float32
uint32_to_float32( uint32 );
136
float32
int64_to_float32( long long );
150
int float32_to_int32(
float32
);
151
int float32_to_int32_round_to_zero(
float32
);
152
unsigned int float32_to_uint32_round_to_zero(
float32
);
153
long long float32_to_int64(
float32
);
154
long long float32_to_int64_round_to_zero(
float32
);
155
float64 float32_to_float64(
float32
);
[
all
...]
/src/lib/libc/softfloat/templates/
softfloat.h
49
typedef !!!bits32
float32
;
typedef in typeref:typename:!!!bits32
114
float32
int32_to_float32( !!!int32 );
122
float32
int64_to_float32( !!!int64 );
136
!!!int32 float32_to_int32(
float32
);
137
!!!int32 float32_to_int32_round_to_zero(
float32
);
138
!!!int64 float32_to_int64(
float32
);
139
!!!int64 float32_to_int64_round_to_zero(
float32
);
140
float64 float32_to_float64(
float32
);
142
floatx80 float32_to_floatx80(
float32
);
145
float128 float32_to_float128(
float32
);
[
all
...]
Completed in 54 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025