Searched refs:bool_result (Results 1 – 2 of 2) sorted by relevance
14 %bool_result = uitofp i1 %cmp_result to double15 %result = fcmp one double 0.000000e+00, %bool_result
704 kmp_int8 bool_result = KMP_COMPARE_AND_STORE_ACQ8( in init() local706 if (bool_result == 0) { // Wait for initialization in init()711 KMP_DEBUG_ASSERT(bool_result == 1); in init()780 kmp_int8 bool_result = KMP_COMPARE_AND_STORE_ACQ8(&resizing, 0, 1); in resize() local781 while (bool_result == 0) { // someone else is trying to resize in resize()786 bool_result = KMP_COMPARE_AND_STORE_ACQ8(&resizing, 0, 1); in resize()788 KMP_DEBUG_ASSERT(bool_result != 0); in resize()