Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/CodeGen/AVR/
Dexpand-integer-failure.ll14 %bool_result = uitofp i1 %cmp_result to double
15 %result = fcmp one double 0.000000e+00, %bool_result
/external/llvm-project/openmp/runtime/src/
Dkmp_affinity.h704 kmp_int8 bool_result = KMP_COMPARE_AND_STORE_ACQ8( in init() local
706 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() local
781 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()