Searched refs:float32 (Results 1 - 24 of 24) sorted by relevance

/openbsd-current/lib/libc/softfloat/
H A Dnegsf2.c12 float32 __negsf2(float32) __dso_protected;
14 float32
15 __negsf2(float32 a)
H A Dgesf2.c12 flag __gesf2(float32, float32) __dso_protected;
15 __gesf2(float32 a, float32 b)
H A Dlesf2.c12 flag __lesf2(float32, float32) __dso_protected;
15 __lesf2(float32 a, float32 b)
H A Deqsf2.c12 flag __eqsf2(float32, float32) __dso_protected;
15 __eqsf2(float32 a, float32 b)
H A Dgtsf2.c12 flag __gtsf2(float32, float32) __dso_protected;
15 __gtsf2(float32 a, float32 b)
H A Dunordsf2.c12 flag __unordsf2(float32, float32) __dso_protected;
15 __unordsf2(float32 a, float32 b)
H A Dnesf2.c12 flag __nesf2(float32, float32) __dso_protected;
15 __nesf2(float32 a, float32 b)
H A Dltsf2.c12 flag __ltsf2(float32, float32) __dso_protected;
15 __ltsf2(float32 a, float32 b)
H A Dsoftfloat.h55 typedef unsigned int float32; typedef
124 float32 int32_to_float32( int ) __dso_protected;
133 float32 int64_to_float32( long long ) __dso_protected;
148 int float32_to_int32( float32 ) __dso_protected;
149 int float32_to_int32_round_to_zero( float32 ) __dso_protected;
151 unsigned int float32_to_uint32_round_to_zero( float32 ) __dso_protected;
154 long long float32_to_int64( float32 ) __dso_protected;
155 long long float32_to_int64_round_to_zero( float32 ) __dso_protected;
157 float64 float32_to_float64( float32 ) __dso_protected;
159 floatx80 float32_to_floatx80( float32 ) __dso_protecte
[all...]
H A Dsoftfloat-specialize.h95 flag float32_is_nan( float32 a )
111 flag float32_is_signaling_nan( float32 a )
125 static commonNaNT float32ToCommonNaN( float32 a )
143 static float32 commonNaNToFloat32( commonNaNT a )
157 static float32 propagateFloat32NaN( float32 a, float32 b )
H A Dsoftfloat.c107 INLINE bits32 extractFloat32Frac( float32 a )
119 INLINE int16 extractFloat32Exp( float32 a )
131 INLINE flag extractFloat32Sign( float32 a )
169 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig )
199 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig )
261 static float32
527 float32 int32_to_float32( int32 a )
579 int32 float32_to_int32( float32 a )
650 int32 float32_to_int32_round_to_zero( float32 a )
690 float64 float32_to_float64( float32
[all...]
H A Dtimesoftfloat.c102 static void time_a_int32_z_float32( float32 function( int32 ) )
257 static void time_a_int64_z_float32( float32 function( int64 ) )
377 static const float32 inputs_float32[ numInputs_float32 ] = {
388 static void time_a_float32_z_int32( int32 function( float32 ) )
415 static void time_a_float32_z_int64( int64 function( float32 ) )
442 static void time_a_float32_z_float64( float64 function( float32 ) )
471 static void time_a_float32_z_floatx80( floatx80 function( float32 ) )
502 static void time_a_float32_z_float128( float128 function( float32 ) )
531 static void time_az_float32( float32 function( float32 ) )
[all...]
/openbsd-current/sys/lib/libkern/
H A Dsoftfloat.h91 typedef u_int32_t float32; typedef
162 float32 int32_to_float32( int );
171 float32 int64_to_float32( int64_t );
186 int float32_to_int32( float32 );
187 int float32_to_int32_round_to_zero( float32 );
189 int64_t float32_to_int64( float32 );
190 int64_t float32_to_int64_round_to_zero( float32 );
192 float64 float32_to_float64( float32 );
194 floatx80 float32_to_floatx80( float32 );
197 float128 float32_to_float128( float32 );
[all...]
H A Dsoftfloat-specialize.h101 static flag float32_is_nan( float32 a )
114 flag float32_is_signaling_nan( float32 a )
128 static commonNaNT float32ToCommonNaN( float32 a )
146 static float32 commonNaNToFloat32( commonNaNT a )
160 static float32 propagateFloat32NaN( float32 a, float32 b )
H A Dsoftfloat.c59 float32 normalizeRoundAndPackFloat32(flag, int16, bits32);
268 INLINE bits32 extractFloat32Frac( float32 a )
280 INLINE int16 extractFloat32Exp( float32 a )
292 INLINE flag extractFloat32Sign( float32 a )
330 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig )
360 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig )
422 float32
1174 float32 int32_to_float32( int32 a )
1271 float32 int64_to_float32( int64 a )
1394 int32 float32_to_int32( float32
[all...]
/openbsd-current/sys/arch/m88k/m88k/
H A Dfpu.h35 float32 sng;
H A Dm88100_fp.c34 float32 normalizeRoundAndPackFloat32(int, int16, bits32);
377 * Pick the inexact result, build a float32 or a float64 out of it, and
/openbsd-current/gnu/llvm/llvm/lib/Analysis/models/
H A Dgen-regalloc-priority-test-model.py43 tf.TensorSpec(dtype=tf.float32, shape=(), name=key))
46 dict((key, tf.TensorSpec(dtype=tf.float32, shape=(), name=key))
63 module.var = tf.Variable(0, dtype=tf.float32)
67 tf.cast(inputs[0][key], tf.float32) for key in PER_LIVEINTERVAL_FEATURE_LIST
71 [tf.cast(inputs[0][key], tf.float32) for key in CONTEXT_FEATURE_LIST])
H A Dgen-inline-oz-test-model.py77 # float32 features
79 tf.TensorSpec(dtype=tf.float32, shape=(), name=key)
/openbsd-current/sys/arch/mips64/mips64/
H A Dfp_emulate.c123 #define ONE_F32 (float32)(SNG_EXP_BIAS << SNG_FRACBITS)
792 raw = float32_to_int64((float32)raw);
822 raw = float32_to_int32((float32)raw);
852 float32 f32 = (float32)raw;
885 float32 f32 = float32_add((float32)raw1, (float32)raw2);
915 float32 f32a = (float32)raw
[all...]
/openbsd-current/sys/arch/alpha/alpha/
H A Dfp_complete.c128 static float32 (*swfp_s[])(float32, float32) = {
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBRegisterInfo.cpp127 snprintf(str, sizeof(str), "%f", value.float32);
215 snprintf(str, sizeof(str), "%s", "float32 { ");
H A DDNBDefs.h281 float float32; member in union:DNBRegisterValue::__anon1543
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc17 // It uses 3 iterations for float32, 4 for float64 and 5 for float128,
20 // it is done for float32 by default) and (N-1) half-width iteration plus one
147 // for float32 division. This is expected to be useful for some 16-bit
257 // the total number of iterations should be at least 3 even for float32.

Completed in 127 milliseconds