Searched refs:combine (Results 1 - 6 of 6) sorted by relevance

/haiku/src/preferences/screen/
H A DScreenMode.h23 int32 height; // taking the combine mode into account
26 combine_mode combine; member in struct:screen_mode
H A DScreenMode.cpp155 || combine != other.combine
168 combine = get_combine_mode(mode);
171 if (combine == kCombineHorizontally)
173 else if (combine == kCombineVertically)
487 virtualWidth = mode.combine == kCombineHorizontally
489 virtualHeight = mode.combine == kCombineVertically
H A DScreenWindow.cpp94 // list of combine modes
656 /*! Update resolution list according to combine mode
667 if (mode.combine != fSelected.combine)
705 && fSelected.combine == mode.combine) {
898 // mark active combine mode
900 if (kCombineModes[i].mode == fSelected.combine) {
1139 // new combine mode has bee chosen
1142 fSelected.combine
[all...]
/haiku/src/system/libroot/posix/glibc/arch/sparc/
H A Daddmul_1.S66 add %i0,%g5,%i0 ! combine into low 64 bits of result
H A Dmul_1.S68 add %i0,%g5,%i0 ! combine into low 64 bits of result
H A Dsubmul_1.S65 add %i0,%g5,%i0 ! combine into low 64 bits of result

Completed in 46 milliseconds