HomeSort by: relevance | last modified time | path
    Searched refs:float32 (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/lib/libc/arch/arm/softfloat/
__aeabi_fcmpeq.c 16 int __aeabi_fcmpeq(float32, float32);
19 __aeabi_fcmpeq(float32 a, float32 b)
__aeabi_fcmple.c 16 int __aeabi_fcmple(float32, float32);
19 __aeabi_fcmple(float32 a, float32 b)
__aeabi_fcmplt.c 16 int __aeabi_fcmplt(float32, float32);
19 __aeabi_fcmplt(float32 a, float32 b)
__aeabi_fcmpun.c 16 int __aeabi_fcmpun(float32, float32);
19 __aeabi_fcmpun(float32 a, float32 b)
__aeabi_fcmpge.c 16 int __aeabi_fcmpge(float32, float32);
19 __aeabi_fcmpge(float32 a, float32 b)
__aeabi_fcmpgt.c 16 int __aeabi_fcmpgt(float32, float32);
19 __aeabi_fcmpgt(float32 a, float32 b)
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/softfloat/
eqsf2.c 16 flag __eqsf2(float32, float32);
19 __eqsf2(float32 a, float32 b)
gesf2.c 16 flag __gesf2(float32, float32);
19 __gesf2(float32 a, float32 b)
gtsf2.c 16 flag __gtsf2(float32, float32);
19 __gtsf2(float32 a, float32 b)
lesf2.c 16 flag __lesf2(float32, float32);
19 __lesf2(float32 a, float32 b)
ltsf2.c 16 flag __ltsf2(float32, float32);
19 __ltsf2(float32 a, float32 b)
negsf2.c 16 float32 __negsf2(float32);
18 float32
19 __negsf2(float32 a)
nesf2.c 16 flag __nesf2(float32, float32);
19 __nesf2(float32 a, float32 b)
unordsf2.c 16 flag __unordsf2(float32, float32);
19 __unordsf2(float32 a, float32 b)
  /src/regress/lib/libc/ieeefp/testfloat/include/
testLoops.h 75 void test_a_int32_z_float32( float32 ( int32 ), float32 ( int32 ) );
84 void test_a_int64_z_float32( float32 ( int64 ), float32 ( int64 ) );
94 void test_a_float32_z_int32( int32 ( float32 ), int32 ( float32 ) );
96 void test_a_float32_z_int64( int64 ( float32 ), int64 ( float32 ) );
98 void test_a_float32_z_float64( float64 ( float32 ), float64 ( float32 ) );
    [all...]
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/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/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/lib/libc/arch/m68k/softfloat/
softfloat.h 56 typedef unsigned int float32; typedef in typeref:typename:unsigned int
125 float32 int32_to_float32( int32 );
126 float32 uint32_to_float32( uint32 );
137 float32 int64_to_float32( long long );
151 int float32_to_int32( float32 );
152 int float32_to_int32_round_to_zero( float32 );
153 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 );
156 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 25 milliseconds

1 2