Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_ports/
Dx86.h273 static void x87_set_control_word(unsigned short mode) { in x87_set_control_word() function
282 static void x87_set_control_word(unsigned short mode) { in x87_set_control_word() function
294 #define x87_set_control_word vpx_winx64_fldcw macro
297 static void x87_set_control_word(unsigned short mode) { in x87_set_control_word() function
309 x87_set_control_word((mode & ~0x300) | 0x200); in x87_set_double_precision()
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c179 x87_set_control_word(x87_orig_mode); \