Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/crt/
H A Dfpcontrol.c109 unsigned int i, native_fpcw, fpcw; in Test_controlfp() local
115 native_fpcw = get_native_fpcw(); in Test_controlfp()
126 unsigned int native_fpcw, fpcw; in Test_control87() local
130 native_fpcw = get_native_fpcw(); in Test_control87()
131 ok_hex(native_fpcw, ON_IX86(0) ON_AMD64(0)); in Test_control87()
185 unsigned int i, exp_fpstatus, native_fpcw, statusfp; in Test_exceptions() local
233 native_fpcw = get_native_fpcw(); in Test_exceptions()
241 native_fpcw = get_native_fpcw(); in Test_exceptions()
243 native_fpcw = get_native_fpcw(); in Test_exceptions()
259 unsigned int native_fpcw, fpcw, fpstatus; in START_TEST() local
[all …]