Searched refs:float_t (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_vms.c387 } float_t; typedef in typeref:union:__anon778
518 float_t t; \
526 float_t t; int v = (fp)->ieee.exp; \
549 float_t* fp = (float_t*) f;
560 float_t* fp = (float_t*) f;
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dtypedefs.h92 /* float_t types conflict with the same typedefs from the standard ANSI-C
344 /* define float32/64, float_t */
361 /* float_t types conflict with the same typedefs from the standard ANSI-C
370 typedef float32 float_t; typedef
372 typedef float64 float_t; typedef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dplugin_ops.h46 #define as_float(ptr) (*(float_t*)(ptr))
57 #define as_floatc(ptr) (*(const float_t*)(ptr))
763 put32f_1234_1234F: as_float(dst) = (float_t)((int32_t)sample) / (float_t)0x80000000UL; goto PUT32F_END;
764 put32f_1234_4321F: tmp_float.f = (float_t)((int32_t)sample) / (float_t)0x80000000UL;
788 sample = (int32_t)(tmp_float.f * (float_t)0x80000000UL);
796 sample = (int32_t)(tmp_float.f * (float_t)0x80000000UL);
H A Dpcm_lfloat.c37 typedef float float_t; typedef

Completed in 70 milliseconds