Home
last modified time | relevance | path

Searched refs:femode (Results 1 – 3 of 3) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-gmp.h128 int femode; member
142 __PL_ar_ctx.femode = FE_NOTSET; \
156 { if ( __PL_ar_ctx.femode != FE_NOTSET ) \
157 fesetround(__PL_ar_ctx.femode); \
166 { int femode; member
172 do { __PL_ar_ctx.femode = FE_NOTSET; \
177 { if ( __PL_ar_ctx.femode != FE_NOTSET ) \
178 fesetround(__PL_ar_ctx.femode); \
H A Dpl-vmi.c3394 __PL_ar_ctx.femode = n->value.i = fegetround();
3410 __PL_ar_ctx.femode = n->value.i = fegetround();
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs24925 pub unsafe fn SetMode(&self, femode: FOLDER_ENUM_MODE) -> ::windows::runtime::Result<()> {
24926 …e::Interface::vtable(self).3)(::std::mem::transmute_copy(self), ::std::mem::transmute(femode)).ok()
24963 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, femode: FOLDER_ENUM_MODE) -> ::win…