Home
last modified time | relevance | path

Searched refs:SET_FLOAT (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_terraineffects/
H A Dosgearth_terraineffects.cpp71 #define SET_FLOAT( effect, func ) \ macro
92 SET_FLOAT( contourMap, setOpacity );
106 SET_FLOAT( lodBlending, setDelay );
107 SET_FLOAT( lodBlending, setDuration );
108 SET_FLOAT( lodBlending, setVerticalScale );
130 SET_FLOAT( verticalScale, setScale );
/dports/lang/scheme48/scheme48-1.9.2/c/
H A Dextension.c75 #define set_float_arg(args, i, val) SET_FLOAT(get_arg(args, i), val) in s48_extended_vm()
84 #define SET_FLOAT(stob, val) \ in s48_extended_vm() macro
/dports/converters/R-cran-RJSONIO/RJSONIO/src/libjson/Source/
H A DinternalJSONNode.cpp295 #define SET_FLOAT(type) \ macro
312 #define SET_FLOAT(type) \ macro
329 SET_FLOAT(long double) in SET_INTEGER()
332 SET_FLOAT(float) in SET_INTEGER()
333 SET_FLOAT(double) in SET_INTEGER()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/Source/
H A DinternalJSONNode.cpp295 #define SET_FLOAT(type) \ macro
312 #define SET_FLOAT(type) \ macro
329 SET_FLOAT(long double) in SET_INTEGER()
332 SET_FLOAT(float) in SET_INTEGER()
333 SET_FLOAT(double) in SET_INTEGER()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/Source/
H A DinternalJSONNode.cpp295 #define SET_FLOAT(type) \ macro
312 #define SET_FLOAT(type) \ macro
329 SET_FLOAT(long double) in SET_INTEGER()
332 SET_FLOAT(float) in SET_INTEGER()
333 SET_FLOAT(double) in SET_INTEGER()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/Source/
H A DinternalJSONNode.cpp295 #define SET_FLOAT(type) \ macro
312 #define SET_FLOAT(type) \ macro
329 SET_FLOAT(long double) in SET_INTEGER()
332 SET_FLOAT(float) in SET_INTEGER()
333 SET_FLOAT(double) in SET_INTEGER()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/Source/
H A DinternalJSONNode.cpp295 #define SET_FLOAT(type) \ macro
312 #define SET_FLOAT(type) \ macro
329 SET_FLOAT(long double) in SET_INTEGER()
332 SET_FLOAT(float) in SET_INTEGER()
333 SET_FLOAT(double) in SET_INTEGER()
/dports/graphics/nip2/nip2-8.7.1/src/
H A Dimageinfo.c1996 #define SET_FLOAT( T, I, X ) (((T *)p)[I] = (T) (X)) in imageinfo_from_text_band() macro
2024 SET_FLOAT( float, i, mod ); in imageinfo_from_text_band()
2028 SET_FLOAT( float, (i << 1), re ); in imageinfo_from_text_band()
2029 SET_FLOAT( float, (i << 1) + 1, im ); in imageinfo_from_text_band()
2033 SET_FLOAT( double, i, mod ); in imageinfo_from_text_band()
2037 SET_FLOAT( double, i << 1, re ); in imageinfo_from_text_band()
2038 SET_FLOAT( double, (i << 1) + 1, im ); in imageinfo_from_text_band()
/dports/audio/ices/ices-2.0.3/src/
H A Dcfgparse.c86 #define SET_FLOAT(x) \ macro
216 SET_FLOAT(instance->quality); in _parse_encode()
/dports/devel/libgsf/libgsf-1.14.47/
H A DChangeLog2244 R8. Typo was using SET_FLOAT rather than SET_DOUBLE.