HomeSort by: relevance | last modified time | path
    Searched refs:LL (Results 1 - 25 of 65) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/util/
timespec.h 297 return 1000000000000LL / mhz;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_const.c 264 elems[0] = LLVMConstInt(elem_type, 1LL << (type.width/2), 0);
268 elems[0] = LLVMConstInt(elem_type, (1LL << (type.width - 1)) - 1, 0);
lp_bld_arit.c 921 half = lp_build_const_int_vec(gallivm, wide_type, 1LL << (n - 1));
2317 1.0 - 1.0/(1LL << (lp_mantissa(bld->type) + 1)));
lp_bld_sample.c 1093 * Later, we'll sample from those two mipmap levels and interpolate between them.
1793 1LL << (intctype.width - 1));
  /xsrc/external/mit/MesaLib/dist/src/util/tests/timespec/
timespec_test.cpp 173 EXPECT_EQ((999LL * NSEC_PER_SEC) - 1, timespec_sub_to_nsec(&a, &b));
203 timespec_from_nsec(&a, (5LL * NSEC_PER_SEC) + 1);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_const.c 264 elems[0] = LLVMConstInt(elem_type, 1LL << (type.width/2), 0);
268 elems[0] = LLVMConstInt(elem_type, (1LL << (type.width - 1)) - 1, 0);
lp_bld_arit.c 1051 half = lp_build_const_int_vec(gallivm, wide_type, 1LL << (n - 1));
2428 1.0 - 1.0/(1LL << (lp_mantissa(bld->type) + 1)));
  /xsrc/external/mit/libdrm/dist/tests/proptest/
proptest.c 136 (1LL << prop->enums[i].value));
  /xsrc/external/mit/MesaLib/dist/include/android_stub/system/
window.h 401 static const int64_t NATIVE_WINDOW_TIMESTAMP_AUTO = (-9223372036854775807LL-1);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
svga3d_types.h 58 #define CONST64(c) c##LL
65 #define CONST64(c) c##LL
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
svga3d_types.h 58 #define CONST64(c) c##LL
65 #define CONST64(c) c##LL
  /xsrc/external/mit/xorg-server/dist/mi/
mibitblt.c 615 if ((((1LL << depth) - 1) & planeMask) != (1LL << depth) - 1) {
  /xsrc/external/mit/xorg-server.old/dist/mi/
mibitblt.c 651 if ( (((1LL<<depth)-1)&planeMask) != (1LL<<depth)-1 )
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
draw_llvm.c 1280 temp = lp_build_const_int_vec(gallivm, i32_type, 1LL << plane_idx);
1313 temp = lp_build_const_int_vec(gallivm, i32_type, 1LL << plane_idx);
1329 1LL << DRAW_TOTAL_CLIP_PLANES);
1362 1LL << DRAW_TOTAL_CLIP_PLANES);
1714 * We'll set buffer_size_adj to zero if we have of, so it will
2010 * valid but we'll handle it gracefully) fill out missing ones with
2011 * zero (we'll recognize these later by PIPE_FORMAT_NONE).
  /xsrc/external/mit/MesaLib/dist/include/CL/
cl_platform.h 152 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL)
254 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL)
  /xsrc/external/mit/MesaLib.old/dist/include/CL/
cl_platform.h 197 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL)
299 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL)
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
simdlib_512_avx512.inl 135 return _mm512_maskz_set1_epi64(m, -1LL);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
simdlib_512_avx512.inl 135 return _mm512_maskz_set1_epi64(m, -1LL);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/
rnndec.c 274 ((double)value) / ((double)(1LL << ti->radix)),
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_present.c 700 crtc ? (long long)sna_crtc_last_swap(crtc->devPrivate)->msc : 0LL,
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
draw_llvm.c 1652 temp = lp_build_const_int_vec(gallivm, i32_type, 1LL << plane_idx);
1685 temp = lp_build_const_int_vec(gallivm, i32_type, 1LL << plane_idx);
1701 1LL << DRAW_TOTAL_CLIP_PLANES);
1734 1LL << DRAW_TOTAL_CLIP_PLANES);
2119 * We'll set buffer_size_adj to zero if we have of, so it will
2432 * valid but we'll handle it gracefully) fill out missing ones with
2433 * zero (we'll recognize these later by PIPE_FORMAT_NONE).
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui_demo.cpp 1196 ImS64 LLONG_MIN = -9223372036854775807LL - 1;
1197 ImS64 LLONG_MAX = 9223372036854775807LL;
1198 ImU64 ULLONG_MAX = (2ULL * 9223372036854775807LL + 1);
1919 ImGui::AlignTextToFramePadding(); // Vertically align text node a bit lower so it'll be vertically centered with upcoming widget. Otherwise you can use SmallButton (smaller fit).
3000 ImGui::Checkbox("Anti-aliased lines", &style.AntiAliasedLines); ImGui::SameLine(); ShowHelpMarker("When disabling anti-aliasing lines, you'll probably want to disable borders in your style as well.");
3542 // And it'll just work. TextUnformatted() has specialization for large blob of text and will fast-forward to skip non-visible lines.
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_state_fs.c 135 * XXX: We'll need a different path for 16 x u8
1176 lp_build_const_int_vec(gallivm, src_type, (1LL << dst_bits) - 1),
1187 lp_build_const_int_vec(gallivm, src_type, (1LL << (delta_bits - 1))),
  /xsrc/external/mit/evieext/dist/
configure 3468 # after this tag, mechanisms are not by side-effect, so they'll
3572 static long long int bignum = -9223372036854775807LL;
3670 return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
  /xsrc/external/mit/xf86dga/dist/
configure 3478 # after this tag, mechanisms are not by side-effect, so they'll
3582 static long long int bignum = -9223372036854775807LL;
3680 return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'

Completed in 65 milliseconds

1 2 3