HomeSort by relevance Sort by last modified time
    Searched refs:ulv (Results 1 - 5 of 5) sorted by null

  /external/clang/test/OpenMP/
atomic_capture_codegen.cpp 17 unsigned long ulv, ulx; variable
186 {ulv = lx; lx /= lv;}
192 {ulx &= ulv; lv = ulx;}
351 ulv = ulx = ulx & bv;
412 ulv = ulx = sv << ulx;
466 // CHECK: [[ULV:%.+]] = load i64, i64* @{{.+}},
467 // CHECK: [[EXPR:%.+]] = uitofp i64 [[ULV]] to float
484 {fx = fx * ulv; fv = fx;}
    [all...]
atomic_read_codegen.c 17 unsigned long ulv, ulx; variable
116 ulv = ulx;
195 ulv = fx;
327 ulv = float2x.x;
atomic_update_codegen.cpp 17 unsigned long ulv, ulx; variable
181 ulx &= ulv;
420 // CHECK: [[ULV:%.+]] = load i64, i64* @{{.+}},
421 // CHECK: [[EXPR:%.+]] = uitofp i64 [[ULV]] to float
437 fx = fx * ulv;
    [all...]
atomic_write_codegen.c 17 unsigned long ulv, ulx; variable
116 ulx = ulv;
218 fx = ulv;
501 float2x.x = ulv;
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
ocaml.swg 326 SWIG_CAMLlocal1(ulv);
327 ulv = caml_swig_alloc(1,C_int64);
328 SWIG_Store_field(ulv,0,copy_int64(ul));
329 CAMLreturn(ulv);

Completed in 604 milliseconds