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
1064 kmp_int8 bool_result = KMP_COMPARE_AND_STORE_ACQ8( in init() local1066 if (bool_result == 0) { // Wait for initialization in init()1071 KMP_DEBUG_ASSERT(bool_result == 1); in init()1138 kmp_int8 bool_result = KMP_COMPARE_AND_STORE_ACQ8(&resizing, 0, 1); in resize() local1139 while (bool_result == 0) { // someone else is trying to resize in resize()1144 bool_result = KMP_COMPARE_AND_STORE_ACQ8(&resizing, 0, 1); in resize()1146 KMP_DEBUG_ASSERT(bool_result != 0); in resize()