Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/asm-x86/asm/
Dsigcontext.h193 struct _fpstate fpstate; member
230 __u32 fpstate; /* Zero when no FPU/extended context */ member
273 __u64 fpstate; /* Zero when no FPU/extended context */ member
320 struct _fpstate __user *fpstate; member
380 struct _fpstate __user *fpstate; /* Zero when no FPU context */ member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_main.c373 unsigned fpstate; in main() local
376 fpstate = util_fpstate_get(); in main()
377 util_fpstate_set_denorms_to_zero(fpstate); in main()
Dlp_rast.c730 unsigned fpstate = util_fpstate_get(); in lp_rast_queue_scene() local
735 util_fpstate_set_denorms_to_zero(fpstate); in lp_rast_queue_scene()
743 util_fpstate_set(fpstate); in lp_rast_queue_scene()
794 unsigned fpstate; in thread_function() local
802 fpstate = util_fpstate_get(); in thread_function()
803 util_fpstate_set_denorms_to_zero(fpstate); in thread_function()
Dlp_state_fs.c1774 LLVMValueRef fpstate = 0; in generate_unswizzled_blend() local
1793 fpstate = lp_build_fpstate_get(gallivm); in generate_unswizzled_blend()
2384 lp_build_fpstate_set(gallivm, fpstate); in generate_unswizzled_blend()
/external/libunwind/src/x86/
DGos-freebsd.c145 unw_word_t fpstate, fpformat; in x86_get_scratch_loc() local
284 &fpstate)) < 0) in x86_get_scratch_loc()
286 if (fpstate == FREEBSD_UC_MCONTEXT_FPOWNED_NONE) in x86_get_scratch_loc()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt.c464 unsigned fpstate = util_fpstate_get(); in draw_vbo() local
470 util_fpstate_set_denorms_to_zero(fpstate); in draw_vbo()
529 util_fpstate_set(fpstate); in draw_vbo()
572 util_fpstate_set(fpstate); in draw_vbo()
/external/u-boot/arch/arm/include/asm/
Dprocessor.h73 union fp_state fpstate; member
/external/google-breakpad/src/common/android/
Dbreakpad_getcontext_unittest.cc141 offsetof(sigcontext,fpstate), sigcontext_fpstate); in TEST()
/external/mesa3d/src/gallium/auxiliary/util/
Du_math.h698 util_fpstate_set(unsigned fpstate);
/external/virglrenderer/src/gallium/auxiliary/util/
Du_math.h905 util_fpstate_set(unsigned fpstate);