/external/qemu/fpu/ |
softfloat.h | 127 } float32; typedef in typeref:struct:__anon25237 129 #define float32_val(x) (((float32)(x)).v) 130 #define make_float32(x) __extension__ ({ float32 f32_val = {x}; f32_val; }) 140 typedef uint32_t float32; typedef 249 float32 int32_to_float32( int32 STATUS_PARAM ); 251 float32 uint32_to_float32( unsigned int STATUS_PARAM ); 259 float32 int64_to_float32( int64 STATUS_PARAM ); 260 float32 uint64_to_float32( uint64 STATUS_PARAM ); 273 float16 float32_to_float16( float32, flag STATUS_PARAM ); 274 float32 float16_to_float32( float16, flag STATUS_PARAM ) [all...] |
softfloat-native.h | 89 typedef float float32; typedef 96 float32 f; 153 float32 int32_to_float32( int STATUS_PARAM); 154 float32 uint32_to_float32( unsigned int STATUS_PARAM); 163 float32 int64_to_float32( int64_t STATUS_PARAM); 164 float32 uint64_to_float32( uint64_t STATUS_PARAM); 186 int float32_to_int32( float32 STATUS_PARAM); 187 int float32_to_int32_round_to_zero( float32 STATUS_PARAM); 188 unsigned int float32_to_uint32( float32 a STATUS_PARAM); 189 unsigned int float32_to_uint32_round_to_zero( float32 a STATUS_PARAM) [all...] |
softfloat-native.c | 80 float32 int32_to_float32(int v STATUS_PARAM) 82 return (float32)v; 85 float32 uint32_to_float32(unsigned int v STATUS_PARAM) 87 return (float32)v; 106 float32 int64_to_float32( int64_t v STATUS_PARAM) 108 return (float32)v; 110 float32 uint64_to_float32( uint64_t v STATUS_PARAM) 112 return (float32)v; 147 int float32_to_int32( float32 a STATUS_PARAM) 151 int float32_to_int32_round_to_zero( float32 a STATUS_PARAM [all...] |
softfloat-specialize.h | 153 int float32_is_quiet_nan( float32 a_ ) 168 int float32_is_signaling_nan( float32 a_ ) 183 float32 float32_maybe_silence_nan( float32 a_ ) 207 static commonNaNT float32ToCommonNaN( float32 a STATUS_PARAM ) 223 static float32 commonNaNToFloat32( commonNaNT a STATUS_PARAM) 356 static float32 propagateFloat32NaN( float32 a, float32 b STATUS_PARAM)
|
softfloat.c | 207 INLINE uint32_t extractFloat32Frac( float32 a ) 218 INLINE int16 extractFloat32Exp( float32 a ) 229 INLINE flag extractFloat32Sign( float32 a ) 240 static float32 float32_squash_input_denormal(float32 a STATUS_PARAM) 280 INLINE float32 packFloat32( flag zSign, int16 zExp, uint32_t zSig ) 310 static float32 roundAndPackFloat32( flag zSign, int16 zExp, uint32_t zSig STATUS_PARAM) 375 static float32 [all...] |
/pdk/apps/CameraITS/pymodules/its/ |
image.py | 87 return ((y.astype(numpy.float32) / 255.0).reshape(h, w, 1), 88 (u.astype(numpy.float32) / 255.0).reshape(h/2, w/2, 1), 89 (v.astype(numpy.float32) / 255.0).reshape(h/2, w/2, 1)) 117 flt = numpy.empty([h, w, 3], dtype=numpy.float32) 122 return rgb.astype(numpy.float32) / 255.0 164 return ((y.astype(numpy.float32) / 255.0).reshape(h, w, 1), 165 (u.astype(numpy.float32) / 255.0).reshape(h/2, w/2, 1), 166 (v.astype(numpy.float32) / 255.0).reshape(h/2, w/2, 1)) 213 return (lut[(img * m).astype(numpy.uint16)] / m).astype(numpy.float32) 234 img2 = numpy.empty([h, w, 3], dtype=numpy.float32) [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
macconversion.cc | 94 Float32 float32; local 96 static_cast<void*>(&float32)); 97 if (converted) *i = static_cast<int>(float32);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
macconversion.cc | 94 Float32 float32; local 96 static_cast<void*>(&float32)); 97 if (converted) *i = static_cast<int>(float32);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
typedefs.h | 228 /* define float32/64, float_t */ 231 typedef float float32; typedef 246 #if defined(FLOAT32) 247 typedef float32 float_t;
|
/external/qemu/ |
cpu-all.h | 118 float32 f; 305 static inline float32 ldfl_le_p(const void *ptr) 308 float32 f; 315 static inline void stfl_le_p(void *ptr, float32 v) 318 float32 f; 380 static inline float32 ldfl_le_p(const void *ptr) 382 return *(float32 *)ptr; 390 static inline void stfl_le_p(void *ptr, float32 v) 392 *(float32 *)ptr = v; 494 static inline float32 ldfl_be_p(const void *ptr [all...] |
softmmu_header.h | 175 static inline float32 glue(ldfl, MEMSUFFIX)(target_ulong ptr) 178 float32 f; 185 static inline void glue(stfl, MEMSUFFIX)(target_ulong ptr, float32 v) 188 float32 f;
|
def-helper.h | 50 #define dh_ctype_f32 float32
|
/external/qemu/target-arm/ |
helper.c | [all...] |
neon_helper.c | [all...] |
/external/libvorbis/doc/ |
09-helper.tex | 48 \subsubsection{float32_unpack} \label{vorbis:spec:float32:unpack} 53 purposes of this example, we will unpack a Vorbis float32 into a
|
03-codebook.tex | 169 1) [codebook_minimum_value] = \link{vorbis:spec:float32:unpack}{float32_unpack}( read 32 bits as an unsigned integer) 170 2) [codebook_delta_value] = \link{vorbis:spec:float32:unpack}{float32_unpack}( read 32 bits as an unsigned integer)
|
/external/qemu/target-i386/ |
cpu.h | 519 float32 _s[4]; 527 float32 _s[2];
|
ops_sse.h | 604 float32 s0, s1; 904 float32 s0, s1; 915 float32 s0, s1; [all...] |
op_helper.c | [all...] |
/external/qemu/target-mips/ |
cpu.h | 57 float32 fs[2];/* ieee single precision */
|
op_helper.c | [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXAsmPrinter.cpp | 1838 float float32 = (float) CFP->getValueAPF().convertToFloat(); local [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
gbemu.js | [all...] |