| /openbsd-src/sys/lib/libkern/ |
| H A D | softfloat.h | 91 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 D | softfloat-specialize.h | 101 static flag float32_is_nan( float32 a ) in float32_is_nan() 114 flag float32_is_signaling_nan( float32 a ) in float32_is_signaling_nan() 128 static commonNaNT float32ToCommonNaN( float32 a ) in float32ToCommonNaN() 146 static float32 commonNaNToFloat32( commonNaNT a ) in commonNaNToFloat32() 160 static float32 propagateFloat32NaN( float32 a, float32 b ) in propagateFloat32NaN()
|
| H A D | softfloat.c | 59 float32 normalizeRoundAndPackFloat32(flag, int16, bits32); 268 INLINE bits32 extractFloat32Frac( float32 a ) in extractFloat32Frac() 280 INLINE int16 extractFloat32Exp( float32 a ) in extractFloat32Exp() 292 INLINE flag extractFloat32Sign( float32 a ) in extractFloat32Sign() 330 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig ) in packFloat32() 360 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig ) in roundAndPackFloat32() 422 float32 1174 float32 int32_to_float32( int32 a ) in int32_to_float32() 1271 float32 int64_to_float32( int64 a ) in int64_to_float32() 1394 int32 float32_to_int32( float32 a ) in float32_to_int32() [all …]
|
| /openbsd-src/lib/libc/softfloat/ |
| H A D | softfloat.h | 55 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_protected; [all …]
|
| H A D | negsf2.c | 12 float32 __negsf2(float32) __dso_protected; 14 float32 15 __negsf2(float32 a) in __negsf2()
|
| H A D | lesf2.c | 12 flag __lesf2(float32, float32) __dso_protected; 15 __lesf2(float32 a, float32 b) in __lesf2()
|
| H A D | ltsf2.c | 12 flag __ltsf2(float32, float32) __dso_protected; 15 __ltsf2(float32 a, float32 b) in __ltsf2()
|
| H A D | gtsf2.c | 12 flag __gtsf2(float32, float32) __dso_protected; 15 __gtsf2(float32 a, float32 b) in __gtsf2()
|
| H A D | nesf2.c | 12 flag __nesf2(float32, float32) __dso_protected; 15 __nesf2(float32 a, float32 b) in __nesf2()
|
| H A D | eqsf2.c | 12 flag __eqsf2(float32, float32) __dso_protected; 15 __eqsf2(float32 a, float32 b) in __eqsf2()
|
| H A D | gesf2.c | 12 flag __gesf2(float32, float32) __dso_protected; 15 __gesf2(float32 a, float32 b) in __gesf2()
|
| H A D | unordsf2.c | 12 flag __unordsf2(float32, float32) __dso_protected; 15 __unordsf2(float32 a, float32 b) in __unordsf2()
|
| H A D | softfloat.c | 107 INLINE bits32 extractFloat32Frac( float32 a ) in extractFloat32Frac() 119 INLINE int16 extractFloat32Exp( float32 a ) in extractFloat32Exp() 131 INLINE flag extractFloat32Sign( float32 a ) in extractFloat32Sign() 169 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig ) in packFloat32() 199 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig ) in roundAndPackFloat32() 261 static float32 527 float32 int32_to_float32( int32 a ) in int32_to_float32() 579 int32 float32_to_int32( float32 a ) in float32_to_int32() 650 int32 float32_to_int32_round_to_zero( float32 a ) in float32_to_int32_round_to_zero() 690 float64 float32_to_float64( float32 a ) in float32_to_float64() [all …]
|
| H A D | softfloat-specialize.h | 95 flag float32_is_nan( float32 a ) in float32_is_nan() 111 flag float32_is_signaling_nan( float32 a ) in float32_is_signaling_nan() 125 static commonNaNT float32ToCommonNaN( float32 a ) in float32ToCommonNaN() 143 static float32 commonNaNToFloat32( commonNaNT a ) in commonNaNToFloat32() 157 static float32 propagateFloat32NaN( float32 a, float32 b ) in propagateFloat32NaN()
|
| H A D | timesoftfloat.c | 102 static void time_a_int32_z_float32( float32 function( int32 ) ) in time_a_int32_z_float32() 257 static void time_a_int64_z_float32( float32 function( int64 ) ) in time_a_int64_z_float32() 377 static const float32 inputs_float32[ numInputs_float32 ] = { 388 static void time_a_float32_z_int32( int32 function( float32 ) ) in time_a_float32_z_int32() argument 415 static void time_a_float32_z_int64( int64 function( float32 ) ) in time_a_float32_z_int64() argument 442 static void time_a_float32_z_float64( float64 function( float32 ) ) in time_a_float32_z_float64() argument 471 static void time_a_float32_z_floatx80( floatx80 function( float32 ) ) in time_a_float32_z_floatx80() argument 502 static void time_a_float32_z_float128( float128 function( float32 ) ) in time_a_float32_z_float128() argument 531 static void time_az_float32( float32 function( float32 ) ) in time_az_float32() argument 558 static void time_ab_float32_z_flag( flag function( float32, float32 ) ) in time_ab_float32_z_flag() argument [all …]
|
| /openbsd-src/sys/arch/mips64/mips64/ |
| H A D | fp_emulate.c | 123 #define ONE_F32 (float32)(SNG_EXP_BIAS << SNG_FRACBITS) 792 raw = float32_to_int64((float32)raw); in fpu_int_l() 822 raw = float32_to_int32((float32)raw); in fpu_int_w() 852 float32 f32 = (float32)raw; in fpu_abs() 885 float32 f32 = float32_add((float32)raw1, (float32)raw2); in fpu_add() 915 float32 f32a = (float32)raw1; in fpu_c() 916 float32 f32b = (float32)raw2; in fpu_c() 1004 raw = float32_to_float64((float32)raw); in fpu_cvt_d() 1036 raw = float32_to_int64_round_to_zero((float32)raw); in fpu_cvt_l() 1038 raw = float32_to_int64((float32)raw); in fpu_cvt_l() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/models/ |
| H A D | gen-regalloc-priority-test-model.py | 43 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 D | gen-inline-oz-test-model.py | 79 tf.TensorSpec(dtype=tf.float32, shape=(), name=key)
|
| /openbsd-src/sys/arch/m88k/m88k/ |
| H A D | fpu.h | 35 float32 sng;
|
| H A D | m88100_fp.c | 34 float32 normalizeRoundAndPackFloat32(int, int16, bits32);
|
| /openbsd-src/sys/arch/alpha/alpha/ |
| H A D | fp_complete.c | 128 static float32 (*swfp_s[])(float32, float32) = {
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/builtins/ |
| H A D | fp_div_impl.inc | 17 // 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.
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNBDefs.h | 281 float float32; member
|
| H A D | DNBRegisterInfo.cpp | 127 snprintf(str, sizeof(str), "%f", value.float32); in Dump()
|
| /openbsd-src/gnu/llvm/lldb/docs/use/ |
| H A D | variable.rst | 215 (lldb) type format add -f float32[] int 219 (lldb) type format add -f float32[] int -p 309 | ``float32[], float64[]`` | | show this as an array of the c… 672 any of the array formats (int8_t[], float32{}, ...), and the y, Y and a formats
|